gruene-seele/resources/assets/vendor/libs/timepicker/_mixins.scss
2021-01-08 17:48:20 +01:00

9 lines
261 B
SCSS

@mixin timepicker-theme($background, $color: null) {
$color: if($color, $color, yiq($background));
li.ui-timepicker-selected,
.ui-timepicker-list .ui-timepicker-selected:hover {
background: $background !important;
color: $color !important;
}
}