CSS: change form check inputs to use not-allow cursor when disabled
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
}
|
||||
|
||||
&.umb-form-check--disabled {
|
||||
cursor: default !important;
|
||||
cursor: not-allowed !important;
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user