Skip to content

Commit 97f9522

Browse files
pwespibrandyscarney
authored andcommitted
fix(list): remove margin of MD buttons in ion-item-options (#12263)
1 parent 961bfc3 commit 97f9522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/list/list.md.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ $list-md-header-color: #757575 !default;
8787
}
8888

8989
.list-md ion-item-options .button {
90-
@include margin(1px, 0);
90+
@include margin(0);
9191
@include border-radius(0);
9292

9393
display: inline-flex;
9494

9595
align-items: center;
9696

97-
height: calc(100% - 2px);
97+
height: 100%;
9898

9999
border: 0;
100100

0 commit comments

Comments
 (0)