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