From aa14114963afd5778925f871f4c3a6f2d2295570 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 18 Apr 2026 06:35:26 +0200 Subject: [PATCH] player: use CSS :has() for volume slider hover (pure CSS solution) --- internal/templates/watch.templ | 1 + static/player.ts | 3 +-- static/style.css | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/internal/templates/watch.templ b/internal/templates/watch.templ index ee74c7c..72f2b7f 100644 --- a/internal/templates/watch.templ +++ b/internal/templates/watch.templ @@ -232,6 +232,7 @@ templ VideoPlayer(data WatchPageData) {
+