Skip to content

Commit

Permalink
Fix a11y syncing status indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Jun 6, 2024
1 parent 19e409f commit 38544cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/workspace/components/user/UserStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
/>
</button>
<div
v-if="!$cloud.syncing"
class="pointer-events-none absolute bottom-0 right-0 h-3 w-3 rounded-full border-2 border-white"
:class="cloudStatusClass"
:class="[cloudStatusClass, $cloud.syncing && 'sr-only']"
>
<span class="sr-only">{{ $t(`cloud.status.${$cloud.status}`) }}</span>
</div>
Expand Down

0 comments on commit 38544cf

Please sign in to comment.