Commit 1a9a0e69 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'jnnkl-secure-widget-question-mark' into 'master'

Update Styling of MR-Widget

See merge request gitlab-org/gitlab!63736
parents b7ef0136 38842cbd
......@@ -32,9 +32,9 @@ export default {
:href="helpPath"
:title="__('About this feature')"
target="_blank"
class="d-flex-center pl-1"
class="d-flex-center"
>
<gl-icon name="question" />
<gl-icon name="question-o" class="gl-ml-3" />
</gl-link>
</div>
</template>
......@@ -53,6 +53,6 @@ export default {
</span>
<gl-link v-else target="_blank" :href="helpPath" :aria-label="$options.i18n.securityReportsHelp">
<gl-icon name="question" />
<gl-icon name="question-o" />
</gl-link>
</template>
......@@ -191,6 +191,7 @@ export default {
<security-summary :message="groupedSummaryText" />
<help-icon
class="gl-ml-3"
:help-path="securityReportsDocsPath"
:discover-project-security-path="discoverProjectSecurityPath"
/>
......@@ -219,6 +220,7 @@ export default {
{{ $options.i18n.scansHaveRun }}
<help-icon
class="gl-ml-3"
:help-path="securityReportsDocsPath"
:discover-project-security-path="discoverProjectSecurityPath"
/>
......
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