Commit b3a73a21 authored by Savas Vedova's avatar Savas Vedova

Merge branch 'yo-fix-notes-bb' into 'master'

Fix border bottom color collapsed replies

See merge request gitlab-org/gitlab!51871
parents 27b43a19 bb7a3ce2
......@@ -73,8 +73,8 @@ $system-note-svg-size: 16px;
.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