Skip to content

Commit

Permalink
Hide from screen readers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Dec 16, 2023
1 parent cc867d8 commit b1f14ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</oc-tile>
</li>
<template v-if="ghostTilesCount">
<li v-for="index in ghostTilesCount" :key="index" class="ghost-tile">
<li v-for="index in ghostTilesCount" :key="index" class="ghost-tile oc-invisible-sr">
<div>
{{ viewSize }}
</div>
Expand Down

0 comments on commit b1f14ad

Please sign in to comment.