From 6338795e5263e30ec3ec03ab0af2ede77667d41a Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 21 Jun 2019 14:34:01 +0100 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=98switch=20service=E2=80=99=20the?= =?UTF-8?q?=20same=20as=20=E2=80=98Change=E2=80=99=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It looks inconsistent when the switch service link is 16px, right next to a change link and organisation breadcrumb which is 19px. --- app/assets/stylesheets/components/navigation.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss index eb4fe38bf..a643de24d 100644 --- a/app/assets/stylesheets/components/navigation.scss +++ b/app/assets/stylesheets/components/navigation.scss @@ -21,7 +21,8 @@ &-switch { - @include core-16; + @include core-19; + text-decoration: none; text-align: right; position: absolute; top: 0; @@ -30,11 +31,12 @@ &:hover { color: $link-hover-colour; + text-decoration: underline; } &:focus { outline: none; - border-bottom: 4px solid $yellow; + border-bottom: 1px solid $yellow; border-left: 10px solid $yellow; border-right: 3px solid $yellow; right: -3px;