From db61d965c27f563f4e5f1903927e0318890eefb9 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 2 Dec 2013 14:38:04 -0600 Subject: [PATCH] fix .bar .button-clear font-size --- dist/css/ionic.css | 2 ++ scss/_bar.scss | 3 +++ test/headers.html | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dist/css/ionic.css b/dist/css/ionic.css index 8ab1c475cd..8110141c8a 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -2805,6 +2805,8 @@ a.subdued { line-height: 30px; } .bar .button.button-icon .icon, .bar .button.button-icon.icon:before, .bar .button.button-icon.icon-left:before, .bar .button.button-icon.icon-right:before { line-height: 32px; } + .bar .button.button-clear { + font-size: 18px; } .bar .button-bar > .button, .bar .buttons > .button { min-height: 31px; height: 32px; diff --git a/scss/_bar.scss b/scss/_bar.scss index 0b6806cd27..bf72009139 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -154,6 +154,9 @@ line-height: $button-bar-button-height; } } + &.button-clear { + font-size: 18px; + } } .button-bar > .button, .buttons > .button { diff --git a/test/headers.html b/test/headers.html index 62d72c1c08..92c3697ec0 100644 --- a/test/headers.html +++ b/test/headers.html @@ -206,7 +206,7 @@ -
+