diff --git a/scss/mixins/_list-group.scss b/scss/mixins/_list-group.scss index 278787bbede705a7b41485dde0c4b2a3ca9eace9..607ffcb86bf3a51de4c05f805339c68fdff0d0e2 100644 --- a/scss/mixins/_list-group.scss +++ b/scss/mixins/_list-group.scss @@ -4,21 +4,18 @@ .list-group-item-#{$state} { color: $color; background-color: $background; - } - - a.list-group-item-#{$state}, - button.list-group-item-#{$state} { - color: $color; - @include hover-focus { - color: $color; - background-color: darken($background, 5%); - } + &.list-group-item-action { + @include hover-focus { + color: $color; + background-color: darken($background, 5%); + } - &.active { - color: #fff; - background-color: $color; - border-color: $color; + &.active { + color: #fff; + background-color: $color; + border-color: $color; + } } } }