Commit 4ae6f414 authored by Nathan Friend's avatar Nathan Friend

Merge branch '199053-inconsistent-help-icon-styling' into 'master'

Update merge request widget question mark icons

Closes #199053

See merge request gitlab-org/gitlab!30759
parents 89301eef 5a921625
......@@ -51,7 +51,7 @@ export default {
rel="noopener noreferrer nofollow"
data-container="body"
>
<icon name="question-o" />
<icon name="question" />
</a>
</div>
</template>
---
title: Update merge request widget question mark icons
merge_request: 30759
author:
type: other
......@@ -25,7 +25,7 @@ export default {
<icon
id="pop-approver"
tabindex="0"
name="question-o"
name="question"
:aria-label="__('help')"
:size="14"
class="author-link suggestion-help-hover"
......
......@@ -41,7 +41,7 @@ export default {
target="_blank"
class="d-flex-center pl-1"
>
<icon name="question-o" />
<icon name="question" />
</gl-link>
</div>
</template>
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