mirror of
https://github.com/flarum/framework.git
synced 2025-03-10 12:21:11 +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],
|
&[disabled],
|
||||||
fieldset[disabled] & {
|
fieldset[disabled] & {
|
||||||
cursor: disallowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea& {
|
textarea& {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user