]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
[BUG] Forget a 0 or use another % 1705/head
authorMekZii <ilyes.ahidar@gmail.com>
Mon, 4 Mar 2013 22:04:38 +0000 (23:04 +0100)
committerMekZii <ilyes.ahidar@gmail.com>
Mon, 4 Mar 2013 22:04:38 +0000 (23:04 +0100)
I think someone forgot a 0 or it needs to get replaced with another higher % cause 3% is to low to notice any difference.

scss/foundation/components/_top-bar.scss

index d5776bab7c1f32884bad9e03c149385835bd7a43..b9c49cef1059e7acb18ca0204cf3613411d79cb5 100644 (file)
@@ -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%); }
       }
     }