diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index 70c7029cc5..ef6c0cfdb3 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -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; }