Skip to content

Commit f5a20c2

Browse files
authored
Merge pull request #4313 from ethereum/highliic
highlight new added icon
2 parents d96648d + 354565f commit f5a20c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,14 @@
3030
height: 36px;
3131
border-radius: 8px;
3232
align-items: center;
33+
animation: highlight 2s forwards ;
3334
}
35+
36+
@keyframes highlight {
37+
from {background-color: var(--secondary);}
38+
to {background-color: transparent;}
39+
}
40+
3441
.remixui_icon img {
3542
width: 28px;
3643
height: 28px;

0 commit comments

Comments
 (0)