Change edit links to have proper mouse-hover.
This commit is contained in:
parent
e0aad5a1ae
commit
46be14681d
1 changed files with 6 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue