mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +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;
|
margin-right: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
details[open] > * {
|
details[open] > *,
|
||||||
|
details[open] .lightbox-wrapper {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user