mein-sterntours/resources/assets/vendor/libs/bootstrap-select/_mixins.scss
2018-10-29 09:15:36 +01:00

10 lines
283 B
SCSS
Executable file

@import "../../sass/_appwork/functions";
@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;
}
}