fix: incorrect focus colors

This commit is contained in:
Adam Perkowski
2025-03-01 16:32:27 +01:00
parent 5b130af094
commit 52efa15bda
+8 -20
View File
@@ -14,10 +14,6 @@
text-shadow: none;
}
.mdl-slider {
color: var(--main-color);
}
.mdl-slider-background-upper {
background-color: var(--dimmer-text);
}
@@ -98,10 +94,6 @@ html {
color: var(--main-text);
}
.emby-button-foreground:focus {
color: var(--main-color);
}
.paper-icon-button-light {
color: var(--main-text);
}
@@ -116,10 +108,6 @@ html {
background-color: var(--hover-background);
}
.emby-tab-button-active>.emby-button-foreground {
color: var(--main-color);
}
.button-submit,
.button-submit:focus,
.button-alt,
@@ -165,6 +153,14 @@ html {
background: var(--main-background);
}
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused,
.button-flat:focus,
.itemAction:focus,
.emby-tab-button-active>.emby-button-foreground,
.emby-button-foreground:focus,
.mdl-slider,
.headerRight,
.headerLeft {
color: var(--main-color);
@@ -215,10 +211,6 @@ html {
color: var(--dimmer-text);
}
.itemAction:focus {
color: var(--main-color);
}
/* General focus element color */
.layout-tv .paper-icon-button-light.show-focus:focus {
@@ -229,10 +221,6 @@ html {
background: var(--main-color) !important;
}
.button-flat:focus {
color: var(--main-color);
}
.sectionTitle,
.cardText,
.pageTitle,