Commit 86ce6051 by Brian Jacobel

Fix bottom-border of last discussion thread in list

TNL-5571
parent 4288793a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment