From 3bd0c8b1677f6285c21e748e9e738535baca356c Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 23 Sep 2013 00:30:52 -0500 Subject: [PATCH] Messed with some button stuff --- example/toderp/index.html | 2 +- scss/ionic/_button.scss | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/toderp/index.html b/example/toderp/index.html index 0a4da84138..a63d2c7248 100644 --- a/example/toderp/index.html +++ b/example/toderp/index.html @@ -84,7 +84,7 @@
- +

Your Tasks

diff --git a/scss/ionic/_button.scss b/scss/ionic/_button.scss index 13214cdfe1..c304501c6b 100644 --- a/scss/ionic/_button.scss +++ b/scss/ionic/_button.scss @@ -15,6 +15,12 @@ &.button-icon { border: none; background: none; + padding: $button-clear-padding; + } + + &.button-clear { + border: none; + background: none; } &.button-block { @@ -47,12 +53,6 @@ @include button-style($button-dark-bg, $button-dark-border, $white); } - &.button-clear { - border: none; - background: none; - padding: $button-clear-padding; - } - &.button-icon { border: none; background: none;