Skip to content

Commit

Permalink
fix(scheduler): header wrap border
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir authored and joneff committed Mar 14, 2019
1 parent e6aeefc commit 86c7cf3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/default/scss/scheduler/_layout.scss
Expand Up @@ -254,13 +254,6 @@
display: flex;
flex-direction: column;

&.k-scheduler-timeline-view,
&.k-scheduler-timeline-week-view,
&.k-scheduler-timeline-month-view {

.k-scheduler-header-wrap { border-width: 0; }
}

&.k-scheduler-weekview,
&.k-scheduler-dayview {
.k-scheduler-pane:first-child .k-scheduler-table {
Expand Down Expand Up @@ -833,6 +826,11 @@
{
transform: scaleX(-1);
}

.k-scheduler-header-wrap {
border-right-width: 0;
border-left-width: 1px;
}
}
}

Expand Down

0 comments on commit 86c7cf3

Please sign in to comment.