From 1a918ced324dd48d91a895f496678e0788979422 Mon Sep 17 00:00:00 2001 From: Kevin Wake Date: Fri, 28 Feb 2014 10:15:24 +0100 Subject: [PATCH] Add missing !default flag to $topbar-link-text-transform --- scss/foundation/_settings.scss | 4 +++- scss/foundation/components/_top-bar.scss | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index ec5a0a820..fff346b9e 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -1137,7 +1137,6 @@ // 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; @@ -1160,8 +1159,11 @@ // $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; diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 241eeca05..66317e977 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -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; -- 2.47.2