Glow for button icon

This commit is contained in:
Max Lynch
2013-09-10 11:38:20 -05:00
parent 8faf9064f9
commit ef4a50e0b8
2 changed files with 17 additions and 0 deletions

7
dist/ionic.css vendored
View File

@@ -1873,6 +1873,13 @@ main {
background: none;
border: none;
padding: 10px 0px; }
.button.button-icon {
background: none;
border: none; }
.button.button-icon:active, .button.button-icon.active {
text-shadow: 0px 0px 10px white;
box-shadow: none;
background: none; }
a.button {
text-decoration: none; }

View File

@@ -36,6 +36,16 @@
border: none;
padding: $button-clear-padding;
}
&.button-icon {
background: none;
border: none;
&:active, &.active {
text-shadow: 0px 0px 10px #fff;
box-shadow: none;
background: none;
}
}
}
a.button {