mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-08 11:50:03 +01:00
1de40f71be
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
42 lines
1.2 KiB
CSS
42 lines
1.2 KiB
CSS
.wp-block-navigation .wp-block-page-list,.wp-block-navigation .wp-block-page-list>div{
|
|
background-color:inherit;
|
|
}
|
|
.wp-block-navigation.items-justified-space-between .wp-block-page-list,.wp-block-navigation.items-justified-space-between .wp-block-page-list>div{
|
|
display:contents;
|
|
flex:1;
|
|
}
|
|
.wp-block-navigation.items-justified-space-between.has-child-selected .wp-block-page-list,.wp-block-navigation.items-justified-space-between.has-child-selected .wp-block-page-list>div,.wp-block-navigation.items-justified-space-between.is-selected .wp-block-page-list,.wp-block-navigation.items-justified-space-between.is-selected .wp-block-page-list>div{
|
|
flex:inherit;
|
|
}
|
|
|
|
.wp-block-navigation .wp-block-navigation__submenu-container>.wp-block-page-list{
|
|
display:block;
|
|
}
|
|
|
|
.wp-block-pages-list__item__link{
|
|
pointer-events:none;
|
|
}
|
|
|
|
@media (min-width:600px){
|
|
.wp-block-page-list-modal{
|
|
max-width:480px;
|
|
}
|
|
}
|
|
|
|
.wp-block-page-list-modal-buttons{
|
|
display:flex;
|
|
gap:12px;
|
|
justify-content:flex-end;
|
|
}
|
|
|
|
.wp-block-page-list .open-on-click:focus-within>.wp-block-navigation__submenu-container{
|
|
height:auto;
|
|
min-width:200px;
|
|
opacity:1;
|
|
visibility:visible;
|
|
width:auto;
|
|
}
|
|
|
|
.wp-block-page-list__loading-indicator-container{
|
|
padding:8px 12px;
|
|
} |