Files
kon-trans.eu/libraries/framework/skin/base/mixins/dropdowns.less
2026-03-09 00:13:00 +01:00

12 lines
194 B
Plaintext

// Bootstrap/Multiselect Dropdown
.dropdown-variant(@color) {
+ .dropdown-menu > .active > a {
&,
&:hover,
&:focus {
color: #FFF;
background-color: @color;
}
}
}