mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 00:23:49 +08:00
FIX: lightbox wrapper within open details should show.
This commit is contained in:
parent
c395755051
commit
c9fd2679e4
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user