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 {
rel="noopener noreferrer nofollow"
data-container="body"
>
<icon name="question-o" />
<icon name="question" />
</a>
</div>
</template>
......@@ -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