Use span instead of a to prevent outline after toggling
This commit is contained in:
parent
2374b06360
commit
0ce9013315
@ -54,14 +54,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class='col'>
|
||||
<a v-on:click="props.toggle" href='#' class='icon-link toggle-link'>
|
||||
<span v-on:click="props.toggle" class='icon-link toggle-link'>
|
||||
<template v-if="props.isVisible">
|
||||
{{ Icon('minus') }}
|
||||
</template>
|
||||
<template v-else>
|
||||
{{ Icon('plus') }}
|
||||
</template>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</header>
|
||||
<ul v-if="props.isVisible">
|
||||
|
Loading…
x
Reference in New Issue
Block a user