Commit bb7a3ce2 authored by Yogi's avatar Yogi Committed by Savas Vedova

Fix border bottom color collapsed replies

parent 1318891b
......@@ -84,8 +84,8 @@ $note-form-margin-left: 72px;
.replies-toggle {
background-color: $gray-light;
padding: $gl-padding-8 $gl-padding;
border-top: 1px solid $gray-50;
border-bottom: 1px solid $gray-50;
border-top: 1px solid $gray-100;
border-bottom: 1px solid $gray-100;
.collapse-replies-btn:hover {
color: $blue-600;
......
---
title: Fix border bottom color collapsed replies
merge_request: 51871
author: Yogi (@yo)
type: fixed
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