Skip to content
Snippets Groups Projects
Commit bb7a3ce2 authored by Yogi's avatar Yogi Committed by Savas Vedova
Browse files

Fix border bottom color collapsed replies

parent 1318891b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
---
title: Fix border bottom color collapsed replies
merge_request: 51871
author: Yogi (@yo)
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment