Skip to content

Commit

Permalink
feat: transition logo status style
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Dec 20, 2023
1 parent 6919682 commit 26e319d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
cursor: pointer;
z-index: 13000;
transition: all ease-in-out 0.3s;
&.inactive {
background-color: #a2a2a2;
filter: grayscale(1);
Expand Down

0 comments on commit 26e319d

Please sign in to comment.