Skip to content

Commit

Permalink
Merge pull request #4313 from ethereum/highliic
Browse files Browse the repository at this point in the history
highlight new added icon
  • Loading branch information
yann300 authored Dec 7, 2023
2 parents d96648d + 354565f commit f5a20c2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@
height: 36px;
border-radius: 8px;
align-items: center;
animation: highlight 2s forwards ;
}

@keyframes highlight {
from {background-color: var(--secondary);}
to {background-color: transparent;}
}

.remixui_icon img {
width: 28px;
height: 28px;
Expand Down

0 comments on commit f5a20c2

Please sign in to comment.