Skip to content

Commit

Permalink
Use :focus-visible in the UA stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio authored Jan 22, 2021
1 parent 24feaf2 commit f6bc62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -113051,7 +113051,7 @@ rt { display: ruby-text; }
:link:active, :visited:active { color: #FF0000; }
:link, :visited { text-decoration: underline; cursor: pointer; }

:focus { outline: auto; }
:focus-visible { outline: auto; }

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

Expand Down

0 comments on commit f6bc62f

Please sign in to comment.