mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-27 08:29:53 +03:00
Added dropdown-menu correct colors on active, hover and focus state
This commit is contained in:
parent
f9c20e4ee2
commit
35fb7cc8a6
|
@ -167,6 +167,23 @@
|
||||||
.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