feat: Zoom-in cursor for images with hover
This commit is contained in:
@ -10,6 +10,10 @@ video {
|
|||||||
img {
|
img {
|
||||||
transition: var(--transition-longer);
|
transition: var(--transition-longer);
|
||||||
|
|
||||||
|
&:not(.no-hover) {
|
||||||
|
cursor: zoom-in;
|
||||||
|
}
|
||||||
|
|
||||||
&:not(.no-hover):hover {
|
&:not(.no-hover):hover {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: var(--shadow-raised);
|
box-shadow: var(--shadow-raised);
|
||||||
|
Reference in New Issue
Block a user