From: Mark Otto Date: Fri, 21 Feb 2014 23:06:21 +0000 (-0800) Subject: Fixes #12735: Fix sidebar hover state in Dashboard example X-Git-Tag: v3.2.0~426^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449dd83ec32ab0cda37614006573be1e099f6133;p=thirdparty%2Fbootstrap.git Fixes #12735: Fix sidebar hover state in Dashboard example --- 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; }