2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #12901: Refactors list group active state for use on non-anchors

This commit is contained in:
Mark Otto
2014-03-04 22:42:13 -08:00
parent fdbeefff59
commit 10eb167e35
9 changed files with 26 additions and 24 deletions
+2
View File
@@ -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,