mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
Co-authored-by: patak <matias.capeletto@gmail.com>
This commit is contained in:
parent
801b8fe027
commit
be5d32cb4a
1 changed files with 2 additions and 3 deletions
|
@ -30,9 +30,8 @@ const toggleApply = () => {
|
|||
<div
|
||||
v-if="removable"
|
||||
:aria-label="$t('attachment.remove_label')"
|
||||
hover:bg="gray/40" transition-100 p-1 rounded-5 cursor-pointer
|
||||
:class="[isHydrated && isSmallScreen ? '' : 'op-0 group-hover:op-100hover:']"
|
||||
mix-blend-difference
|
||||
class="bg-black/75 hover:bg-red/75"
|
||||
text-white px2 py2 rounded-full cursor-pointer
|
||||
@click="$emit('remove')"
|
||||
>
|
||||
<div i-ri:close-line text-3 :class="[isHydrated && isSmallScreen ? 'text-6' : 'text-3']" />
|
||||
|
|
Loading…
Reference in a new issue