mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
.button-icon active state, closes #103
This commit is contained in:
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@ -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; }
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user