revert: remove chip animation

This commit is contained in:
2026-05-13 10:14:55 +03:00
parent 7c97349619
commit 4fc4ef9342
2 changed files with 1 additions and 9 deletions
+1 -7
View File
@@ -313,11 +313,6 @@
padding-right: 4px;
}
@keyframes chipIn {
from { opacity: 0; transform: translateY(6px) scale(.96); }
to { opacity: 1; transform: translateY(0) scale(1); }
}
.chip {
border: 1px solid #ccdbf7;
border-radius: 999px;
@@ -327,8 +322,7 @@
font-size: 13px;
cursor: pointer;
user-select: none;
transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease, opacity .18s ease;
animation: chipIn .5s ease both;
transition: .18s ease;
}
.chip:hover {