Skip to content

Commit b5be336

Browse files
committed
Use "pointer-events: none" for the control indicator
1 parent 7c078b9 commit b5be336

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
opacity: .4;
1010
cursor: not-allowed;
1111
}
12+
13+
.control-indicator {
14+
pointer-events: none;
15+
}
1216
}
1317

1418
.control-radio + .control-radio {

0 commit comments

Comments
 (0)