fix: more focus/selection bugs (#21)
This commit is contained in:
+1
-2
@@ -20,7 +20,6 @@
|
|||||||
.mdl-slider::-moz-range-thumb {background-color: var(--main-color);}
|
.mdl-slider::-moz-range-thumb {background-color: var(--main-color);}
|
||||||
|
|
||||||
.navMenuOption-selected,
|
.navMenuOption-selected,
|
||||||
.listItemButton:focus,
|
|
||||||
.iconOsdProgressInner,
|
.iconOsdProgressInner,
|
||||||
.mdl-slider-background-lower {
|
.mdl-slider-background-lower {
|
||||||
background-color: var(--main-color);
|
background-color: var(--main-color);
|
||||||
@@ -98,6 +97,7 @@ html {
|
|||||||
background-color: var(--second-background) !important;
|
background-color: var(--second-background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.paper-icon-button-light:hover:not(:disabled),
|
||||||
.paper-icon-button-light:active:not(:disabled),
|
.paper-icon-button-light:active:not(:disabled),
|
||||||
.listItem:hover,
|
.listItem:hover,
|
||||||
.listItem:focus,
|
.listItem:focus,
|
||||||
@@ -170,7 +170,6 @@ html {
|
|||||||
.selectLabelFocused,
|
.selectLabelFocused,
|
||||||
.textareaLabelFocused,
|
.textareaLabelFocused,
|
||||||
.button-link,
|
.button-link,
|
||||||
.button-flat:focus,
|
|
||||||
.button-flat:hover,
|
.button-flat:hover,
|
||||||
.itemAction:focus,
|
.itemAction:focus,
|
||||||
.emby-tab-button-active>.emby-button-foreground,
|
.emby-tab-button-active>.emby-button-foreground,
|
||||||
|
|||||||
Reference in New Issue
Block a user