Fix hover effect on o2m and m2a lists (#9412) (#9414)

This commit is contained in:
Rémi Alvergnat
2021-11-03 16:12:08 +01:00
committed by GitHub
parent 1514b878fa
commit 1bd43bd25f
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
v-if="allowedCollections.includes(element[anyRelation.meta.one_collection_field])"
block
:dense="previewValues.length > 4"
clickable
@click="editExisting((value || [])[element.$index])"
>
<v-icon

View File

@@ -28,6 +28,7 @@
<v-list-item
:dense="sortedItems.length > 4"
block
clickable
:disabled="disabled || updateAllowed === false"
@click="editItem(element)"
>