feat: Zoom-in cursor for images with hover
This commit is contained in:
parent
0beb8b3de1
commit
d9e25db705
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user