mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
fix(icon): fix the width and height for icons for item sliding
This commit is contained in:
@ -11,8 +11,8 @@ ion-icon {
|
||||
font-size: 1.2em;
|
||||
|
||||
svg {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
@ -21,4 +21,3 @@ ion-icon[small] {
|
||||
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
|
@ -93,10 +93,6 @@ ion-item-options:not([icon-start]) .item-option-button:not([icon-only]) {
|
||||
.button-inner {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
ion-icon {
|
||||
@include padding(null, 0, .3em, 0);
|
||||
}
|
||||
}
|
||||
|
||||
ion-item-sliding.active-slide {
|
||||
|
Reference in New Issue
Block a user