diff website/www/_static/style.css @ 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 e7b4ad2c57ac
children b5b1f2830e23
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/