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