Sv443 hace 1 año
padre
commit
69ae635e35
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/features/lyrics.ts

+ 1 - 0
src/features/lyrics.ts

@@ -97,6 +97,7 @@ export function addMediaCtrlLyricsBtn(): void {
         lyricsBtn.href = url;
 
         lyricsBtn.title = "Open the current song's lyrics in a new tab";
+        lyricsBtn.style.cursor = "pointer";
         lyricsBtn.style.visibility = "initial";
         lyricsBtn.style.display = "inline-flex";
         lyricsBtn.style.pointerEvents = "initial";