From be148c2aee4327c366ecd401620a269c20a313b5 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 2 Dec 2025 02:14:43 +0100 Subject: [PATCH] fix: bg color table flickering on sort --- src/styles/_global.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/styles/_global.scss b/src/styles/_global.scss index fcb6c07..b7db71b 100644 --- a/src/styles/_global.scss +++ b/src/styles/_global.scss @@ -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 {