mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 09:21:03 +01:00
1fbf5fa51d
Updates the editor npm packages to latest versions. See https://github.com/WordPress/wordpress-develop/pull/6612. Props ellatrix, mukesh27, youknowriad, mamaduka. Built from https://develop.svn.wordpress.org/trunk@58187 git-svn-id: http://core.svn.wordpress.org/trunk@57650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
33 lines
1.7 KiB
CSS
33 lines
1.7 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-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;
|
|
}
|
|
|
|
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.has-editable-outline:after{
|
|
border:none;
|
|
} |