mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 21:48:14 +00:00
fix: bg color table flickering on sort
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@use "sass:color";
|
@use 'sass:color';
|
||||||
@use 'fonts';
|
@use 'fonts';
|
||||||
|
|
||||||
body,
|
body,
|
||||||
@@ -61,7 +61,6 @@ table thead tr td img {
|
|||||||
|
|
||||||
table tbody tr {
|
table tbody tr {
|
||||||
background-color: #2c394b;
|
background-color: #2c394b;
|
||||||
transition: background-color 100ms;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user