]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add dropdown link color hover link variable 6976/head
authorJake Larson <jaketlarson@users.noreply.github.com>
Mon, 2 Nov 2015 19:56:32 +0000 (13:56 -0600)
committerJake Larson <jaketlarson@users.noreply.github.com>
Mon, 2 Nov 2015 19:56:32 +0000 (13:56 -0600)
Documented apparently-existent $topbar-dropdown-link-color-hover

doc/includes/topbar/examples_topbar_variables.html

index a7ddefba0be2ccb6770b16dfb47072850db38533..d2eec658d8b17d7c312fa57651cf4dda9e2ad51c 100644 (file)
@@ -20,6 +20,7 @@ $topbar-title-font-size: rem-calc(17);
 // Style the top bar dropdown elements
 $topbar-dropdown-bg: $oil;
 $topbar-dropdown-link-color: $white;
+$topbar-dropdown-link-color-hover: $white;
 $topbar-dropdown-link-bg: $oil;
 $topbar-dropdown-link-bg-hover: $oil;
 $topbar-dropdown-link-weight: $font-weight-normal;