fix(icon): fix the width and height for icons for item sliding

This commit is contained in:
Brandy Carney
2017-07-19 11:57:26 -04:00
parent 4e52ace620
commit aaca2bc6ed
2 changed files with 2 additions and 7 deletions

View File

@ -11,8 +11,8 @@ ion-icon {
font-size: 1.2em; font-size: 1.2em;
svg { svg {
width: 1.2em; width: 1em;
height: 1.2em; height: 1em;
} }
} }
@ -21,4 +21,3 @@ ion-icon[small] {
font-size: 1.1em; font-size: 1.1em;
} }

View File

@ -93,10 +93,6 @@ ion-item-options:not([icon-start]) .item-option-button:not([icon-only]) {
.button-inner { .button-inner {
flex-direction: column; flex-direction: column;
} }
ion-icon {
@include padding(null, 0, .3em, 0);
}
} }
ion-item-sliding.active-slide { ion-item-sliding.active-slide {