mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 11:46:37 +08:00
Correct non-existent cursor value (disallowed -> not-allowed) (#2585)
This commit is contained in:
parent
ac249e5b07
commit
17f15e36eb
|
@ -32,7 +32,7 @@
|
|||
|
||||
&[disabled],
|
||||
fieldset[disabled] & {
|
||||
cursor: disallowed;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
textarea& {
|
||||
|
|
Loading…
Reference in New Issue
Block a user