quick update test
authorIan Weller <ian@gaslightmedia.com>
Fri, 6 Feb 2015 16:36:07 +0000 (11:36 -0500)
committerIan Weller <ian@gaslightmedia.com>
Fri, 6 Feb 2015 16:36:07 +0000 (11:36 -0500)
scss/_structure.scss

index ba7b032..d7a39f8 100644 (file)
@@ -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;
+                            
                         }
                     }
                 }