Fix: Link text color was not white when focused in TV layout
This commit is contained in:
parent
6a4cda0e13
commit
f89fca1a79
1 changed files with 3 additions and 4 deletions
|
|
@ -190,15 +190,14 @@ html {
|
|||
}
|
||||
|
||||
.emby-button.show-focus:focus,
|
||||
.paper-icon-button-light.show-focus:focus {
|
||||
.paper-icon-button-light.show-focus:focus,
|
||||
.emby-tabs .emby-button.show-focus:focus {
|
||||
background-color: var(--highlightOutlineColor) !important;
|
||||
color: #fff;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.emby-tabs .emby-button.show-focus:focus {
|
||||
outline: none !important;
|
||||
color: #fff;
|
||||
background-color: var(--highlightOutlineColor) !important;
|
||||
}
|
||||
|
||||
.card.show-animation:focus>.cardBox {
|
||||
|
|
|
|||
Loading…
Reference in a new issue