more media query work for about dropdown
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 14:08:46 +0000 (09:08 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 14:08:46 +0000 (09:08 -0500)
css/app.css
scss/_topbar.scss

index 368483c..d1e93c9 100644 (file)
@@ -7018,7 +7018,7 @@ header .searchform input[type="submit"]:hover {
                 border: none; } }
             @media screen and (max-width: 1024px) {
               #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:first-child h5 a {
-                border: none; } }
+                border: 0 solid #6c4f53; } }
 
 .top-bar-section ul li .dropdown li.active:not(.has-form) a:not(.button) {
   color: #a61a1d !important;
index f484f70..2e0f3b2 100644 (file)
                                 &:first-child {
                                     h5 {
                                         a {
-                                            border: none;
+                                            border: 0 solid $purple;
                                         }
                                     }    
                                 }