fix(home): prevent weird blue border on card

This commit is contained in:
Corentin Thomasset 2023-05-01 13:44:30 +02:00
parent daf2cf0285
commit 3f6c8f0edd
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -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');