Change edit links to have proper mouse-hover.

This commit is contained in:
Chloe Herd 2023-06-08 11:50:36 -04:00
parent e0aad5a1ae
commit 46be14681d

View file

@ -5,7 +5,12 @@
:cmsWidgetName="headerCmsWidgetName"
typeStyle="body small bold dark"
margin="mt-0" />
<textLink linkType="textSmall" text="Edit" class="ml-auto" @click-event="linkClicked" />
<textLink
linkType="textSmall"
text="Edit"
class="ml-auto"
@click-event="linkClicked"
href="javascript:void(0)" />
</div>
<div class="small" v-for="item in content" :key="item" data-test="contentLine">
{{ item }}