Skip to content

Commit f6bc62f

Browse files
authored
Use :focus-visible in the UA stylesheet
See w3c/csswg-drafts#4278.
1 parent 24feaf2 commit f6bc62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113051,7 +113051,7 @@ rt { display: ruby-text; }
113051113051
:link:active, :visited:active { color: #FF0000; }
113052113052
:link, :visited { text-decoration: underline; cursor: pointer; }
113053113053

113054-
:focus { outline: auto; }
113054+
:focus-visible { outline: auto; }
113055113055

113056113056
mark { background: yellow; color: black; } /* this color is just a suggestion and can be changed based on implementation feedback */
113057113057

0 commit comments

Comments
 (0)