xianmin/hugo-theme-jane

Pointer Cursor on image: without PhotoSwipe

big-mon opened this issue · 0 comments

Cursor be pointer even when any lightbox settings are off.

Setting:
config.toml

photoswipe = false

IDEA

When any lightbox settings are off, cursor be default or auto.

Caused by

/assets/sass/_partial/_post/_image.scss

p>img {
cursor: pointer;
}