Skip to content

Commit

Permalink
Merge pull request #42781 from lloydk/focus-indicator
Browse files Browse the repository at this point in the history
Show keyboard focus indicator in guides [ci-skip]
  • Loading branch information
eileencodes committed Jul 14, 2021
2 parents 7127105 + 4eb9620 commit aae83f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions guides/assets/stylesheets/reset.css
Expand Up @@ -15,7 +15,6 @@ table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}
Expand All @@ -25,12 +24,6 @@ a img {border:none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

:focus {
-moz-outline:0;
outline:0;
outline-offset:0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
Expand Down

0 comments on commit aae83f4

Please sign in to comment.