testing topbar no background style
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 19:30:55 +0000 (14:30 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Jan 2016 19:30:55 +0000 (14:30 -0500)
css/app.css
scss/_topbar.scss

index 1c0743b..847ba97 100644 (file)
@@ -6621,6 +6621,9 @@ header {
 #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown {
   margin-left: 5px; }
 
+.top-bar-section li:not(.has-form) a:not(.button) {
+  background: none; }
+
 @media screen and (max-width: 1024px) {
   main.page-front {
     padding: 0; } }
index d7d3695..454c36e 100644 (file)
@@ -59,7 +59,7 @@
             }
             &:not(.has-form) {
                 & > a:not(.button) {
-//                    background: transparent;
+//                    background: transparent !important;
                     padding: 20.5px 5px; 
                     line-height: 1.4;
                     font-size: rem-calc(19);
 }
 ul#menu-menu-2 > li:not(.has-form) a:not(.button){
 
+}
+.top-bar-section li:not(.has-form) a:not(.button){
+    background: none;
 }
\ No newline at end of file