Fixed issue #6558
This commit is contained in:
parent
2c28a9b439
commit
64bcb5dde5
File diff suppressed because one or more lines are too long
|
|
@ -258,4 +258,13 @@
|
|||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
&.rtl {
|
||||
.book-cross-icon {
|
||||
left: 80px !important;
|
||||
right: inherit !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -11,7 +11,7 @@
|
|||
</slot>
|
||||
|
||||
<span
|
||||
class="icon cross-icon"
|
||||
class="icon cross-icon book-cross-icon"
|
||||
v-if="!hideRemoveButton"
|
||||
@click.prevent="clear"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue