From cdd5c37888d3e6461548bfadc1e3fa856d3b5c47 Mon Sep 17 00:00:00 2001 From: OothecaPickle Date: Thu, 19 Dec 2024 20:31:17 -0500 Subject: [PATCH] apply overflow menu text color change only to overflow menu (not to stats button) (#6406) --- .../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; }