Fix: Focus highlight was not working in some menus on TV layout
This commit is contained in:
parent
9426f3fb8e
commit
7ea64a0272
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue