From a3122857cf3681c5174b9b6ae15f2274a76e8e87 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Wed, 4 Feb 2026 14:59:28 +0100 Subject: [PATCH] Remove hover transition animations on chips --- wwwroot/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/wwwroot/styles.css b/wwwroot/styles.css index 29c5976..24d3b55 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -353,7 +353,6 @@ p { font-size: 12px; border: 1px solid transparent; cursor: pointer; - transition: background 150ms ease, border-color 150ms ease, color 150ms ease; } .chip.danger-chip { background: #e0564f;