Skip to content

Commit

Permalink
fix(list): add border to last item in MD list (#9679)
Browse files Browse the repository at this point in the history
* fix(list): fixes #9619

* chore(list): make my sass legit

* chore(list): remove from ios and wp css
  • Loading branch information
jgw96 authored and brandyscarney committed Jan 3, 2017
1 parent 3f1e594 commit 64346bd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/list/list.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ $list-ios-header-background-color: transparent !default;
color: $color-contrast;
background-color: $color-base;
}
}
}
8 changes: 8 additions & 0 deletions src/components/list/list.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
1 change: 1 addition & 0 deletions src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ ion-list[inset] {

transform: translateZ(0);
}

1 change: 1 addition & 0 deletions src/components/list/list.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@ $list-wp-header-color: $list-wp-text-color !default;
background-color: $color-base;
}
}

0 comments on commit 64346bd

Please sign in to comment.