From 2c1916331a3ba3dc23074a50c9a806dd9f00bf45 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Thu, 25 Sep 2025 18:29:31 +0200 Subject: [PATCH] Remove transition on table row background --- src/tables.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tables.css b/src/tables.css index 5817911..969353c 100644 --- a/src/tables.css +++ b/src/tables.css @@ -24,10 +24,6 @@ thead th { font-size: 14px; } -tr { - transition: background-color 100ms; -} - tr:hover { background-color: #ccc !important; }