Commit 6fa891fd authored by George Tsiolis's avatar George Tsiolis

Add aria-hidden attribute to icon vue component

parent c088057f
......@@ -147,7 +147,6 @@
<icon
v-if="issue.confidential"
name="eye-slash"
aria-hidden="true"
class="confidential-icon"
/>
<a
......
......@@ -84,7 +84,6 @@ export default {
{{ selectedProjectName }}
<icon
name="angle-down"
aria-hidden="true"
/>
</button>
<div class="dropdown-menu dropdown-menu-selectable dropdown-menu-full-width">
......@@ -97,7 +96,6 @@ export default {
>
<icon
name="merge-request-close-m"
aria-hidden="true"
data-hidden="true"
class="dropdown-menu-close-icon"
/>
......@@ -112,7 +110,6 @@ export default {
<icon
name="search"
class="dropdown-input-search"
aria-hidden="true"
data-hidden="true"
/>
</div>
......
......@@ -34,7 +34,6 @@
>
<icon
name="close"
aria-hidden="true"
/>
</button>
<div
......
......@@ -62,7 +62,6 @@ export default {
<icon name="play" />
<icon
name="chevron-down"
aria-hidden="true"
/>
<gl-loading-icon v-if="isLoading" />
</span>
......
......@@ -533,13 +533,11 @@ export default {
<icon
:name="folderIconName"
class="folder-icon"
aria-hidden="true"
/>
<icon
name="folder"
class="folder-icon"
aria-hidden="true"
/>
<span>
......
......@@ -53,7 +53,6 @@ export default {
v-if="!searchQuery"
name="search"
class="search-icon"
aria-hidden="true"
/>
</div>
</template>
......@@ -105,6 +105,7 @@ export default {
:x="x"
:y="y"
:tabindex="tabIndex"
aria-hidden="true"
>
<use v-bind="{ 'xlink:href':spriteHref }"/>
</svg>
......
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