Keep image edge highlight on hover

This commit is contained in:
daudix
2024-08-29 19:41:27 +03:00
parent 86955a7d6c
commit d09e2b158c

View File

@ -85,7 +85,7 @@ img {
&:hover {
transform: scale(1.1);
z-index: 1;
box-shadow: var(--shadow-raised);
box-shadow: var(--edge-highlight), var(--shadow-raised);
border-radius: 0;
}