Remove transition on table row background

This commit is contained in:
Kuba Orlik 2025-09-25 18:29:31 +02:00
parent 2704182348
commit 2c1916331a

View File

@ -24,10 +24,6 @@ thead th {
font-size: 14px;
}
tr {
transition: background-color 100ms;
}
tr:hover {
background-color: #ccc !important;
}