Pārlūkot izejas kodu

Remove irrelevant aria-hidden attribute

Bubka 8 mēneši atpakaļ
vecāks
revīzija
9c917ab1cc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      resources/js/views/twofaccounts/CreateUpdate.vue

+ 1 - 1
resources/js/views/twofaccounts/CreateUpdate.vue

@@ -504,7 +504,7 @@
                         <UseColorMode v-slot="{ mode }">
                             <div role="button" tabindex="0" class="file mr-3" :class="mode == 'dark' ? 'is-dark' : 'is-white'" @keyup.enter="iconInputLabel.click()">
                                 <label class="file-label" ref="iconInputLabel">
-                                    <input aria-hidden="true" tabindex="-1" class="file-input" type="file" accept="image/*" v-on:change="uploadIcon" ref="iconInput">
+                                    <input tabindex="-1" class="file-input" type="file" accept="image/*" v-on:change="uploadIcon" ref="iconInput">
                                     <span class="file-cta">
                                         <span class="file-icon">
                                             <FontAwesomeIcon :icon="['fas', 'upload']" />