Files
everything2/EveryThing/wwwroot/vendor/libs/bootstrap-select/_mixins.scss
David Štaleker 03b92525d7 Prvi commit
2023-05-12 09:00:07 +02:00

11 lines
283 B
SCSS

@import "../../css/_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;
}
}