]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add pointer-events:none to custom indicator 18935/head
authorPatrick H. Lauke <redux@splintered.co.uk>
Tue, 19 Jan 2016 01:33:00 +0000 (01:33 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Tue, 19 Jan 2016 01:34:47 +0000 (01:34 +0000)
Closes #18887

scss/_custom-forms.scss

index e30bda861049eaddc2bec920341e3a878f46a439..88723a246b1f1fec6b5b7863d55db433a0d724b7 100644 (file)
@@ -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;