From 71b8853ff4b9ee635445573ebf2a72499c958ff6 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 2 Oct 2019 12:38:30 -0400 Subject: [PATCH] fix(list): add bottom border for first item in inset list (#19525) fixes #19507 --- core/src/components/list/list.md.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/list/list.md.scss b/core/src/components/list/list.md.scss index c8711ea39b..3bcf965d5e 100644 --- a/core/src/components/list/list.md.scss +++ b/core/src/components/list/list.md.scss @@ -26,7 +26,7 @@ .list-md.list-inset ion-item:first-child { --border-radius: #{$list-inset-md-border-radius $list-inset-md-border-radius 0 0}; - --border-width: 0; + --border-width: #{0 0 $item-md-border-bottom-width 0}; } .list-md.list-inset ion-item:last-child {