Remove hover transition animations on chips

This commit is contained in:
2026-02-04 14:59:28 +01:00
parent 47d7f0acf6
commit a3122857cf

View File

@@ -353,7 +353,6 @@ p {
font-size: 12px; font-size: 12px;
border: 1px solid transparent; border: 1px solid transparent;
cursor: pointer; cursor: pointer;
transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
} }
.chip.danger-chip { .chip.danger-chip {
background: #e0564f; background: #e0564f;