Merge pull request #4609 from awsr/awsr-patch-2

Fix modern gallery hover CSS
This commit is contained in:
Vladimir Mandic
2026-01-31 08:07:33 +01:00
committed by GitHub
+4 -1
View File
@@ -119,9 +119,12 @@ function updateGalleryStyles() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition-duration: 0.2s;
transition-property: color, opacity, background-color, border-color;
transition-timing-function: ease-out;
}
.gallery-folder:hover {
background-color: var(--button-primary-background-fill-hover);
background-color: var(--button-primary-background-fill-hover, var(--sd-button-hover-color));
}
.gallery-folder-selected {
background-color: var(--sd-button-selected-color);