Bugfix/#67 list separator on last element #69
2 changed files with 5 additions and 5 deletions
5
src/stylesheets/enhancements/_lists.scss
Normal file
5
src/stylesheets/enhancements/_lists.scss
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
md-list-item {
|
||||||
|
&:not(:last-child) {
|
||||||
|
border-bottom: 1px solid $gray;
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,5 +0,0 @@
|
||||||
md-list-item {
|
|
||||||
&:not(:last-child) {
|
|
||||||
border-bottom: 1px solid rgba(155, 155, 155, 0.2);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue