diff --git a/packages/portal/src/components/media/MediaAnnotationList.vue b/packages/portal/src/components/media/MediaAnnotationList.vue index 3b163b0313..b587321614 100644 --- a/packages/portal/src/components/media/MediaAnnotationList.vue +++ b/packages/portal/src/components/media/MediaAnnotationList.vue @@ -20,7 +20,7 @@ ref="annotationListItems" :lang="anno.body.language" class="list-group-item list-group-item-action" - :class="{ active: anno.id === activeAnnotation?.id }" + :class="{ active: anno.id === activeAnnotation?.id, hover: anno.id === hoveredAnnotation?.id }" data-qa="annotation list item" >