Commit 449dd83e authored by Mark Otto's avatar Mark Otto

Fixes #12735: Fix sidebar hover state in Dashboard example

parent f542fcc6
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment