Fix: Focus state of episode list items was not styled on TV layout
This commit is contained in:
parent
6f39828294
commit
7f45b906a7
1 changed files with 5 additions and 1 deletions
|
|
@ -1220,7 +1220,11 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
.listItem:hover,
|
.listItem:hover,
|
||||||
.navMenuOption:hover {
|
.navMenuOption:hover {
|
||||||
background: unset;
|
background: unset;
|
||||||
border-radius: var(--smallRadius);
|
border-radius: .7em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.listItem:focus {
|
||||||
|
background: var(--highlightOutlineColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItem:active,
|
.listItem:active,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue