add pointer-events:none on disabled checkbox/radio
This commit is contained in:
committed by
Sebastiaan Janssen
parent
366b4fc70d
commit
d65b8f14ba
@@ -160,5 +160,6 @@
|
||||
&.umb-form-check--disabled {
|
||||
cursor: not-allowed !important;
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user