From 95c9a7c10f15957ff862aea997148705e9d6e2ad Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sat, 9 Nov 2013 12:30:36 -0600 Subject: [PATCH] Tweaked button bar styles --- dist/css/ionic.css | 6 +++--- scss/_bar.scss | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/css/ionic.css b/dist/css/ionic.css index 19febfbd96..93d0ffeb51 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -2639,7 +2639,7 @@ a.subdued‎ { line-height: 44px; } .bar .title a { color: inherit; } - .bar > .button { + .bar .button { z-index: 1; padding: 0 8px; height: 32px; @@ -2647,10 +2647,10 @@ a.subdued‎ { min-height: 31px; font-size: 12px; line-height: 29px; } - .bar > .button .icon { + .bar .button .icon { font-size: 24px; line-height: 29px; } - .bar .button-bar > .button { + .bar .button-bar > .button, .bar .buttons > .button { height: 32px; min-height: 31px; line-height: 30px; } diff --git a/scss/_bar.scss b/scss/_bar.scss index e9dfd2ac27..a0e453a7a5 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -103,7 +103,7 @@ color: inherit; } - > .button { + .button { z-index: 1; padding: 0 $button-bar-button-padding; height: $button-bar-button-height; @@ -118,7 +118,7 @@ } } - .button-bar > .button { + .button-bar > .button, .buttons > .button { height: $button-bar-button-height; min-height: $button-bar-button-height - 1; line-height: $button-bar-button-height - 2;