From 3f6c8f0eddc51798d62c9011e5179f6cc497e88e Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 1 May 2023 13:44:30 +0200 Subject: [PATCH] fix(home): prevent weird blue border on card --- src/components/ToolCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ToolCard.vue b/src/components/ToolCard.vue index c0f85819..64dc113e 100644 --- a/src/components/ToolCard.vue +++ b/src/components/ToolCard.vue @@ -55,6 +55,7 @@ a { .tool-card { transition: border-color ease 0.5s; border-width: 2px !important; + color: transparent; &:hover { border-color: v-bind('appTheme.primary.colorHover');