Skip to content

Commit

Permalink
fix(list): do not change border
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Jan 10, 2023
1 parent e59d5b3 commit 55c2802
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/components/list/list.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
@include border-radius($list-inset-ios-border-radius);
}

.list-ios.list-inset ion-item {
--border-width: 0;
--inner-border-width: #{0px 0px $list-ios-item-border-bottom-width 0px};
}

.list-ios.list-inset ion-item:last-child {
--border-width: 0;
--inner-border-width: 0;
Expand Down

0 comments on commit 55c2802

Please sign in to comment.