2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Merge pull request #18935 from patrickhlauke/patch-radio-checkbox

Add pointer-events:none to custom indicator
This commit is contained in:
Patrick H. Lauke
2016-01-19 01:43:13 +00:00
+1
View 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;