Skip to content

Commit aae83f4

Browse files
authored
Merge pull request rails#42781 from lloydk/focus-indicator
Show keyboard focus indicator in guides [ci-skip]
2 parents 7127105 + 4eb9620 commit aae83f4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

guides/assets/stylesheets/reset.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ table, caption, tbody, tfoot, thead, tr, th, td {
1515
margin: 0;
1616
padding: 0;
1717
border: 0;
18-
outline: 0;
1918
font-size: 100%;
2019
background: transparent;
2120
}
@@ -25,12 +24,6 @@ a img {border:none;}
2524
ins {text-decoration: none;}
2625
del {text-decoration: line-through;}
2726

28-
:focus {
29-
-moz-outline:0;
30-
outline:0;
31-
outline-offset:0;
32-
}
33-
3427
/* tables still need 'cellspacing="0"' in the markup */
3528
table {border-collapse: collapse; border-spacing: 0;}
3629
caption, th, td {text-align: left; font-weight: normal;}

0 commit comments

Comments
 (0)