mirror of
https://github.com/flarum/core.git
synced 2025-07-21 08:41:17 +02: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