From 7ea64a027255b55a3531f2f570b0343d1ed922ec Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 24 Jan 2025 13:55:01 -0800 Subject: [PATCH] Fix: Focus highlight was not working in some menus on TV layout --- Theme/ElegantFin-theme-nightly.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 3442dcb..522dc59 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -117,7 +117,7 @@ html { .emby-button.show-focus:focus, .paper-icon-button-light.show-focus:focus { - background-color: var(--highlightOutlineColor); + background-color: var(--highlightOutlineColor) !important; color: #fff; }