mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
feat(a11y): improve remove attachement accessiblity (#249)
This commit is contained in:
parent
e0a1ceea43
commit
47721801aa
1 changed files with 5 additions and 2 deletions
|
@ -20,10 +20,13 @@ defineEmits<{
|
|||
<div absolute right-2 top-2>
|
||||
<div
|
||||
v-if="removable"
|
||||
hover:bg="gray/40" transition-100 p-1 rounded-5 cursor-pointer op-0 group-hover:op-100
|
||||
aria-label="Remove attachment"
|
||||
hover:bg="gray/40" transition-100 p-1 rounded-5 cursor-pointer
|
||||
:class="[isSmallScreen ? '' : 'op-0 group-hover:op-100hover:']"
|
||||
mix-blend-difference
|
||||
@click="$emit('remove')"
|
||||
>
|
||||
<div i-ri:close-line text-3 />
|
||||
<div i-ri:close-line text-3 :class="[isSmallScreen ? 'text-6' : 'text-3']" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue