Skip to content

Commit d281f49

Browse files
Emanuele Buccelliclaude
authored andcommitted
Fix toggle indicator collapse on On This Day widget
Scope the `.inside` flex layout to `:not(.closed)` so the global `.js .closed .inside { display: none }` rule wins when the postbox is minimized. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent 7dea82e commit d281f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/on-this-day.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
/* To honour the postbox border-radius. */
5555
overflow: hidden;
5656

57-
& .inside {
57+
&:not(.closed) .inside {
5858
margin: 0;
5959
padding: 0;
6060
max-height: 560px;

0 commit comments

Comments
 (0)