Skip to content

Commit

Permalink
fix(scheduler): improved css selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and joneff committed Feb 19, 2019
1 parent 0c8b9ea commit 9f878d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/default/scss/scheduler/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@


// Events
.k-scheduler .k-event,
kendo-scheduler .k-event,
.k-event {
background-color: $scheduler-event-bg;
color: $scheduler-event-text;
Expand All @@ -129,10 +129,10 @@
display: none;
}
}
}

.k-event-inverse {
color: $panel-text;
&.k-event-inverse {
color: $panel-text;
}
}


Expand Down
Binary file modified tests/visual/output/bootstrap/scheduler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/visual/output/default/scheduler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/visual/output/material/scheduler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/visual/scheduler.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
<span class="k-resize-handle k-resize-n"></span>
<span class="k-resize-handle k-resize-s"></span>
</div>
<div style="top: 110px; height: 71px; width: 166px; left: 175px;" class="k-event k-state-selected">
<div style="top: 110px; height: 71px; width: 166px; left: 520px;" class="k-event k-state-selected">
<span class="k-event-actions">
</span>
<div>
Expand Down

0 comments on commit 9f878d0

Please sign in to comment.