Skip to content

Commit

Permalink
improve: remove background color transition
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed Sep 5, 2024
1 parent 9b36a0c commit 823c889
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
pointer-events: none;
transition:
all 0.3s,
left 0.2s,
background-color 0s 0.3s;
left 0.2s;
width: 824px;
height: 240px;
top: 223px;
left: calc((100% - 824px + 80px) / 2);
background-color: transparent;
box-shadow: none;

& .matecho-article-card__meta {
Expand All @@ -19,8 +17,7 @@
&.matecho-article-card__reverse {
transition:
all 0.3s,
top 0.2s,
background-color 0s 0.3s;
top 0.2s;
}
}

Expand Down

0 comments on commit 823c889

Please sign in to comment.