Commit 20086033 authored by Patrick H. Lauke's avatar Patrick H. Lauke
Browse files

Add pointer-events:none to custom indicator

Closes #18887
parent 3ab7f631
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment