From 0ab5ad7a2870311ecb6037f26aafbb195a69a6ab Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 6 Feb 2015 11:36:07 -0500 Subject: [PATCH] quick update test --- scss/_structure.scss | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/scss/_structure.scss b/scss/_structure.scss index ba7b032..d7a39f8 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -97,8 +97,29 @@ header { text-transform: uppercase; } &:not(.has-form) { - a:not(.button) { - background: transparent; + a { + &:not(.button) { + background: transparent; + } + &:hover:not(.button) { + background: #9fa617; + } + &:focus:not(.button) { + background: #9fa617; + } + } + &:hover:before { + content: none; + } + } + & .dropdown li { + white-space: nowrap; + background: $white; + .nav_img-container { + position: absolute; + left: 19px; + top: 19px; + } } } -- 2.17.1