feat: add pointer cursor to image toggler

This commit is contained in:
welpo 2023-08-09 21:10:44 +02:00
parent 2f83ef8062
commit d2780f42a3
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -1,3 +1,7 @@
.image-label {
cursor: pointer;
}
.image-toggled { .image-toggled {
visibility: hidden; visibility: hidden;
position: absolute; position: absolute;