From 93ccc1332ed60c32926ae31ed09bc4a22a9451b1 Mon Sep 17 00:00:00 2001 From: ebargtuo Date: Sun, 15 Dec 2013 12:17:26 +0100 Subject: [PATCH] Update topbar docs example variables Add the topbar link active hover background colour to the customisable variables listed in the docs. --- doc/includes/topbar/examples_topbar_variables.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/includes/topbar/examples_topbar_variables.html b/doc/includes/topbar/examples_topbar_variables.html index bc409ca4d..8f6e05edb 100644 --- a/doc/includes/topbar/examples_topbar_variables.html +++ b/doc/includes/topbar/examples_topbar_variables.html @@ -33,6 +33,7 @@ $topbar-link-font-size: rem-calc(13); $topbar-link-hover-lightness: -30%; /* Darken by 30% */ $topbar-link-bg-hover: darken($topbar-bg, 3%); $topbar-link-bg-active: darken($topbar-bg, 3%); +$topbar-link-bg-active-hover: darken($topbar-bg, 5%); $topbar-dropdown-label-color: #555; $topbar-dropdown-label-text-transform: uppercase; @@ -61,4 +62,4 @@ $topbar-divider-border-top: solid 1px darken($topbar-bg, 10%); $topbar-sticky-class: ".sticky"; $topbar-arrows: true; //Set false to remove the triangle icon from the menu item ``` -{{/markdown}} \ No newline at end of file +{{/markdown}} -- 2.47.2