refactor: remove absolute classes

This commit is contained in:
liyasthomas
2021-12-13 12:26:24 +05:30
parent e31dc6e08d
commit 870b493b80
47 changed files with 43 additions and 64 deletions

View File

@@ -30,7 +30,9 @@
active.originLocation === 'team-collection' &&
active.requestID === requestIndex
"
v-tippy="{ theme: 'tooltip' }"
class="rounded-full bg-green-500 flex-shrink-0 h-1.5 mx-3 w-1.5"
:title="`${$t('collection.request_in_use')}`"
></span>
</span>
<div class="flex">
@@ -74,7 +76,6 @@
/>
<SmartItem
svg="trash-2"
color="red"
:label="$t('action.delete')"
@click.native="
confirmRemove = true