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; }