From 86ce60511541bab1c384b45543f91e95f21935ad Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Mon, 19 Sep 2016 09:44:37 -0400 Subject: [PATCH 1/3] Fix bottom-border of last discussion thread in list TNL-5571 --- lms/static/sass/discussion/elements/_navigation.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lms/static/sass/discussion/elements/_navigation.scss b/lms/static/sass/discussion/elements/_navigation.scss index 51519f6d84..1b660fc5c3 100644 --- a/lms/static/sass/discussion/elements/_navigation.scss +++ b/lms/static/sass/discussion/elements/_navigation.scss @@ -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; From 1c90b3186aee5d8324ee5b0332e98201c41f5a6c Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Tue, 20 Sep 2016 11:26:52 -0400 Subject: [PATCH 2/3] Fix alignment of "mark as answer button" by adding btn-link class TNL-5586 --- .../common/templates/discussion/forum-action-answer.underscore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/static/common/templates/discussion/forum-action-answer.underscore b/common/static/common/templates/discussion/forum-action-answer.underscore index 4f9c2bd8fd..77a2ff1376 100644 --- a/common/static/common/templates/discussion/forum-action-answer.underscore +++ b/common/static/common/templates/discussion/forum-action-answer.underscore @@ -1,5 +1,5 @@
  • -