mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 23:35:25 +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