mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-29 13:04:14 +03:00
Fixed dropdown-menu correct colors on active, hover and focus state
This commit is contained in:
parent
fbc674a415
commit
85841d984d
|
@ -167,6 +167,22 @@
|
||||||
.navbar-form .form-control-wrapper input.form-control::placeholder, .navbar-form input.form-control::placeholder {
|
.navbar-form .form-control-wrapper input.form-control::placeholder, .navbar-form input.form-control::placeholder {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
}
|
}
|
||||||
|
.dropdown-menu {
|
||||||
|
li > a {
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
color: @material-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.active > a {
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
color: @text-color;
|
||||||
|
}
|
||||||
|
background-color: @material-color;
|
||||||
|
color: @text-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
&-inverse {
|
&-inverse {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user