2025-03-26 10:01:46 +07:00

9 lines
243 B
SCSS
Vendored

.dropdown-item{
&:hover, &:focus{
color: var(--#{$variable-prefix}primary-shade-20);
}
&.active, &:active{
color: var(--#{$variable-prefix}white);
background-color: var(--#{$variable-prefix}primary);
}
}