From 26aa5c64ab3cf214067a20eb23e385781eccd514 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 24 Mar 2015 14:17:29 +0100 Subject: [PATCH] also update hover states --- app/styles/app/layouts/top.sass | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/styles/app/layouts/top.sass b/app/styles/app/layouts/top.sass index 44155f8b..c65e114b 100644 --- a/app/styles/app/layouts/top.sass +++ b/app/styles/app/layouts/top.sass @@ -43,7 +43,7 @@ $top-height: 55px a display: block color: $grey1 - border-bottom: solid 1px $cream-dark + border-bottom: solid 1px #eaebe7 @media #{$small-only} .navigation @@ -84,6 +84,8 @@ $top-height: 55px height: $top-height line-height: $top-height + 2px border: none + &:hover + text-decoration: underline .navigation--profile float: right @@ -99,7 +101,8 @@ $top-height: 55px line-height: 35px padding: 0 2em &:hover - background-color: $cream-dark + text-decoration: none + background-color: $cream-light .navigation--profile.signed-in .navigation-handle:hover + .navigation-nested, @@ -109,4 +112,4 @@ $top-height: 55px right: 1rem display: block z-index: 90 - background-color: $cream-light + background-color: #eaebe7