This commit is contained in:
ItzzExcel
2025-02-27 01:19:52 -06:00
parent 846b9b6927
commit 8792e134e7
+2 -2
View File
@@ -174,12 +174,12 @@
background-color: lightgray !important; background-color: lightgray !important;
} }
[class^="tableRow"]:hover, [class^="tableRow"]:hover > *,
[data-test-is-playing="true"] > * { [data-test-is-playing="true"] > * {
color: var(--wave-color-solid-accent-fill) !important; color: var(--wave-color-solid-accent-fill) !important;
} }
[class^="tableRow"], [class^="tableRow"] > *,
[data-test-is-playing="false"] > * { [data-test-is-playing="false"] > * {
color: lightgray !important; color: lightgray !important;
} }