mirror of
https://github.com/vladmandic/automatic
synced 2026-09-04 03:50:44 +02:00
Fix gallery hover CSS
This commit is contained in:
@@ -119,9 +119,13 @@ 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));
|
||||
color: var(--sd-input-hover-text-color);
|
||||
}
|
||||
.gallery-folder-selected {
|
||||
background-color: var(--sd-button-selected-color);
|
||||
|
||||
Reference in New Issue
Block a user