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;