fix: more focus/selection bugs (#21)

This commit is contained in:
Adam Perkowski
2025-03-16 23:28:40 +01:00
committed by GitHub
parent fe94ba0646
commit 6cf4d3b031
+1 -2
View File
@@ -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,