From 200860334dce462fb082ffcf1e586b7f0eb8e3e6 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" <redux@splintered.co.uk> Date: Tue, 19 Jan 2016 01:33:00 +0000 Subject: [PATCH] Add pointer-events:none to custom indicator Closes #18887 --- scss/_custom-forms.scss | 1 + 1 file changed, 1 insertion(+) 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; -- GitLab