mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
fix: Toggle block within collapsed heading display (#12536)
This commit is contained in:
@@ -2651,6 +2651,12 @@ li > .${EditorStyleHelper.toggleBlock} {
|
||||
.${EditorStyleHelper.toggleBlock} {
|
||||
display: flex;
|
||||
|
||||
/* When a toggle block is inside a collapsed heading it receives the
|
||||
folded-content decoration; ensure it stays hidden despite display: flex. */
|
||||
&.folded-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
transition-delay: 0.1s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user