Merge pull request #4313 from ethereum/highliic

highlight new added icon
pull/5370/head
yann300 12 months ago committed by GitHub
commit abb4d5688a
  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