Merge pull request #18935 from patrickhlauke/patch-radio-checkbox
Add pointer-events:none to custom indicator
This commit is contained in:
commit
9fa05c5235
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue