mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
Use .list-group-item-action for list group item variant (#25338)
This commit is contained in:
@@ -4,12 +4,8 @@
|
|||||||
.list-group-item-#{$state} {
|
.list-group-item-#{$state} {
|
||||||
color: $color;
|
color: $color;
|
||||||
background-color: $background;
|
background-color: $background;
|
||||||
}
|
|
||||||
|
|
||||||
a.list-group-item-#{$state},
|
|
||||||
button.list-group-item-#{$state} {
|
|
||||||
color: $color;
|
|
||||||
|
|
||||||
|
&.list-group-item-action {
|
||||||
@include hover-focus {
|
@include hover-focus {
|
||||||
color: $color;
|
color: $color;
|
||||||
background-color: darken($background, 5%);
|
background-color: darken($background, 5%);
|
||||||
@@ -21,4 +17,5 @@
|
|||||||
border-color: $color;
|
border-color: $color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user