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
4cb8308f
Commit
4cb8308f
authored
Dec 10, 2020
by
Sarah Groff Hennigh-Palermo
Committed by
Andrew Fontaine
Dec 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add aria label to status and action icons
parent
c6cdc324
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
app/assets/javascripts/pipelines/components/graph/action_component.vue
...vascripts/pipelines/components/graph/action_component.vue
+1
-1
app/assets/javascripts/vue_shared/components/ci_icon.vue
app/assets/javascripts/vue_shared/components/ci_icon.vue
+3
-1
No files found.
app/assets/javascripts/pipelines/components/graph/action_component.vue
View file @
4cb8308f
...
...
@@ -91,6 +91,6 @@ export default {
@click.stop="onClickAction"
>
<gl-loading-icon
v-if=
"isLoading"
class=
"js-action-icon-loading"
/>
<gl-icon
v-else
:name=
"actionIcon"
class=
"gl-mr-0!"
/>
<gl-icon
v-else
:name=
"actionIcon"
class=
"gl-mr-0!"
:aria-label=
"actionIcon"
/>
</gl-button>
</
template
>
app/assets/javascripts/vue_shared/components/ci_icon.vue
View file @
4cb8308f
...
...
@@ -63,5 +63,7 @@ export default {
};
</
script
>
<
template
>
<span
:class=
"cssClass"
>
<gl-icon
:name=
"icon"
:size=
"size"
:class=
"cssClasses"
/>
</span>
<span
:class=
"cssClass"
>
<gl-icon
:name=
"icon"
:size=
"size"
:class=
"cssClasses"
:aria-label=
"status.icon"
/>
</span>
</
template
>
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