Site Skeleton
This commit is contained in:
10
mdb/scss/free/_dropdowns.scss
Executable file
10
mdb/scss/free/_dropdowns.scss
Executable file
@ -0,0 +1,10 @@
|
||||
// Dropdowns
|
||||
.dropdown {
|
||||
.dropdown-menu {
|
||||
.dropdown-item {
|
||||
&:active {
|
||||
background-color: $grey-darken-1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user