1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 17:21:27 +02:00

Correct non-existent cursor value (disallowed -> not-allowed) (#2585)

This commit is contained in:
David Wheatley
2021-02-01 13:58:41 +00:00
committed by GitHub
parent 33d7164fd0
commit 9ff3afbdc5

View File

@@ -32,7 +32,7 @@
&[disabled], &[disabled],
fieldset[disabled] & { fieldset[disabled] & {
cursor: disallowed; cursor: not-allowed;
} }
textarea& { textarea& {