From: NikhilKalige Date: Thu, 6 Feb 2014 06:09:08 +0000 (+0530) Subject: dropdown arrow animation fix for small screen X-Git-Tag: v5.2.0~56^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4367%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git dropdown arrow animation fix for small screen --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 3d10f34b2..c80fa55c2 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -365,6 +365,9 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the & > .dropdown { display: block; } + & > a:after { + display: none; + } } }