mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 23:30:53 +00:00
Syncs @wordpress/* packages to the 'latest' npm tag. Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo. See #62887. Built from https://develop.svn.wordpress.org/trunk@59775 git-svn-id: http://core.svn.wordpress.org/trunk@59117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
19 lines
750 B
CSS
19 lines
750 B
CSS
.block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus{
|
|
min-height:auto !important;
|
|
}
|
|
|
|
.block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder]{
|
|
opacity:1;
|
|
}
|
|
|
|
.block-editor-block-list__block[data-empty=true]+.block-editor-block-list__block[data-empty=true]:not([data-custom-placeholder=true]) [data-rich-text-placeholder]{
|
|
opacity:0;
|
|
}
|
|
|
|
.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"],.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"]{
|
|
rotate:180deg;
|
|
}
|
|
|
|
.is-zoomed-out .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder]{
|
|
opacity:0;
|
|
} |