Merge pull request #42781 from lloydk/focus-indicator

Show keyboard focus indicator in guides [ci-skip]
This commit is contained in:
Eileen M. Uchitelle 2021-07-14 12:41:22 -04:00 committed by GitHub
commit aae83f4a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -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;
}
@ -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;}