activate image-wrapper on tap (as well as hover)

This commit is contained in:
acarril 2023-06-09 14:29:16 -04:00
parent 346f77c284
commit 304717159c

View file

@ -364,7 +364,8 @@ main#content .profile-image {
transition: opacity 0.3s;
}
.image-wrapper:hover::before {
.image-wrapper:hover::before,
.image-wrapper:active::before {
opacity: 1;
}