mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Link text color was not white when focused in TV layout
This commit is contained in:
@@ -190,15 +190,14 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-button.show-focus:focus,
|
.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;
|
background-color: var(--highlightOutlineColor) !important;
|
||||||
color: #fff;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-tabs .emby-button.show-focus:focus {
|
.emby-tabs .emby-button.show-focus:focus {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
color: #fff;
|
|
||||||
background-color: var(--highlightOutlineColor) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card.show-animation:focus>.cardBox {
|
.card.show-animation:focus>.cardBox {
|
||||||
|
Reference in New Issue
Block a user