From b830c89975c4c259dbb33deb1d8d1d14f415c1b3 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Wed, 10 Dec 2014 17:08:14 -0600 Subject: [PATCH] amend(buttons): only adjust back button font weight --- scss/_bar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/_bar.scss b/scss/_bar.scss index 7fdc4bb521..5554ebecb7 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -193,7 +193,7 @@ &.button-clear { padding-right: 2px; padding-left: 2px; - font-weight: 400; + font-weight: 300; font-size: $bar-title-font-size; .icon:before, @@ -210,6 +210,7 @@ margin-right: 5px; padding: 0; white-space: nowrap; + font-weight: 400; @include transition-duration(0); }