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:
parent
2b7835d02a
commit
b1e880f943
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
overflow: hidden;
|
||||
|
||||
&:hover .meta {
|
||||
user-select: none;
|
||||
opacity: 0.9;
|
||||
transition: opacity 0.5s;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue