Commit b1a75486 authored by ysds's avatar ysds Committed by XhmikosR
Browse files

Use .list-group-item-action for list group item variant (#25338)

parent 4c96f58e
Showing with 10 additions and 13 deletions
+10 -13
......@@ -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;
}
}
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment