From d09e2b158cd2fe8bbafceef19c2913c09c2db97c Mon Sep 17 00:00:00 2001 From: daudix Date: Thu, 29 Aug 2024 19:41:27 +0300 Subject: [PATCH] Keep image edge highlight on hover --- sass/_media.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_media.scss b/sass/_media.scss index 019a6d2..3a871c9 100644 --- a/sass/_media.scss +++ b/sass/_media.scss @@ -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; }