1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-15 23:18:52 +02:00

Remove duplicate :disabled (#2195)

`:disabled` is listed twice in this table.
This commit is contained in:
Tyler Woodcook 2025-08-23 18:30:24 -04:00 committed by GitHub
parent c2ffe99a30
commit 1f681bd293
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
css.md
View File

@ -59,7 +59,6 @@ keywords:
| -------------------- | ------------------------------------------ | | -------------------- | ------------------------------------------ |
| `:target` | eg, `h2#foo:target` | | `:target` | eg, `h2#foo:target` |
| --- | --- | | --- | --- |
| `:disabled` | |
| `:focus` | | | `:focus` | |
| `:active` | | | `:active` | |
| --- | --- | | --- | --- |