mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Focus state of episode list items was not styled on TV layout
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user