From: MekZii Date: Mon, 4 Mar 2013 22:04:38 +0000 (+0100) Subject: [BUG] Forget a 0 or use another % X-Git-Tag: v4.0.4~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1705%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git [BUG] Forget a 0 or use another % I think someone forgot a 0 or it needs to get replaced with another higher % cause 3% is to low to notice any difference. --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index d5776bab7..b9c49cef1 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -359,7 +359,7 @@ $topbar-media-query: "only screen and (min-width:"#{$topbar-breakpoint}")" !defa padding: 0 $topbar-height / 3; line-height: $topbar-height; background: $topbar-bg; - &:hover { background: darken($topbar-dropdown-bg, 3%); } + &:hover { background: darken($topbar-dropdown-bg, 30%); } } }