2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

#27502: Prevent active state border change

This commit is contained in:
Martijn Cuppens
2018-10-24 18:55:53 +02:00
committed by XhmikosR
parent 5aed968750
commit e0fa9a812c
+1 -1
View File
@@ -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;