Update merge request widget question mark icons

Use the filled question icon per https://design.gitlab.com/usability/helping-users/#formatting-help-content
parent 40b6f344
...@@ -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>
...@@ -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