Merge pull request #13506 from edx/bjacobel/TNL-5571
Fix bottom-border of last discussion thread in list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user