]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removing duplicated android top-bar fix 6498/head
authorDavid Ollerhead <david.ollerhead@gmail.com>
Fri, 24 Apr 2015 10:22:36 +0000 (11:22 +0100)
committerDavid Ollerhead <david.ollerhead@gmail.com>
Fri, 24 Apr 2015 10:22:36 +0000 (11:22 +0100)
Somehow this block was duplicated with 2 separate commits, removing one..

scss/foundation/components/_top-bar.scss

index 8f24714b80e373add49a429b654384ef520370a2..e343e272993c675ce3ae5b1f1d88e699f7f8ea8d 100644 (file)
@@ -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;
-      }
-    }
-  }
 }