]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update topbar docs example variables 3892/head
authorebargtuo <ebargtuo@gmx.it>
Sun, 15 Dec 2013 11:17:26 +0000 (12:17 +0100)
committerebargtuo <ebargtuo@gmx.it>
Sun, 15 Dec 2013 11:17:26 +0000 (12:17 +0100)
Add the topbar link active hover background colour to the customisable variables listed in the docs.

doc/includes/topbar/examples_topbar_variables.html

index bc409ca4dbb58a9c5620f57d9708b0d8c11a7a5b..8f6e05edb415e6b0bedfc58c129771b866f57873 100644 (file)
@@ -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}}