Commit cdfb5776 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'psi-dark-suggestions' into 'master'

Fix issue suggestion text color

Closes #223727

See merge request gitlab-org/gitlab!34899
parents 679d69e6 c9c7a336
......@@ -75,7 +75,11 @@ export default {
name="eye-slash"
class="suggestion-help-hover mr-1 suggestion-confidential"
/>
<gl-link :href="suggestion.webUrl" target="_blank" class="suggestion bold str-truncated-100">
<gl-link
:href="suggestion.webUrl"
target="_blank"
class="suggestion bold str-truncated-100 gl-text-gray-900!"
>
{{ suggestion.title }}
</gl-link>
</div>
......
......@@ -969,10 +969,6 @@
vertical-align: sub;
}
.suggestion-item a {
color: initial;
}
.suggestion-confidential {
color: $orange-600;
}
......
---
title: Fix issue suggestion text color on dark mode
merge_request: 34899
author:
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