From 4eb96207b03cdea0fd5c252177459b87faee7469 Mon Sep 17 00:00:00 2001 From: Lloyd Kupchanko Date: Wed, 14 Jul 2021 00:56:08 -0600 Subject: [PATCH] Show keyboard focus indicator in guides [ci-skip] Restore the default browser focus indicator to improve the accessibility of the guides for users who rely on a keyboard for navigation. For more information see: Understanding Success Criterion 2.4.7: Focus Visible in the Web Content Accessibility Guidelines (WCAG) 2.1 https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html --- guides/assets/stylesheets/reset.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/guides/assets/stylesheets/reset.css b/guides/assets/stylesheets/reset.css index cb14fbcc55..1bcce36b6f 100644 --- a/guides/assets/stylesheets/reset.css +++ b/guides/assets/stylesheets/reset.css @@ -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;}