mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 15:30:23 +00:00
#27502: Prevent active state border change
This commit is contained in:
parent
5aed968750
commit
e0fa9a812c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
border-color: $custom-control-indicator-focus-border-color;
|
||||
}
|
||||
|
||||
&:active ~ .custom-control-label::before {
|
||||
&:not(:disabled):active ~ .custom-control-label::before {
|
||||
color: $custom-control-indicator-active-color;
|
||||
background-color: $custom-control-indicator-active-bg;
|
||||
border-color: $custom-control-indicator-active-border-color;
|
||||
|
|
|
|||
Loading…
Reference in a new issue