From 8a1d8afe6ac6846e33b51e35028cd952ed665810 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Mon, 21 Jul 2025 09:09:44 -0500 Subject: [PATCH] Receivers: Fix default caption button state --- receivers/common/web/player/common.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/receivers/common/web/player/common.css b/receivers/common/web/player/common.css index 953eed7..cc94268 100644 --- a/receivers/common/web/player/common.css +++ b/receivers/common/web/player/common.css @@ -417,7 +417,6 @@ body { .captions_off { cursor: pointer; - display: none; background-image: url("../assets/icons/player/icon24_cc_off.svg"); transition: background-image 0.1s ease-in-out; @@ -429,7 +428,6 @@ body { .captions_on { cursor: pointer; - display: none; background-image: url("../assets/icons/player/icon24_cc_on.svg"); transition: background-image 0.1s ease-in-out;