From: David Ollerhead Date: Fri, 24 Apr 2015 10:22:36 +0000 (+0100) Subject: Removing duplicated android top-bar fix X-Git-Tag: v5.5.2~23^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6498%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removing duplicated android top-bar fix Somehow this block was duplicated with 2 separate commits, removing one.. --- 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; - } - } - } }