Skip to content

Commit

Permalink
fix(list): remove margin of MD buttons in ion-item-options (#12263)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwespi authored and brandyscarney committed Jul 21, 2017
1 parent 961bfc3 commit 97f9522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/list/list.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 97f9522

Please sign in to comment.