]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add missing !default to $topbar-button-font-size 4711/head
authorMalthe Jørgensen <malthe.jorgensen@gmail.com>
Mon, 17 Mar 2014 15:31:17 +0000 (16:31 +0100)
committerMalthe Jørgensen <malthe.jorgensen@gmail.com>
Mon, 17 Mar 2014 15:31:17 +0000 (16:31 +0100)
`$topbar-button-font-size` doesn't allow for overriding in the _settings.scss
file, as it doesn't have the `!default` rule.

scss/foundation/components/_top-bar.scss

index 05f626e13d1e58d11be34fc00378f473892d3266..524e019e0117b8a702c90729f691b655da38cab9 100644 (file)
@@ -48,7 +48,7 @@ $topbar-link-font-family: $body-font-family !default;
 $topbar-link-text-transform: none !default;
 $topbar-link-padding: $topbar-height / 3 !default;
 
-$topbar-button-font-size: 0.75rem;
+$topbar-button-font-size: 0.75rem !default;
 $topbar-button-top: 7px !default;
 
 $topbar-dropdown-label-color: #777 !default;