Skip to content

Commit bea611f

Browse files
imaus10jonathantneal
authored andcommitted
Reset the cursor to default for a disabled element
1 parent 6b8ba10 commit bea611f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sanitize.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ textarea,
584584
* inoperable elements (opinionated).
585585
*/
586586

587-
[aria-disabled] {
587+
[aria-disabled],
588+
[disabled] {
588589
cursor: default;
589590
}

0 commit comments

Comments
 (0)