From: Jake Larson Date: Mon, 2 Nov 2015 19:56:32 +0000 (-0600) Subject: Add dropdown link color hover link variable X-Git-Tag: v6.0.0~8^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F6976%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add dropdown link color hover link variable Documented apparently-existent $topbar-dropdown-link-color-hover --- diff --git a/doc/includes/topbar/examples_topbar_variables.html b/doc/includes/topbar/examples_topbar_variables.html index a7ddefba0..d2eec658d 100644 --- a/doc/includes/topbar/examples_topbar_variables.html +++ b/doc/includes/topbar/examples_topbar_variables.html @@ -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;