From: Martijn Cuppens Date: Wed, 24 Oct 2018 16:55:53 +0000 (+0200) Subject: #27502: Prevent active state border change X-Git-Tag: v4.2.0~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0fa9a812c404371a62aab0ae7e69ff9302e82b6;p=thirdparty%2Fbootstrap.git #27502: Prevent active state border change --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 23e50ba3e3..ce32774b12 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -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;