]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add missing !default flag to $topbar-link-text-transform 4564/head
authorKevin Wake <kevin@kevinwake.com>
Fri, 28 Feb 2014 09:15:24 +0000 (10:15 +0100)
committerKevin Wake <kevin@kevinwake.com>
Fri, 28 Feb 2014 09:15:24 +0000 (10:15 +0100)
scss/foundation/_settings.scss
scss/foundation/components/_top-bar.scss

index ec5a0a820ca04a312fb43d5c49fa6adeadef3b5d..fff346b9ecf025762827ec4b85980e62054f45c7 100644 (file)
 // Controlling the styles for the title in the top bar
 // $topbar-title-weight: normal;
 // $topbar-title-font-size: rem-calc(17);
-// $topbar-link-text-transform: none;
 
 // Style the top bar dropdown elements
 // $topbar-dropdown-bg: #333;
 // $topbar-link-bg-active: $primary-color;
 // $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
 // $topbar-link-font-family: $body-font-family;
+// $topbar-link-text-transform: none;
+// $topbar-link-padding: $topbar-height / 3;
 
 // $topbar-button-font-size: 0.75rem;
+// $topbar-button-top: 7px;
 
 // $topbar-dropdown-label-color: #777;
 // $topbar-dropdown-label-text-transform: uppercase;
index 241eeca056c37883186104acde0f2783583a8a74..66317e977432687dbd18b3ff88d34b5f8d3bddfe 100644 (file)
@@ -21,7 +21,6 @@ $topbar-margin-bottom: 0 !default;
 // Controlling the styles for the title in the top bar
 $topbar-title-weight: normal !default;
 $topbar-title-font-size: rem-calc(17) !default;
-$topbar-link-text-transform: none;
 
 // Style the top bar dropdown elements
 $topbar-dropdown-bg: #333 !default;
@@ -45,6 +44,7 @@ $topbar-link-bg-hover: #272727 !default;
 $topbar-link-bg-active: $primary-color !default;
 $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%) !default;
 $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;