From: Nicolas Coden Date: Thu, 6 Oct 2016 20:36:02 +0000 (+0200) Subject: Fix #9230 - remove code duplication X-Git-Tag: v6.2.4-rc1~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9241%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix #9230 - remove code duplication https://github.com/zurb/foundation-sites/issues/9230 Remove `.menu-icon.dark` in `scss/components/_title-bar.scss` --- diff --git a/scss/components/_title-bar.scss b/scss/components/_title-bar.scss index 14b5eb067..fd05be42f 100644 --- a/scss/components/_title-bar.scss +++ b/scss/components/_title-bar.scss @@ -82,8 +82,4 @@ $titlebar-icon-spacing: 0.25rem !default; vertical-align: middle; display: inline-block; } - - .menu-icon.dark { - @include hamburger; - } }