fix(list): add border to last item in MD list (#9679)

* fix(list): fixes #9619

* chore(list): make my sass legit

* chore(list): remove from ios and wp css
This commit is contained in:
Justin Willis
2017-01-03 17:11:35 -06:00
committed by Brandy Carney
parent 3f1e59408e
commit 64346bd00b
4 changed files with 11 additions and 1 deletions

View File

@@ -191,4 +191,4 @@ $list-ios-header-background-color: transparent !default;
color: $color-contrast;
background-color: $color-base;
}
}
}

View File

@@ -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;
}

View File

@@ -31,3 +31,4 @@ ion-list[inset] {
transform: translateZ(0);
}

View File

@@ -175,3 +175,4 @@ $list-wp-header-color: $list-wp-text-color !default;
background-color: $color-base;
}
}