1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Add pointer-events:none to custom indicator

Closes #18887
This commit is contained in:
Patrick H. Lauke 2016-01-19 01:33:00 +00:00
parent 3ab7f6310f
commit 200860334d

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;