From f2604494f00034b0786f8f3de1ba012290a9e4ee Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 13 Feb 2019 13:32:31 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20hover=20colour=20for=20=E2=80=98Switch=20?= =?UTF-8?q?service=E2=80=99=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/components/navigation.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss index d6c3531d7..388cfffb7 100644 --- a/app/assets/stylesheets/components/navigation.scss +++ b/app/assets/stylesheets/components/navigation.scss @@ -23,6 +23,10 @@ right: 0; padding: 13px 0 9px 15px; + &:hover { + color: $link-hover-colour; + } + &:focus { outline: none; border-bottom: 4px solid $yellow;