mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Only apply the active and focus shadow on the focus state for :active
This commit is contained in:
+5
-1
@@ -40,7 +40,11 @@
|
||||
&:not([disabled]):not(.disabled):active,
|
||||
&:not([disabled]):not(.disabled).active {
|
||||
background-image: none;
|
||||
@include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow);
|
||||
box-shadow: $btn-active-box-shadow;
|
||||
|
||||
&:focus {
|
||||
@box-shadow: $btn-focus-box-shadow, $btn-active-box-shadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user