This commit is contained in:
Abhishek Kathuria 2022-07-23 15:03:32 +05:30
parent 2c28a9b439
commit 64bcb5dde5
4 changed files with 12 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -259,3 +259,12 @@
} }
} }
} }
body {
&.rtl {
.book-cross-icon {
left: 80px !important;
right: inherit !important;
}
}
}

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@
</slot> </slot>
<span <span
class="icon cross-icon" class="icon cross-icon book-cross-icon"
v-if="!hideRemoveButton" v-if="!hideRemoveButton"
@click.prevent="clear" @click.prevent="clear"
> >