From c1247451ab04e7cdf415951a7f43b2b5b3bc87ec Mon Sep 17 00:00:00 2001 From: Simon Milfred Date: Wed, 26 Jun 2024 15:59:56 +0200 Subject: [PATCH] fix: removed some spaces --- components/LinkTile.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/LinkTile.vue b/components/LinkTile.vue index ae2b9e5..2f930b4 100644 --- a/components/LinkTile.vue +++ b/components/LinkTile.vue @@ -450,7 +450,7 @@ function getPath(event, _element = null, _path = null) { position: relative; display: block; } - + :where(.c-link-tile__link) { position: absolute; z-index: 99999; @@ -458,7 +458,7 @@ function getPath(event, _element = null, _path = null) { pointer-events: none; inset: 0; } - + :where(.c-link-tile[data-hover='hover']) { cursor: pointer; }