Patch out _hasCues_

This commit is contained in:
2026-08-04 05:19:04 +10:00
parent 29a1dd93ac
commit ff9e4998d4
@@ -553,6 +553,16 @@ body.rl-integrated-seekbar [data-test="footer-player"] [class*="playerContent"]
/* biome-ignore lint: Must beat Tidal _hasCues_ opacity */ /* biome-ignore lint: Must beat Tidal _hasCues_ opacity */
opacity: 1 !important; opacity: 1 !important;
line-height: 1.15; line-height: 1.15;
}
/* Switch from !important to specify classes (fixes _hasCues_) */
.rl-wbw-container .rl-wbw-word,
.rl-wbw-active [data-test="lyrics-intro"] {
transform: none;
filter: none;
}
.rl-wbw-container .rl-wbw-word {
transition: transition:
text-shadow 0.15s ease-out, text-shadow 0.15s ease-out,
color 0.15s ease-out; color 0.15s ease-out;