From: ebargtuo Date: Sun, 15 Dec 2013 11:17:26 +0000 (+0100) Subject: Update topbar docs example variables X-Git-Tag: 5.0.3~78^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3892%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update topbar docs example variables Add the topbar link active hover background colour to the customisable variables listed in the docs. --- 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}}