Fixed dropdown-menu active state

This commit is contained in:
Tim Hovius 2015-02-21 21:40:27 +01:00
parent 5dd480e408
commit 93cec2d8e6

View File

@ -167,6 +167,23 @@
.navbar-form .form-control-wrapper input.form-control::placeholder, .navbar-form input.form-control::placeholder {
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 {
@ -179,6 +196,7 @@
height: 50px;
padding: 10px 15px;
}
.navbar-form {
margin-top: 10px;
}