edited about dropdown in scss
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 13:53:14 +0000 (08:53 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 13:53:14 +0000 (08:53 -0500)
css/app.css
scss/_topbar.scss

index f0e207b..596401b 100644 (file)
@@ -7013,8 +7013,12 @@ header .searchform input[type="submit"]:hover {
               text-transform: none;
               font-size: 1rem;
               line-height: 1; }
-            #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:nth-child(3) a {
-              border: none; }
+            @media screen and (min-width: 1025px) {
+              #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:nth-child(3) a {
+                border: none; } }
+            @media screen and (max-width: 1024px) {
+              #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:first-child a {
+                border: none; } }
 
 .top-bar-section ul li .dropdown li.active:not(.has-form) a:not(.button) {
   color: #a61a1d !important;
index b4c4cdc..fed80ef 100644 (file)
                                    // font-weight: bold;
                                 }
                             }
-                            &:nth-child(3) {
-                                a {
-                                    border: none;
+                            @media screen and (min-width: 1025px) {
+                                &:nth-child(3) {
+                                    a {
+                                        border: none;
+                                    }
+                                }
+                            }
+                            @media screen and (max-width: 1024px) {
+                                &:first-child {
+                                    a {
+                                        border: none;
+                                    }
                                 }
                             }
                         }