Commit c9c7a336 authored by Simon Knox's avatar Simon Knox Committed by Denys Mishunov

Fix issue suggestion text color

Both for dark mode (000 => fefefe)
and for light mode (000 => 2e2e2e)

Use important util class so hover doesn't change color
parent 61903a35
......@@ -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