From d9e25db705fde5de19db3b4f7718d274bc08275d Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 29 Jan 2024 16:02:16 +0300 Subject: [PATCH] feat: Zoom-in cursor for images with hover --- sass/_media.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/_media.scss b/sass/_media.scss index 11c6c3b..befe10e 100644 --- a/sass/_media.scss +++ b/sass/_media.scss @@ -10,6 +10,10 @@ video { img { transition: var(--transition-longer); + &:not(.no-hover) { + cursor: zoom-in; + } + &:not(.no-hover):hover { border-radius: 0; box-shadow: var(--shadow-raised);