From: Patrick H. Lauke Date: Tue, 19 Jan 2016 01:33:00 +0000 (+0000) Subject: Add pointer-events:none to custom indicator X-Git-Tag: v4.0.0-alpha.3~346^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=200860334dce462fb082ffcf1e586b7f0eb8e3e6;p=thirdparty%2Fbootstrap.git Add pointer-events:none to custom indicator Closes #18887 --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index e30bda8610..88723a246b 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -65,6 +65,7 @@ display: block; width: $custom-control-indicator-size; height: $custom-control-indicator-size; + pointer-events: none; user-select: none; background-color: $custom-control-indicator-bg; background-repeat: no-repeat;