From 72837cfb3555946697ffba8e798ccc332d230814 Mon Sep 17 00:00:00 2001 From: covidisahoax Date: Mon, 9 Dec 2024 11:08:10 -0800 Subject: [PATCH] apply overflow menu text color change only to overflow menu (not to stats button) --- .../components/ft-shaka-video-player/ft-shaka-video-player.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css b/src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css index 7a70c5910aa2c..7fc603f68c940 100644 --- a/src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css +++ b/src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.css @@ -67,7 +67,7 @@ color: var(--side-nav-hover-text-color) !important; } -:deep(.shaka-current-selection-span) { +:deep(.shaka-overflow-menu-only .shaka-current-selection-span) { color: var(--tertiary-text-color) !important; }