mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix .button-icon active
This commit is contained in:
7
dist/css/ionic.css
vendored
7
dist/css/ionic.css
vendored
@@ -2955,6 +2955,8 @@ input[type="range"] {
|
||||
padding-bottom: 2px; }
|
||||
|
||||
.button-icon {
|
||||
-webkit-transition: opacity 0.1s;
|
||||
transition: opacity 0.1s;
|
||||
padding: 0 6px;
|
||||
min-width: initial;
|
||||
background: none;
|
||||
@@ -2962,8 +2964,9 @@ input[type="range"] {
|
||||
background: none; }
|
||||
.button-icon.button:active, .button-icon.button.active {
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
text-shadow: 0px 0px 10px #fff; }
|
||||
border-color: transparent;
|
||||
opacity: 0.3;
|
||||
box-shadow: none; }
|
||||
.button-icon .icon {
|
||||
font-size: 32px; }
|
||||
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
}
|
||||
|
||||
.button-icon {
|
||||
@include transition(opacity .1s);
|
||||
padding: 0 6px;
|
||||
min-width: initial;
|
||||
background: none;
|
||||
@@ -134,8 +135,9 @@
|
||||
|
||||
&.button:active, &.button.active {
|
||||
background: none;
|
||||
border-color: transparent;
|
||||
opacity: 0.3;
|
||||
box-shadow: none;
|
||||
text-shadow: 0px 0px 10px #fff;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
||||
Reference in New Issue
Block a user