changeset 6778:ed2359dda3b9

Remove focus outline around #main when skiplink is triggered. The page jumps to the new section. That's enough to determine the change. No need for the focus outline.
author John Rouillard <rouilj@ieee.org>
date Tue, 12 Jul 2022 21:04:02 -0400
parents 8c9ee2d64639
children d669f96dc580
files website/www/_static/style.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/website/www/_static/style.css	Tue Jul 12 19:10:44 2022 -0400
+++ b/website/www/_static/style.css	Tue Jul 12 21:04:02 2022 -0400
@@ -180,3 +180,6 @@
                     width: auto;
                     height: auto; }
 
+/* remove solid black border when focus is around the main section
+   due to activation of skip-link. Page jumps there, that's enough. */
+#main:focus-visible {outline: none;}

Roundup Issue Tracker: http://roundup-tracker.org/