Files
inwestprofil.eu/libraries/framework/skin/base/mixins/dropdowns.less
Roman Pyrih 197675d958 first commit
2026-02-03 13:33:04 +01:00

12 lines
194 B
Plaintext

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