fix: bg color table flickering on sort

This commit is contained in:
2025-12-02 02:14:43 +01:00
parent cabb321262
commit be148c2aee
+2 -3
View File
@@ -1,4 +1,4 @@
@use "sass:color";
@use 'sass:color';
@use 'fonts';
body,
@@ -61,7 +61,6 @@ table thead tr td img {
table tbody tr {
background-color: #2c394b;
transition: background-color 100ms;
text-overflow: ellipsis;
}
@@ -86,7 +85,7 @@ table tbody tr td img {
vertical-align: middle;
}
// Other
// Other
button,
select,
input {