Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
38842cbd
Commit
38842cbd
authored
Jun 10, 2021
by
Jannik Lehmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Styling of MR-Widget
The Security MR-Widget Icons styling were updated. Changelog: changed
parent
b9827905
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
app/assets/javascripts/vue_merge_request_widget/components/approvals/approvals_summary_optional.vue
...idget/components/approvals/approvals_summary_optional.vue
+2
-2
app/assets/javascripts/vue_shared/security_reports/components/help_icon.vue
...ipts/vue_shared/security_reports/components/help_icon.vue
+1
-1
app/assets/javascripts/vue_shared/security_reports/security_reports_app.vue
...ipts/vue_shared/security_reports/security_reports_app.vue
+2
-0
No files found.
app/assets/javascripts/vue_merge_request_widget/components/approvals/approvals_summary_optional.vue
View file @
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
>
app/assets/javascripts/vue_shared/security_reports/components/help_icon.vue
View file @
38842cbd
...
...
@@ -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
>
app/assets/javascripts/vue_shared/security_reports/security_reports_app.vue
View file @
38842cbd
...
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment