1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -15,7 +15,6 @@ table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline: 0;
font-size: 100%; font-size: 100%;
background: transparent; background: transparent;
} }
@ -25,12 +24,6 @@ a img {border:none;}
ins {text-decoration: none;} ins {text-decoration: none;}
del {text-decoration: line-through;} del {text-decoration: line-through;}
:focus {
-moz-outline:0;
outline:0;
outline-offset:0;
}
/* tables still need 'cellspacing="0"' in the markup */ /* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;} table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;} caption, th, td {text-align: left; font-weight: normal;}