From dda78773d4bd9da070eafda6475d8572e0d789e6 Mon Sep 17 00:00:00 2001 From: NikhilKalige Date: Thu, 6 Feb 2014 11:39:08 +0530 Subject: [PATCH] dropdown arrow animation fix for small screen --- scss/foundation/components/_top-bar.scss | 3 +++ 1 file changed, 3 insertions(+) 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; + } } } -- 2.47.2