Commit d2320457 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '33052-design-comment-link-styling' into 'master'

Design view: Add link color to design comments

Closes #33052

See merge request gitlab-org/gitlab!20302
parents e495db2f d97487e2
---
title: Add link color to design comments
merge_request: 20302
author:
type: fixed
......@@ -55,6 +55,10 @@
a {
color: inherit;
}
.note-text a {
color: $blue-600;
}
}
.reply-wrapper {
......
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