fix: incorrect focus colors
This commit is contained in:
+8
-20
@@ -14,10 +14,6 @@
|
|||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdl-slider {
|
|
||||||
color: var(--main-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mdl-slider-background-upper {
|
.mdl-slider-background-upper {
|
||||||
background-color: var(--dimmer-text);
|
background-color: var(--dimmer-text);
|
||||||
}
|
}
|
||||||
@@ -98,10 +94,6 @@ html {
|
|||||||
color: var(--main-text);
|
color: var(--main-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-button-foreground:focus {
|
|
||||||
color: var(--main-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.paper-icon-button-light {
|
.paper-icon-button-light {
|
||||||
color: var(--main-text);
|
color: var(--main-text);
|
||||||
}
|
}
|
||||||
@@ -116,10 +108,6 @@ html {
|
|||||||
background-color: var(--hover-background);
|
background-color: var(--hover-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-tab-button-active>.emby-button-foreground {
|
|
||||||
color: var(--main-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-submit,
|
.button-submit,
|
||||||
.button-submit:focus,
|
.button-submit:focus,
|
||||||
.button-alt,
|
.button-alt,
|
||||||
@@ -165,6 +153,14 @@ html {
|
|||||||
background: var(--main-background);
|
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,
|
.headerRight,
|
||||||
.headerLeft {
|
.headerLeft {
|
||||||
color: var(--main-color);
|
color: var(--main-color);
|
||||||
@@ -215,10 +211,6 @@ html {
|
|||||||
color: var(--dimmer-text);
|
color: var(--dimmer-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemAction:focus {
|
|
||||||
color: var(--main-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* General focus element color */
|
/* General focus element color */
|
||||||
|
|
||||||
.layout-tv .paper-icon-button-light.show-focus:focus {
|
.layout-tv .paper-icon-button-light.show-focus:focus {
|
||||||
@@ -229,10 +221,6 @@ html {
|
|||||||
background: var(--main-color) !important;
|
background: var(--main-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-flat:focus {
|
|
||||||
color: var(--main-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.sectionTitle,
|
.sectionTitle,
|
||||||
.cardText,
|
.cardText,
|
||||||
.pageTitle,
|
.pageTitle,
|
||||||
|
|||||||
Reference in New Issue
Block a user