You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XJC/scss/mdb/free/_dropdowns.scss

13 lines
235 B
SCSS

// Dropdowns free
.dropdown {
.dropdown-menu {
.dropdown-item {
&:hover,
&:active,
&:focus {
color: #1d1e1f;
background-color: #f7f7f9;
}
}
}
}