Explorar el Código

decorative svgs hidden from screen reader

Sine Jespersen hace 3 meses
padre
commit
d837e6e579
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/lib/components/AddServerModal.svelte

+ 2 - 0
src/lib/components/AddServerModal.svelte

@@ -224,6 +224,7 @@
 												viewBox="0 0 20 20"
 												viewBox="0 0 20 20"
 												fill="currentColor"
 												fill="currentColor"
 												class="w-4 h-4"
 												class="w-4 h-4"
+												aria-hidden="true"
 											>
 											>
 												<path
 												<path
 													fill-rule="evenodd"
 													fill-rule="evenodd"
@@ -374,6 +375,7 @@
 							{#if loading}
 							{#if loading}
 								<div class="ml-2 self-center">
 								<div class="ml-2 self-center">
 									<svg
 									<svg
+										aria-hidden="true"
 										class=" w-4 h-4"
 										class=" w-4 h-4"
 										viewBox="0 0 24 24"
 										viewBox="0 0 24 24"
 										fill="currentColor"
 										fill="currentColor"