From: webmasterlpo Date: Wed, 30 Apr 2014 09:49:38 +0000 (+0200) Subject: Add a setting for top bar hover X-Git-Tag: v5.2.3^2~10^2~14^2^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F5087%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add a setting for top bar hover Add a value for topbar hover background-color for (old) browsers that doesn't handle some CSS3 (ie: linear-gradient) --- diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index d59257b89..f1ea774a5 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -1203,6 +1203,7 @@ // $topbar-link-font-size: rem-calc(13); // $topbar-link-hover-lightness: -10%; // Darken by 10% // $topbar-link-bg: $topbar-bg; +// $topbar-link-bg-color-hover: #272727; // $topbar-link-bg-hover: #272727; // $topbar-link-bg-active: $primary-color; // $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);