Fix bottom-border of last discussion thread in list

TNL-5571
This commit is contained in:
Brian Jacobel
2016-09-19 09:44:37 -04:00
parent 4288793a23
commit 86ce605115

View File

@@ -166,6 +166,11 @@
background-color: $forum-color-background;
margin-bottom: 0;
&:last-child {
// Overrides pattern library default li:last-child style
border-bottom: 1px solid $forum-color-border;
}
.forum-nav-thread-link {
@include border-left(3px solid transparent);
display: flex;