add pointer-events:none on disabled checkbox/radio

This commit is contained in:
Nathan Woulfe
2020-02-20 08:35:22 +10:00
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;
}
}