]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: remove the unused menu-item-background-hover variable 11018/head
authorDaniel Ruf <daniel@daniel-ruf.de>
Mon, 5 Mar 2018 22:05:21 +0000 (23:05 +0100)
committerDaniel Ruf <daniel@daniel-ruf.de>
Mon, 5 Mar 2018 22:05:21 +0000 (23:05 +0100)
scss/components/_menu.scss

index fa100c6e6de340bff77b3ae6d63bb4122ec6feb8..ea708600de0b0301987379850fc8769958638627 100644 (file)
@@ -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