diff options
| author | Mark Otto <[email protected]> | 2014-02-21 15:06:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-21 15:06:21 -0800 |
| commit | 449dd83ec32ab0cda37614006573be1e099f6133 (patch) | |
| tree | 8ac78a91e0daeaef9821ced8d39c2733c2b0e51e /docs/examples | |
| parent | f542fcc627557feb9ad7fb7998971d57da9fe794 (diff) | |
| download | bootstrap-449dd83ec32ab0cda37614006573be1e099f6133.tar.xz bootstrap-449dd83ec32ab0cda37614006573be1e099f6133.zip | |
Fixes #12735: Fix sidebar hover state in Dashboard example
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/dashboard/dashboard.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index 70c7029cc..ef6c0cfdb 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; } |
