From: Daniel Ruf Date: Mon, 5 Mar 2018 22:05:21 +0000 (+0100) Subject: fix: remove the unused menu-item-background-hover variable X-Git-Tag: v6.6.0~3^2~285^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11018%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: remove the unused menu-item-background-hover variable --- diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index fa100c6e6..ea708600d 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -34,10 +34,6 @@ $menu-item-background-active: get-color(primary) !default; /// @type Number $menu-icon-spacing: 0.25rem !default; -/// Background color for an hovered menu item. -/// @type Color -$menu-item-background-hover: $light-gray !default; - /// Backward compatibility for menu state. If true, this duplicate `active` with `is-active`. /// But please note that `active` will be removed in upcoming versions. /// @type Boolean