mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +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;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
background: none; }
|
background: none; }
|
||||||
.button-icon:active, .button-icon.active {
|
.button-icon.button:active, .button-icon.button.active {
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: 0px 0px 10px white; }
|
text-shadow: 0px 0px 10px white; }
|
||||||
|
|||||||
@ -132,7 +132,7 @@
|
|||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
||||||
&:active, &.active {
|
&.button:active, &.button.active {
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: 0px 0px 10px #fff;
|
text-shadow: 0px 0px 10px #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user