mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Focus highlight was not working in some menus on TV layout
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user