From: Ian Weller Date: Fri, 6 Feb 2015 16:36:07 +0000 (-0500) Subject: quick update test X-Git-Tag: v1.0.1~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0ab5ad7a2870311ecb6037f26aafbb195a69a6ab;p=WP-Themes%2Fgilmoremuseum.git quick update test --- 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; + } } }