diff --git a/libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css b/libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css index 66287f32fa5..6fbe1b6fd8f 100644 --- a/libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css +++ b/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;