2023-02-02 13:59:20 -05:00
|
|
|
:root{
|
|
|
|
--wp-admin-theme-color:#007cba;
|
|
|
|
--wp-admin-theme-color--rgb:0, 124, 186;
|
|
|
|
--wp-admin-theme-color-darker-10:#006ba1;
|
|
|
|
--wp-admin-theme-color-darker-10--rgb:0, 107, 161;
|
|
|
|
--wp-admin-theme-color-darker-20:#005a87;
|
|
|
|
--wp-admin-theme-color-darker-20--rgb:0, 90, 135;
|
|
|
|
--wp-admin-border-width-focus:2px;
|
2023-02-07 02:04:52 -05:00
|
|
|
--wp-block-synced-color:#7a00df;
|
|
|
|
--wp-block-synced-color--rgb:122, 0, 223;
|
2021-09-01 00:00:59 -04:00
|
|
|
}
|
2023-06-27 10:24:19 -04:00
|
|
|
@media (min-resolution:192dpi){
|
2023-02-02 13:59:20 -05:00
|
|
|
:root{
|
|
|
|
--wp-admin-border-width-focus:1.5px;
|
2021-09-01 00:00:59 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-02 13:59:20 -05:00
|
|
|
.block-editor-format-toolbar__image-popover{
|
|
|
|
z-index:159990;
|
2021-09-01 00:00:59 -04:00
|
|
|
}
|
2023-06-27 10:24:19 -04:00
|
|
|
.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-value{
|
2023-02-02 13:59:20 -05:00
|
|
|
margin:7px;
|
|
|
|
max-width:500px;
|
|
|
|
min-width:150px;
|
2021-09-01 00:00:59 -04:00
|
|
|
}
|
2023-06-27 10:24:19 -04:00
|
|
|
.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-button{
|
|
|
|
height:30px;
|
|
|
|
margin-bottom:8px;
|
|
|
|
margin-right:8px;
|
2021-09-01 00:00:59 -04:00
|
|
|
}
|
|
|
|
|
2023-02-02 13:59:20 -05:00
|
|
|
.block-editor-format-toolbar__link-container-content{
|
|
|
|
display:flex;
|
2021-09-01 00:00:59 -04:00
|
|
|
}
|
|
|
|
|
2023-02-02 13:59:20 -05:00
|
|
|
.block-editor-format-toolbar__link-container-value{
|
|
|
|
flex-grow:1;
|
|
|
|
flex-shrink:1;
|
|
|
|
margin:7px;
|
|
|
|
max-width:500px;
|
|
|
|
min-width:150px;
|
|
|
|
overflow:hidden;
|
|
|
|
text-overflow:ellipsis;
|
|
|
|
white-space:nowrap;
|
2021-09-01 00:00:59 -04:00
|
|
|
}
|
2023-02-02 13:59:20 -05:00
|
|
|
.block-editor-format-toolbar__link-container-value.has-invalid-link{
|
|
|
|
color:#cc1818;
|
2021-09-01 00:00:59 -04:00
|
|
|
}
|
|
|
|
|
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 16:07:12 -05:00
|
|
|
.format-library__inline-color-popover [role=tabpanel]{
|
2023-02-02 13:59:20 -05:00
|
|
|
padding:16px;
|
2021-09-01 00:00:59 -04:00
|
|
|
}
|
2023-06-27 10:24:19 -04:00
|
|
|
|
|
|
|
.block-editor-format-toolbar__language-popover .components-popover__content{
|
|
|
|
padding:1rem;
|
|
|
|
width:auto;
|
2021-09-01 00:00:59 -04:00
|
|
|
}
|