fix .button-icon active

This commit is contained in:
Adam Bradley
2013-11-22 14:01:58 -06:00
parent cda320f0f8
commit 7cd915c36f
2 changed files with 8 additions and 3 deletions

7
dist/css/ionic.css vendored
View File

@@ -2955,6 +2955,8 @@ input[type="range"] {
padding-bottom: 2px; }
.button-icon {
-webkit-transition: opacity 0.1s;
transition: opacity 0.1s;
padding: 0 6px;
min-width: initial;
background: none;
@@ -2962,8 +2964,9 @@ input[type="range"] {
background: none; }
.button-icon.button:active, .button-icon.button.active {
background: none;
box-shadow: none;
text-shadow: 0px 0px 10px #fff; }
border-color: transparent;
opacity: 0.3;
box-shadow: none; }
.button-icon .icon {
font-size: 32px; }

View File

@@ -126,6 +126,7 @@
}
.button-icon {
@include transition(opacity .1s);
padding: 0 6px;
min-width: initial;
background: none;
@@ -134,8 +135,9 @@
&.button:active, &.button.active {
background: none;
border-color: transparent;
opacity: 0.3;
box-shadow: none;
text-shadow: 0px 0px 10px #fff;
}
.icon {