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

@@ -96,7 +96,6 @@
/>
<SmartItem
svg="trash-2"
color="red"
:label="$t('action.delete')"
@click.native="
() => {

View File

@@ -78,7 +78,6 @@
/>
<SmartItem
svg="trash-2"
color="red"
:label="$t('action.delete')"
@click.native="
() => {

View File

@@ -36,7 +36,9 @@
active.folderPath === folderPath &&
active.requestIndex === 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">
@@ -95,7 +97,6 @@
/>
<SmartItem
svg="trash-2"
color="red"
:label="$t('action.delete')"
@click.native="
confirmRemove = true