Fix hover and current datepicker color
We were using the wrong color since commit e2d540d20 because, by using
`@extend`, the compiled CSS had the styles for `.ui-state-hover` appear
before the styles for `.ui-state-default`.
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
.ui-datepicker-calendar {
|
.ui-datepicker-calendar {
|
||||||
|
|
||||||
.ui-state-default {
|
|
||||||
background: $highlight;
|
|
||||||
color: $text;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-state-hover,
|
.ui-state-hover,
|
||||||
.ui-state-active {
|
.ui-state-active {
|
||||||
@extend %brand-background;
|
@extend %brand-background;
|
||||||
|
|
||||||
|
.ui-state-default:not(&) {
|
||||||
|
background: $highlight;
|
||||||
|
color: $text;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
|
|||||||
Reference in New Issue
Block a user