Skip to content

Commit b8f007f

Browse files
m-e-hjonathantneal
authored andcommitted
aria-disabled is either true or false.
1 parent 2c0ef9e commit b8f007f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sanitize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ textarea,
572572
* inoperable elements in all browsers (opinionated).
573573
*/
574574

575-
[aria-disabled],
575+
[aria-disabled="true"],
576576
[disabled] {
577577
cursor: not-allowed;
578578
}

0 commit comments

Comments
 (0)