Nesting huh?
This commit is contained in:
@ -4,13 +4,13 @@ img {
|
||||
|
||||
&:not(.no-hover, &[src*="#no-hover"]) {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
&:not(.no-hover, &[src*="#no-hover"]):hover {
|
||||
&:hover {
|
||||
transform: scale(1.1);
|
||||
box-shadow: var(--shadow-raised);
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
img,
|
||||
|
Reference in New Issue
Block a user