From: RafiBomb Date: Wed, 24 May 2017 22:11:39 +0000 (-0700) Subject: updates test case for responsive toggle with flex X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2Fflex-topbar;p=thirdparty%2Ffoundation%2Ffoundation-sites.git updates test case for responsive toggle with flex --- diff --git a/scss/components/_title-bar.scss b/scss/components/_title-bar.scss index e0f370c5f..0c815366e 100644 --- a/scss/components/_title-bar.scss +++ b/scss/components/_title-bar.scss @@ -58,14 +58,13 @@ $titlebar-icon-spacing: 0.25rem !default; @if $global-flexbox { .title-bar-left, .title-bar-right { - flex: 1 1 0px; // sass-lint:disable-line zero-unit + flex: 1 1 0; } .title-bar-right { text-align: right; } - } - @else { + } @else { .title-bar-left { float: left; } diff --git a/test/visual/top-bar/responsive-toggle-flex.html b/test/visual/top-bar/responsive-toggle-flex.html index 3e98674e3..a940ef45f 100644 --- a/test/visual/top-bar/responsive-toggle-flex.html +++ b/test/visual/top-bar/responsive-toggle-flex.html @@ -7,11 +7,18 @@ Foundation for Sites Testing +
Menu
+ +