Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2018-01-19 02:02:42 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2018-01-19 02:02:42 +0300
commitbbb8b796ca6225ce90e53665edb4f370535c45a8 (patch)
treec72b65dc83c43851ea10e158dde77e289d33f73e /assets/stylesheets/bootstrap/mixins/_list-group.scss
parent176cbf4fbf07e29783b0726f8426da0a7ebe5ead (diff)
rake update[v4.0.0]
Diffstat (limited to 'assets/stylesheets/bootstrap/mixins/_list-group.scss')
-rw-r--r--assets/stylesheets/bootstrap/mixins/_list-group.scss23
1 files changed, 10 insertions, 13 deletions
diff --git a/assets/stylesheets/bootstrap/mixins/_list-group.scss b/assets/stylesheets/bootstrap/mixins/_list-group.scss
index 278787b..607ffcb 100644
--- a/assets/stylesheets/bootstrap/mixins/_list-group.scss
+++ b/assets/stylesheets/bootstrap/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;
+ }
}
}
}