Rethink buttons hover transitions

This commit is contained in:
2020-02-29 10:46:41 +01:00
parent 856fc66445
commit 631a3e6ccb
4 changed files with 55 additions and 55 deletions

View File

@@ -1,13 +1,13 @@
<script>
import * as fn from '../functions'
export let href = ''
export let href = '/'
export let text = ''
export let target = ''
export let rel = ''
</script>
<a {href} class="link-translate" {target} {rel}>
<a class="link-translate" {href} {target} {rel}>
<slot />
<div class="text" data-text={text}>
<span>{text}</span>