2023-03-09 01:05:24 +01:00
|
|
|
.block-editor-template-part__selection-modal{
|
|
|
|
z-index:1000001;
|
|
|
|
}
|
2023-06-27 16:24:19 +02:00
|
|
|
.block-editor-template-part__selection-modal .block-editor-block-patterns-list{
|
|
|
|
column-count:2;
|
|
|
|
column-gap:24px;
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|
2023-06-27 16:24:19 +02:00
|
|
|
@media (min-width:1280px){
|
|
|
|
.block-editor-template-part__selection-modal .block-editor-block-patterns-list{
|
|
|
|
column-count:3;
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|
|
|
|
}
|
2023-06-27 16:24:19 +02:00
|
|
|
.block-editor-template-part__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
|
|
|
|
break-inside:avoid-column;
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.block-library-template-part__selection-search{
|
|
|
|
background:#fff;
|
|
|
|
padding:16px 0;
|
|
|
|
position:sticky;
|
|
|
|
top:0;
|
|
|
|
z-index:2;
|
|
|
|
}
|
2024-05-23 21:39:28 +02:00
|
|
|
.block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after,.block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted:after,.block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.block-editor-block-list__block:not([contenteditable]):focus:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-highlighted:after,.block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-selected:after{
|
|
|
|
outline-color:var(--wp-block-synced-color);
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|
2024-05-23 21:39:28 +02:00
|
|
|
.is-dark-theme .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after,.is-dark-theme .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.block-editor-block-list__block:not([contenteditable]):focus:after{
|
|
|
|
outline-color:#fff;
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|
2024-05-23 21:39:28 +02:00
|
|
|
|
|
|
|
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.has-editable-outline:after{
|
|
|
|
border:none;
|
2023-03-09 01:05:24 +01:00
|
|
|
}
|