mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Reintroduce :active, but *not* for button checks/radios
This commit is contained in:
@@ -62,6 +62,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-check:checked + &,
|
.btn-check:checked + &,
|
||||||
|
:not(.btn-check) + &:active,
|
||||||
|
&:first-child:active,
|
||||||
|
&.active,
|
||||||
&.show {
|
&.show {
|
||||||
color: var(--#{$prefix}btn-active-color);
|
color: var(--#{$prefix}btn-active-color);
|
||||||
background-color: var(--#{$prefix}btn-active-bg);
|
background-color: var(--#{$prefix}btn-active-bg);
|
||||||
|
|||||||
Reference in New Issue
Block a user