Fix: Link text color was not white when focused in TV layout

This commit is contained in:
lscambo13
2025-06-14 12:49:45 -07:00
parent 6a4cda0e13
commit f89fca1a79

View File

@@ -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 {