diff --git a/src/components/list/list.ios.scss b/src/components/list/list.ios.scss index 5d95daea0cd..76bdfa848ab 100644 --- a/src/components/list/list.ios.scss +++ b/src/components/list/list.ios.scss @@ -191,4 +191,4 @@ $list-ios-header-background-color: transparent !default; color: $color-contrast; background-color: $color-base; } -} \ No newline at end of file +} diff --git a/src/components/list/list.md.scss b/src/components/list/list.md.scss index 55888f1f326..bed52d80b88 100644 --- a/src/components/list/list.md.scss +++ b/src/components/list/list.md.scss @@ -178,3 +178,11 @@ $list-md-header-color: #757575 !default; background-color: $color-base; } } + + +// Material Design List inputs +// -------------------------------------------------- + +.list-md .item-input:last-child { + border-bottom: 1px solid $list-md-border-color; +} diff --git a/src/components/list/list.scss b/src/components/list/list.scss index 8300ef32764..061c1177a2a 100644 --- a/src/components/list/list.scss +++ b/src/components/list/list.scss @@ -31,3 +31,4 @@ ion-list[inset] { transform: translateZ(0); } + diff --git a/src/components/list/list.wp.scss b/src/components/list/list.wp.scss index 78d32103eed..64593d56803 100644 --- a/src/components/list/list.wp.scss +++ b/src/components/list/list.wp.scss @@ -175,3 +175,4 @@ $list-wp-header-color: $list-wp-text-color !default; background-color: $color-base; } } +