Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit a27f6b4

Browse files
authored
Merge pull request #178 from LeMinaw/focus-visible
Add :focus-visible pseudoclass
2 parents f34999f + 2052ce0 commit a27f6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/css.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@
16211621
'match': '''(?xi)
16221622
(:)(:*)
16231623
(?: active|any-link|checked|default|disabled|empty|enabled|first
1624-
| (?:first|last|only)-(?:child|of-type)|focus|focus-within|fullscreen|host|hover
1624+
| (?:first|last|only)-(?:child|of-type)|focus|focus-visible|focus-within|fullscreen|host|hover
16251625
| in-range|indeterminate|invalid|left|link|optional|out-of-range
16261626
| read-only|read-write|required|right|root|scope|target|unresolved
16271627
| valid|visited

0 commit comments

Comments
 (0)