diff --git a/components/chip.css b/components/chip.css index eb6aea23..d89cd6f1 100644 --- a/components/chip.css +++ b/components/chip.css @@ -102,4 +102,7 @@ .ease-chip { transition: none !important; } + .ease-chip:hover { + transform: none !important; + } } \ No newline at end of file