diff options
| author | Mark Otto <[email protected]> | 2014-03-04 22:42:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-04 22:42:13 -0800 |
| commit | 10eb167e35f9047aa6b3c0e420467161a1bc4d2b (patch) | |
| tree | b9d35029014a34e8b4c0da20acc229e8d667851a /less | |
| parent | fdbeefff590d2c185eae86f2e5976c5e8d0de28d (diff) | |
| download | bootstrap-10eb167e35f9047aa6b3c0e420467161a1bc4d2b.tar.xz bootstrap-10eb167e35f9047aa6b3c0e420467161a1bc4d2b.zip | |
Fixes #12901: Refactors list group active state for use on non-anchors
Diffstat (limited to 'less')
| -rw-r--r-- | less/list-group.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/list-group.less b/less/list-group.less index 3343f8e5e..c352fa133 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -64,7 +64,9 @@ a.list-group-item { text-decoration: none; background-color: @list-group-hover-bg; } +} +.list-group-item { // Active class on item itself, not parent &.active, &.active:hover, |
