mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
adds hover state to the button element for background color utilities (#24813)
* adds a hover state to the button element on the backrgound color utitility * Adjust z-index to fix hover/focus overlaps
This commit is contained in:
committed by
Mark Otto
parent
5621c800aa
commit
aacfcc248d
@@ -6,7 +6,8 @@
|
||||
#{$parent} {
|
||||
background-color: $color !important;
|
||||
}
|
||||
a#{$parent} {
|
||||
a#{$parent},
|
||||
button#{$parent} {
|
||||
@include hover-focus {
|
||||
background-color: darken($color, 10%) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user