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; } }