2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

unnest the list-group-item link variation for #11085 and #11088

This commit is contained in:
Mark Otto
2013-10-14 13:45:32 -07:00
parent 50dd5d5088
commit 7100711577
3 changed files with 22 additions and 22 deletions
+12 -12
View File
@@ -39,21 +39,21 @@
> .badge + .badge {
margin-right: 5px;
}
}
// Linked list items
a& {
color: @list-group-link-color;
// Linked list items
a.list-group-item {
color: @list-group-link-color;
.list-group-item-heading {
color: @list-group-link-heading-color;
}
.list-group-item-heading {
color: @list-group-link-heading-color;
}
// Hover state
&:hover,
&:focus {
text-decoration: none;
background-color: @list-group-hover-bg;
}
// Hover state
&:hover,
&:focus {
text-decoration: none;
background-color: @list-group-hover-bg;
}
// Active class on item itself, not parent