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