Merge pull request #4313 from ethereum/highliic

highlight new added icon
pull/4316/head
yann300 11 months ago committed by GitHub
commit f5a20c233a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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