2023-03-09 01:05:24 +01:00
|
|
|
.edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container{
|
|
|
|
padding-left:0;
|
|
|
|
padding-right:0;
|
|
|
|
}
|
|
|
|
.edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow{
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
.edit-post-visual-editor .block-library-block__reusable-block-container .components-disabled .block-list-appender{
|
|
|
|
display:none;
|
|
|
|
}
|
2024-05-23 21:39:28 +02:00
|
|
|
.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after,.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted:after,.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected:after{
|
|
|
|
outline-color:var(--wp-block-synced-color);
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|
|
|
|
.is-dark-theme .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{
|
2024-05-23 21:39:28 +02:00
|
|
|
outline-color:#fff;
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|