diff --git a/core/src/components/list/list.ios.scss b/core/src/components/list/list.ios.scss index 261dbc2d9b..9af57f4b24 100644 --- a/core/src/components/list/list.ios.scss +++ b/core/src/components/list/list.ios.scss @@ -10,15 +10,6 @@ background: $item-ios-background; } -.list-ios:not(.list-inset):not(.list-ios-lines-none) .item:last-child { - --inner-border-width: 0; - --border-width: #{0 0 $list-ios-item-border-bottom-width 0}; -} -// .list-ios:not(.list-inset) + .list-ios:not(.list-inset) ion-list-header { -// @include margin(-$list-ios-margin-top, null, null, null); -// @include padding(0, null, null, null); -// } - // iOS Inset List // -------------------------------------------------- diff --git a/core/src/components/list/list.md.scss b/core/src/components/list/list.md.scss index d78381c694..3ab3a9d880 100644 --- a/core/src/components/list/list.md.scss +++ b/core/src/components/list/list.md.scss @@ -15,11 +15,6 @@ @include position-horizontal(0, null); } -.list-md:not(.list-inset):not(.list-md-lines-none) .item:last-child { - --inner-border-width: 0; - --border-width: #{0 0 $list-md-item-border-bottom-width 0}; -} - // Material Design Inset List // -------------------------------------------------- diff --git a/core/src/components/list/test/lines/index.html b/core/src/components/list/test/lines/index.html index cf0c01dcc9..059430b2b4 100644 --- a/core/src/components/list/test/lines/index.html +++ b/core/src/components/list/test/lines/index.html @@ -19,7 +19,7 @@ - + Lines: full Pokémon Yellow @@ -54,6 +54,32 @@ Final Fantasy VII + + Wrapper item: default +
Pokémon Yellow
+
Super Metroid
+
Mega Man X
+
The Legend of Zelda
+
Pac-Man
+
+ + + Wrapper list lines: none +
Pokémon Yellow
+
Super Metroid
+
Mega Man X
+
The Legend of Zelda
+
Pac-Man
+
+ + + Wrapper w/ item lines: none +
Pokémon Yellow
+
Super Metroid
+
Mega Man X
+
The Legend of Zelda
+
Pac-Man
+