From a384ee4913906805b37d862d9be5f0f8c66500d1 Mon Sep 17 00:00:00 2001 From: Gemma Leigh Date: Wed, 25 May 2016 16:33:30 +0100 Subject: [PATCH] Remove the blue focus outline from the main content area Pressing enter when focus is on the skiplink sets focus on the #content area, remove this outline. --- public/sass/elements-page.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/sass/elements-page.scss b/public/sass/elements-page.scss index c99812f28..5816c5c8f 100644 --- a/public/sass/elements-page.scss +++ b/public/sass/elements-page.scss @@ -4,6 +4,13 @@ // Elements page styles // ========================================================================== +// Pressing enter when focus is on the skiplink sets focus on the #content area +// Remove the blue outline + +#content { + outline: none; +} + // These are example styles, used only for the elements pages .elements-index {