mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 07:16:15 -04:00
fix(home): prevent weird blue border on card
This commit is contained in:
parent
daf2cf0285
commit
3f6c8f0edd
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ a {
|
||||||
.tool-card {
|
.tool-card {
|
||||||
transition: border-color ease 0.5s;
|
transition: border-color ease 0.5s;
|
||||||
border-width: 2px !important;
|
border-width: 2px !important;
|
||||||
|
color: transparent;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
border-color: v-bind('appTheme.primary.colorHover');
|
border-color: v-bind('appTheme.primary.colorHover');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue