mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
f6df3fba16
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag. Fixes #61906. Props peterwilsoncc, gziolo, kevin940726. Built from https://develop.svn.wordpress.org/trunk@59072 git-svn-id: http://core.svn.wordpress.org/trunk@58468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
30 lines
1.4 KiB
CSS
30 lines
1.4 KiB
CSS
.block-editor-template-part__selection-modal{
|
|
z-index:1000001;
|
|
}
|
|
.block-editor-template-part__selection-modal .block-editor-block-patterns-list{
|
|
column-count:2;
|
|
column-gap:24px;
|
|
}
|
|
@media (min-width:1280px){
|
|
.block-editor-template-part__selection-modal .block-editor-block-patterns-list{
|
|
column-count:3;
|
|
}
|
|
}
|
|
.block-editor-template-part__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item{
|
|
break-inside:avoid-column;
|
|
}
|
|
|
|
.block-library-template-part__selection-search{
|
|
background:#fff;
|
|
padding:16px 0;
|
|
position:sticky;
|
|
top:0;
|
|
z-index:2;
|
|
}
|
|
.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);
|
|
}
|
|
|
|
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.has-editable-outline:after{
|
|
border:none;
|
|
} |