mirror of
https://github.com/flarum/framework.git
synced 2025-06-24 03:34:22 +08:00
Correct non-existent cursor value (disallowed -> not-allowed) (#2585)
This commit is contained in:
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
&[disabled],
|
&[disabled],
|
||||||
fieldset[disabled] & {
|
fieldset[disabled] & {
|
||||||
cursor: disallowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea& {
|
textarea& {
|
||||||
|
Reference in New Issue
Block a user