0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

fix #17149: correct syntax in list-group variant mixin; nullifies #17154

This commit is contained in:
Mark Otto 2015-08-22 21:46:46 -07:00
parent 018eef9894
commit 54a5fbe0c1

View File

@ -1,13 +1,13 @@
// List Groups
@mixin list-group-item-variant($state, $background, $color) {
.list-group-item-#{state} {
.list-group-item-#{$state} {
color: $color;
background-color: $background;
}
a.list-group-item-#{state},
button.list-group-item-#{state} {
a.list-group-item-#{$state},
button.list-group-item-#{$state} {
color: $color;
.list-group-item-heading {