From cc4362d3fbcc30deecdd47fd0599ef8cc43781c1 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 12 Oct 2017 10:01:46 +0000 Subject: Fixes from CSS refactor --- app/assets/stylesheets/framework/secondary-navigation-elements.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/framework/secondary-navigation-elements.scss b/app/assets/stylesheets/framework/secondary-navigation-elements.scss index 5c96b3b78e7..3fd2549b143 100644 --- a/app/assets/stylesheets/framework/secondary-navigation-elements.scss +++ b/app/assets/stylesheets/framework/secondary-navigation-elements.scss @@ -6,6 +6,7 @@ margin: 0; list-style: none; height: auto; + border-bottom: 1px solid $border-color; li { display: flex; @@ -24,6 +25,7 @@ &:focus { text-decoration: none; color: $black; + border-bottom: 2px solid $gray-darkest; .badge { color: $black; -- cgit v1.2.1