Ensure not allowed cursor is shown for disabled select inputs

pull/6643/head
Bogdan 2 months ago committed by Mark McDowall
parent 381ce61aef
commit e14568adef

@ -19,7 +19,7 @@
.isDisabled {
opacity: 0.7;
cursor: not-allowed;
cursor: not-allowed !important;
}
.dropdownArrowContainer {

Loading…
Cancel
Save