feat: Zoom-in cursor for images with hover

This commit is contained in:
daudix
2024-01-29 16:02:16 +03:00
parent 0beb8b3de1
commit d9e25db705

View File

@ -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);