0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Fixes #12735: Fix sidebar hover state in Dashboard example

This commit is contained in:
Mark Otto 2014-02-21 15:06:21 -08:00
parent f542fcc627
commit 449dd83ec3

View File

@ -52,7 +52,9 @@ body {
padding-right: 20px;
padding-left: 20px;
}
.nav-sidebar > .active > a {
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
color: #fff;
background-color: #428bca;
}