]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
added a default setting for -dropdown-link-bg-hover 5942/head
authorSeb <N0406802@ntu.ac.uk>
Thu, 16 Oct 2014 15:51:32 +0000 (16:51 +0100)
committerSeb <N0406802@ntu.ac.uk>
Thu, 16 Oct 2014 15:51:32 +0000 (16:51 +0100)
scss/foundation/components/_top-bar.scss

index f07b5b96161d17f93b5aea76d9ba282f7b70ac05..e22d4b1ef8f12ae1064cdeb542aa3c685dc67946 100644 (file)
@@ -50,6 +50,7 @@ $topbar-dropdown-bg: $oil !default;
 $topbar-dropdown-link-color: $white !default;
 $topbar-dropdown-link-color-hover: $topbar-link-color-hover !default;
 $topbar-dropdown-link-bg: $oil !default;
+$topbar-dropdown-link-bg-hover: #272727 !default;
 $topbar-dropdown-link-weight: $font-weight-normal !default;
 $topbar-dropdown-toggle-size: 5px !default;
 $topbar-dropdown-toggle-color: $white !default;