]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix missing display: block for flex items.
authorBrett Mason <brettsmason@gmail.com>
Tue, 31 Jan 2017 14:00:35 +0000 (14:00 +0000)
committerBrett Mason <brettsmason@gmail.com>
Tue, 31 Jan 2017 14:00:35 +0000 (14:00 +0000)
scss/components/_menu.scss

index 21afe10e0d1080993cd9cf0be7d1b9ecc061d3cf..de4a74edfce8e850da6994bcd3de96c6e993461a 100644 (file)
@@ -60,10 +60,7 @@ $menu-item-background-hover: $light-gray !default;
     line-height: 1;
     text-decoration: none;
     white-space: nowrap;
-
-    @if not $global-flexbox {
-      display: block;
-    }
+    display: block;
   }
 
   // Reset styles of inner elements