mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 09:21:03 +01:00
8cd718b010
It includes all the backports from this Gutenberg PR https://github.com/WordPress/gutenberg/pull/58964 Props youknowriad, get_dave. See #60315. Built from https://develop.svn.wordpress.org/trunk@57619 git-svn-id: http://core.svn.wordpress.org/trunk@57120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
32 lines
1021 B
CSS
32 lines
1021 B
CSS
.block-editor-block-list__block[data-type="core/spacer"]:before{
|
|
content:"";
|
|
display:block;
|
|
height:100%;
|
|
min-height:8px;
|
|
min-width:8px;
|
|
position:absolute;
|
|
width:100%;
|
|
z-index:1;
|
|
}
|
|
|
|
.block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{
|
|
background:#0000001a;
|
|
}
|
|
.is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{
|
|
background:#ffffff26;
|
|
}
|
|
|
|
.block-library-spacer__resize-container{
|
|
clear:both;
|
|
}
|
|
.block-library-spacer__resize-container:not(.is-resizing){
|
|
height:100% !important;
|
|
width:100% !important;
|
|
}
|
|
.block-library-spacer__resize-container .components-resizable-box__handle:before{
|
|
content:none;
|
|
}
|
|
.block-library-spacer__resize-container.resize-horizontal{
|
|
height:100% !important;
|
|
margin-bottom:0;
|
|
} |