]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
dropdown arrow animation fix for small screen 4367/head
authorNikhilKalige <NikhilKalige@users.noreply.github.com>
Thu, 6 Feb 2014 06:09:08 +0000 (11:39 +0530)
committerNikhilKalige <NikhilKalige@users.noreply.github.com>
Thu, 6 Feb 2014 06:09:08 +0000 (11:39 +0530)
scss/foundation/components/_top-bar.scss

index 3d10f34b2b51a4ec87f72e79cbaaa1e486ffd782..c80fa55c2b0c3572b24c5d12dc34bff8f65b16c3 100644 (file)
@@ -365,6 +365,9 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the
           & > .dropdown {
             display: block;
           }
+          & > a:after {
+            display: none;  
+          }
         }
       }