fix(list): remove margin of MD buttons in ion-item-options (#12263)

This commit is contained in:
pwespi
2017-07-21 18:48:38 +02:00
committed by Brandy Carney
parent 961bfc3ebb
commit 97f9522110

View File

@@ -87,14 +87,14 @@ $list-md-header-color: #757575 !default;
}
.list-md ion-item-options .button {
@include margin(1px, 0);
@include margin(0);
@include border-radius(0);
display: inline-flex;
align-items: center;
height: calc(100% - 2px);
height: 100%;
border: 0;