Skip to content

Commit

Permalink
Fix hover effect on o2m and m2a lists (directus#9412) (directus#9414)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal authored and dimitrov-adrian committed Nov 5, 2021
1 parent 61be257 commit 5bb9594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/interfaces/list-m2a/list-m2a.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions app/src/interfaces/list-o2m/list-o2m.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<v-list-item
:dense="sortedItems.length > 4"
block
clickable
:disabled="disabled || updateAllowed === false"
@click="editItem(element)"
>
Expand Down

0 comments on commit 5bb9594

Please sign in to comment.