From 6f91e60bd90d9dde188c7f1518b2b27d681643fb Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 3 Jun 2014 21:59:42 -0400 Subject: [PATCH] enhancing navigation --- .../stylesheets/common/base/header.scss | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/app/assets/stylesheets/common/base/header.scss b/app/assets/stylesheets/common/base/header.scss index 197b2e0c0ad..fb1ca375441 100644 --- a/app/assets/stylesheets/common/base/header.scss +++ b/app/assets/stylesheets/common/base/header.scss @@ -168,18 +168,12 @@ &:hover a {background: scale-color-diff();} button {margin-left: 5px;} - } - - - - - + .selected { background-color: scale-color($tertiary, $lightness: 90%); } - // Search &#search-dropdown { .heading { @@ -187,15 +181,6 @@ } } - // Search - &#notifications-dropdown { - li {padding: 5px; - a { - display: inline; - padding: 1px; - } - } - } // Notifications &#notifications-dropdown { .fa { @@ -203,6 +188,11 @@ } li { background-color: scale-color($tertiary, $lightness: 90%); + padding: 5px; + a { + display: inline; + padding: 1px; + } } .read { background-color: $secondary;