fix(home): prevent weird blue border on card
This commit is contained in:
parent
daf2cf0285
commit
3f6c8f0edd
@ -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…
Reference in New Issue
Block a user