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

8 lines
242 B
SCSS

@mixin bs-select-theme($background, $color: null) {
$color: if($color, $color, yiq($background));
.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
background: $background !important;
color: $color !important;
}
}