From 4e947f216d051b79df769fc3ced77cb40aadf55e Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 19 Jun 2015 12:43:58 -0500 Subject: [PATCH] Default button is transparent bg --- ionic/components/app/test/snapcat/main.html | 4 ++-- ionic/components/button/button.scss | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ionic/components/app/test/snapcat/main.html b/ionic/components/app/test/snapcat/main.html index f2fd643461..dff5e02ec6 100644 --- a/ionic/components/app/test/snapcat/main.html +++ b/ionic/components/app/test/snapcat/main.html @@ -5,9 +5,9 @@ - + secret - + diff --git a/ionic/components/button/button.scss b/ionic/components/button/button.scss index 9718bbf9ce..eb089f14ba 100644 --- a/ionic/components/button/button.scss +++ b/ionic/components/button/button.scss @@ -54,7 +54,8 @@ button, border: 1px solid #ccc; padding: $button-padding; min-height: $button-height; - background: #fff; + // Default button has no background + background: transparent; text-align: center; font-size: $button-font-size;