From b847d70245738b9f5fb0fc8a932f5350b9d9f53b Mon Sep 17 00:00:00 2001 From: David Ollerhead Date: Fri, 24 Apr 2015 11:22:36 +0100 Subject: [PATCH] Removing duplicated android top-bar fix Somehow this block was duplicated with 2 separate commits, removing one.. --- scss/foundation/components/_top-bar.scss | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 8f24714b8..e343e2729 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -713,18 +713,4 @@ $topbar-dropdown-arrows: true !default; //Set false to remove the \00bb >> text } } } - @media screen and (-webkit-min-device-pixel-ratio:0) { - .top-bar.expanded .top-bar-section { - .has-dropdown.moved > .dropdown { - clip:initial; - } - .dropdown { - clip:initial; - } - // This was needed as parent ul's had padding, which the clip: was allowing content to peak through - .has-dropdown:not(.moved) > ul { - padding: 0; - } - } - } } -- 2.47.2