mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 00:17:17 +08:00
FIX: lightbox wrapper within open details should show.
This commit is contained in:
@ -22,7 +22,8 @@ summary:before {
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
details[open] > * {
|
||||
details[open] > *,
|
||||
details[open] .lightbox-wrapper {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user