From 53ac63cafae0287322ca817177bd51f4dabb3639 Mon Sep 17 00:00:00 2001 From: SansPseudoFix Date: Wed, 4 Mar 2015 23:46:52 +0100 Subject: [PATCH] refactoring - grey link with dark grey dots for focus --- app/assets/stylesheets/header.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/header.scss b/app/assets/stylesheets/header.scss index dee1e7961..044580554 100644 --- a/app/assets/stylesheets/header.scss +++ b/app/assets/stylesheets/header.scss @@ -39,14 +39,13 @@ body > header { color: #CCC; color: rgb(147,147,147); - &:hover { + &:hover, &:focus { background: none; color: $highlight-white; } &:focus { - color: $highlight-white; - outline: thin dotted $border-dark-grey; - text-decoration: none; + outline: thin dotted $border-dark-grey; + text-decoration: none; } }