From 284d1df737d79f680f4b59c61ccf8be28cda1d4a Mon Sep 17 00:00:00 2001 From: Jake Larson Date: Mon, 2 Nov 2015 13:56:32 -0600 Subject: [PATCH] Add dropdown link color hover link variable Documented apparently-existent $topbar-dropdown-link-color-hover --- doc/includes/topbar/examples_topbar_variables.html | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2