mirror of
https://github.com/flarum/framework.git
synced 2025-03-10 04:05:30 +08:00
Correct non-existent cursor value (disallowed -> not-allowed) (#2585)
This commit is contained in:
parent
33d7164fd0
commit
9ff3afbdc5
@ -32,7 +32,7 @@
|
||||
|
||||
&[disabled],
|
||||
fieldset[disabled] & {
|
||||
cursor: disallowed;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
textarea& {
|
||||
|
Loading…
x
Reference in New Issue
Block a user