.button-icon active state, closes #103

This commit is contained in:
Adam Bradley
2013-11-19 12:18:54 -06:00
parent ef64ff4e96
commit 1495f457bb
2 changed files with 2 additions and 2 deletions

2
dist/css/ionic.css vendored
View File

@ -2796,7 +2796,7 @@ input[type="range"] {
background: none;
border: none;
background: none; }
.button-icon:active, .button-icon.active {
.button-icon.button:active, .button-icon.button.active {
background: none;
box-shadow: none;
text-shadow: 0px 0px 10px white; }

View File

@ -132,7 +132,7 @@
border: none;
background: none;
&:active, &.active {
&.button:active, &.button.active {
background: none;
box-shadow: none;
text-shadow: 0px 0px 10px #fff;