Use base color for btn:hover color

This commit is contained in:
Berkeley Martinez
2016-01-11 18:05:16 -08:00
parent 7187ae1841
commit 65cc50f2fa

View File

@ -15,7 +15,7 @@
&.active,
.open > .dropdown-toggle& {
color: @gray-lighter;
background-color: lighten(@background, 10%);
background-color: @background;
border-color: darken(@border, 12%);
}
&:active,