Nesting huh?

This commit is contained in:
David Lapshin
2024-05-27 00:05:38 +03:00
parent 70332e6fda
commit 2f2676bbf1

View File

@ -4,13 +4,13 @@ img {
&:not(.no-hover, &[src*="#no-hover"]) { &:not(.no-hover, &[src*="#no-hover"]) {
cursor: zoom-in; cursor: zoom-in;
}
&:not(.no-hover, &[src*="#no-hover"]):hover { &:hover {
transform: scale(1.1); transform: scale(1.1);
box-shadow: var(--shadow-raised); box-shadow: var(--shadow-raised);
border-radius: 0; border-radius: 0;
} }
}
} }
img, img,