Skip to content

Commit

Permalink
fix(scheduler): use scheduler- variables for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Mar 30, 2021
1 parent 9b978ef commit 075ed1e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/default/scss/scheduler/_theme.scss
Expand Up @@ -50,7 +50,7 @@
}

.k-scheduler-header-wrap {
background-color: $component-bg;
background-color: $scheduler-bg;
}


Expand Down Expand Up @@ -172,7 +172,7 @@
.k-scheduler-layout-flex {
.k-scheduler-head,
.k-sticky-cell {
background-color: $component-bg;
background-color: $scheduler-bg;
}
}

Expand Down Expand Up @@ -226,7 +226,7 @@
// Edit dialog
.k-scheduler-edit-dialog {
.k-dialog-buttongroup {
border-color: $border-color;
border-color: $scheduler-border;
}
}

Expand Down Expand Up @@ -275,9 +275,9 @@
.k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
.k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn {
@include fill(
$component-text,
$component-bg,
$component-border
$scheduler-text,
$scheduler-bg,
$scheduler-border
);
}

Expand All @@ -287,7 +287,7 @@
}
.k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
.k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn {
background-color: $component-bg;
background-color: $scheduler-bg;
}
}

Expand Down

0 comments on commit 075ed1e

Please sign in to comment.