2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-10-03 17:21:20 +08:00

FIX: make lightbox hover caption unselectable

This commit is contained in:
David Battersby 2025-10-02 17:24:12 +04:00
parent 2b7835d02a
commit b1e880f943
No known key found for this signature in database
GPG key ID: B340A4CBDA2C74DC

View file

@ -4,6 +4,7 @@
overflow: hidden;

&:hover .meta {
user-select: none;
opacity: 0.9;
transition: opacity 0.5s;
}