added blur to gallery entries when highlighted

This commit is contained in:
2026-02-12 15:47:47 +01:00
parent 96ee17e8c5
commit 6119ee8eda
2 changed files with 9 additions and 2 deletions

View File

@@ -90,7 +90,10 @@
border-color: transparent;
border-width: 2px;
border-left: none;
transition: border-color 0.1s ease-out, padding-right 0.1s ease-out, background-color 0.1s ease-out;
transition: border-color 0.1s ease-out,
padding-right 0.1s ease-out,
background-color 0.1s ease-out,
backdrop-filter 0.2s ease-out;
}
.gallery-title, .gallery-subtitle {
@@ -111,6 +114,7 @@
.gallery-container:hover .gallery-text-container {
border-color: var(--color-highlight);
background-color: var(--color-background-highlight);
backdrop-filter: blur(var(--blur-radius-background));
}
.gallery-container:hover .gallery-img, .gallery-container:hover .gallery-img-placeholder {
/* filter: grayscale(0%); */