]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove arrows from top bar in docs
authorGeoff Kimball <geoff@zurb.com>
Thu, 19 Nov 2015 22:50:37 +0000 (14:50 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 19 Nov 2015 23:12:25 +0000 (15:12 -0800)
docs/assets/scss/_topbar.scss

index 29606278f4a39db756f540180977efee019898f4..170c1c8f3100776e3dca3c4ea27f18de5bfd0a71 100644 (file)
@@ -66,13 +66,11 @@ $topbar-hover-color: darken($topbar-background, 20%);
   }
 
   .is-down-arrow a {
-    padding-right: 2rem !important;
+    padding-right: 1rem !important;
   }
 
   .is-down-arrow a::after {
-    margin-top: 8px !important;
-    right: 12px !important;
-    border-top-color: white !important;
+    display: none !important;
   }
 }