mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Glow for button icon
This commit is contained in:
7
dist/ionic.css
vendored
7
dist/ionic.css
vendored
@@ -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; }
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user