highlight new added icon

pull/5370/head
lianahus 1 year ago committed by yann300
parent a6a0fffad0
commit 86e9286fd1
  1. 7
      libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css

@ -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;

Loading…
Cancel
Save