CSS: change form check inputs to use not-allow cursor when disabled

This commit is contained in:
Niels Lyngsø
2019-03-07 11:25:13 +01:00
parent bbc2b1a54a
commit f54a8725db

View File

@@ -130,7 +130,7 @@
}
&.umb-form-check--disabled {
cursor: default !important;
cursor: not-allowed !important;
opacity: 0.5;
}
}