mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove plain-hover-focus from list group mixin
This commit is contained in:
parent
f228802fd0
commit
78d0e97509
1 changed files with 3 additions and 5 deletions
|
@ -20,11 +20,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
@include plain-hover-focus {
|
color: #fff;
|
||||||
color: #fff;
|
background-color: $color;
|
||||||
background-color: $color;
|
border-color: $color;
|
||||||
border-color: $color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue