Edit File by line
/home/barbar84/public_h.../wp-inclu.../css/dist/block-ed...
File: style.css
@charset "UTF-8";
[0] Fix | Delete
/**
[1] Fix | Delete
* Colors
[2] Fix | Delete
*/
[3] Fix | Delete
/**
[4] Fix | Delete
* Breakpoints & Media Queries
[5] Fix | Delete
*/
[6] Fix | Delete
/**
[7] Fix | Delete
* SCSS Variables.
[8] Fix | Delete
*
[9] Fix | Delete
* Please use variables from this sheet to ensure consistency across the UI.
[10] Fix | Delete
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
[11] Fix | Delete
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
[12] Fix | Delete
*/
[13] Fix | Delete
/**
[14] Fix | Delete
* Colors
[15] Fix | Delete
*/
[16] Fix | Delete
/**
[17] Fix | Delete
* Fonts & basic variables.
[18] Fix | Delete
*/
[19] Fix | Delete
/**
[20] Fix | Delete
* Grid System.
[21] Fix | Delete
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
[22] Fix | Delete
*/
[23] Fix | Delete
/**
[24] Fix | Delete
* Dimensions.
[25] Fix | Delete
*/
[26] Fix | Delete
/**
[27] Fix | Delete
* Shadows.
[28] Fix | Delete
*/
[29] Fix | Delete
/**
[30] Fix | Delete
* Editor widths.
[31] Fix | Delete
*/
[32] Fix | Delete
/**
[33] Fix | Delete
* Block & Editor UI.
[34] Fix | Delete
*/
[35] Fix | Delete
/**
[36] Fix | Delete
* Block paddings.
[37] Fix | Delete
*/
[38] Fix | Delete
/**
[39] Fix | Delete
* React Native specific.
[40] Fix | Delete
* These variables do not appear to be used anywhere else.
[41] Fix | Delete
*/
[42] Fix | Delete
/**
[43] Fix | Delete
* Breakpoint mixins
[44] Fix | Delete
*/
[45] Fix | Delete
/**
[46] Fix | Delete
* Long content fade mixin
[47] Fix | Delete
*
[48] Fix | Delete
* Creates a fading overlay to signify that the content is longer
[49] Fix | Delete
* than the space allows.
[50] Fix | Delete
*/
[51] Fix | Delete
/**
[52] Fix | Delete
* Focus styles.
[53] Fix | Delete
*/
[54] Fix | Delete
/**
[55] Fix | Delete
* Applies editor left position to the selector passed as argument
[56] Fix | Delete
*/
[57] Fix | Delete
/**
[58] Fix | Delete
* Styles that are reused verbatim in a few places
[59] Fix | Delete
*/
[60] Fix | Delete
/**
[61] Fix | Delete
* Allows users to opt-out of animations via OS-level preferences.
[62] Fix | Delete
*/
[63] Fix | Delete
/**
[64] Fix | Delete
* Reset default styles for JavaScript UI based pages.
[65] Fix | Delete
* This is a WP-admin agnostic reset
[66] Fix | Delete
*/
[67] Fix | Delete
/**
[68] Fix | Delete
* Reset the WP Admin page styles for Gutenberg-like pages.
[69] Fix | Delete
*/
[70] Fix | Delete
/**
[71] Fix | Delete
* These are default block editor widths in case the theme doesn't provide them.
[72] Fix | Delete
*/
[73] Fix | Delete
:root {
[74] Fix | Delete
--wp-admin-theme-color: #007cba;
[75] Fix | Delete
--wp-admin-theme-color-darker-10: #006ba1;
[76] Fix | Delete
--wp-admin-theme-color-darker-20: #005a87;
[77] Fix | Delete
--wp-admin-border-width-focus: 2px;
[78] Fix | Delete
}
[79] Fix | Delete
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
[80] Fix | Delete
:root {
[81] Fix | Delete
--wp-admin-border-width-focus: 1.5px;
[82] Fix | Delete
}
[83] Fix | Delete
}
[84] Fix | Delete
[85] Fix | Delete
#start-resizable-editor-section {
[86] Fix | Delete
display: none;
[87] Fix | Delete
}
[88] Fix | Delete
[89] Fix | Delete
.block-editor-autocompleters__block {
[90] Fix | Delete
white-space: nowrap;
[91] Fix | Delete
}
[92] Fix | Delete
.block-editor-autocompleters__block .block-editor-block-icon {
[93] Fix | Delete
margin-right: 8px;
[94] Fix | Delete
}
[95] Fix | Delete
[96] Fix | Delete
.block-editor-block-alignment-matrix-toolbar__popover .components-popover__content {
[97] Fix | Delete
min-width: 0;
[98] Fix | Delete
width: auto;
[99] Fix | Delete
}
[100] Fix | Delete
.block-editor-block-alignment-matrix-toolbar__popover .components-popover__content > div {
[101] Fix | Delete
padding: 8px;
[102] Fix | Delete
}
[103] Fix | Delete
[104] Fix | Delete
.block-editor-block-icon {
[105] Fix | Delete
display: flex;
[106] Fix | Delete
align-items: center;
[107] Fix | Delete
justify-content: center;
[108] Fix | Delete
width: 24px;
[109] Fix | Delete
height: 24px;
[110] Fix | Delete
}
[111] Fix | Delete
.block-editor-block-icon.has-colors svg {
[112] Fix | Delete
fill: currentColor;
[113] Fix | Delete
}
[114] Fix | Delete
.block-editor-block-icon svg {
[115] Fix | Delete
min-width: 20px;
[116] Fix | Delete
min-height: 20px;
[117] Fix | Delete
max-width: 24px;
[118] Fix | Delete
max-height: 24px;
[119] Fix | Delete
}
[120] Fix | Delete
[121] Fix | Delete
.block-editor-block-inspector .components-base-control {
[122] Fix | Delete
margin-bottom: 24px;
[123] Fix | Delete
}
[124] Fix | Delete
.block-editor-block-inspector .components-base-control:last-child {
[125] Fix | Delete
margin-bottom: 8px;
[126] Fix | Delete
}
[127] Fix | Delete
.block-editor-block-inspector .components-panel__body {
[128] Fix | Delete
border: none;
[129] Fix | Delete
border-top: 1px solid #e0e0e0;
[130] Fix | Delete
}
[131] Fix | Delete
.block-editor-block-inspector .block-editor-block-card {
[132] Fix | Delete
padding: 16px;
[133] Fix | Delete
}
[134] Fix | Delete
[135] Fix | Delete
.block-editor-block-inspector__no-blocks {
[136] Fix | Delete
display: block;
[137] Fix | Delete
font-size: 13px;
[138] Fix | Delete
background: #fff;
[139] Fix | Delete
padding: 32px 16px;
[140] Fix | Delete
text-align: center;
[141] Fix | Delete
}
[142] Fix | Delete
[143] Fix | Delete
.block-editor-block-styles .block-editor-block-list__block {
[144] Fix | Delete
margin: 0;
[145] Fix | Delete
}
[146] Fix | Delete
[147] Fix | Delete
/**
[148] Fix | Delete
* Notices & Block Selected/Hover Styles.
[149] Fix | Delete
*/
[150] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block,
[151] Fix | Delete
.block-editor-block-list__layout .block-list-appender {
[152] Fix | Delete
position: relative;
[153] Fix | Delete
}
[154] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before,
[155] Fix | Delete
.block-editor-block-list__layout .block-list-appender.is-drop-target::before {
[156] Fix | Delete
content: "";
[157] Fix | Delete
position: absolute;
[158] Fix | Delete
z-index: 0;
[159] Fix | Delete
pointer-events: none;
[160] Fix | Delete
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
[161] Fix | Delete
top: -14px;
[162] Fix | Delete
right: 0;
[163] Fix | Delete
left: 0;
[164] Fix | Delete
border-top: 4px solid #007cba;
[165] Fix | Delete
border-top: 4px solid var(--wp-admin-theme-color);
[166] Fix | Delete
}
[167] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-drop-target.is-dropping-horizontally::before,
[168] Fix | Delete
.block-editor-block-list__layout .block-list-appender.is-drop-target.is-dropping-horizontally::before {
[169] Fix | Delete
top: 0;
[170] Fix | Delete
bottom: 0;
[171] Fix | Delete
left: -6px;
[172] Fix | Delete
border-top: none;
[173] Fix | Delete
border-left: 4px solid #007cba;
[174] Fix | Delete
border-left: 4px solid var(--wp-admin-theme-color);
[175] Fix | Delete
}
[176] Fix | Delete
[177] Fix | Delete
/**
[178] Fix | Delete
* Cross-Block Selection
[179] Fix | Delete
*/
[180] Fix | Delete
.block-editor-block-list__layout {
[181] Fix | Delete
position: relative;
[182] Fix | Delete
}
[183] Fix | Delete
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered::after,
[184] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
[185] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after {
[186] Fix | Delete
position: absolute;
[187] Fix | Delete
z-index: 1;
[188] Fix | Delete
pointer-events: none;
[189] Fix | Delete
content: "";
[190] Fix | Delete
top: 1px;
[191] Fix | Delete
bottom: 1px;
[192] Fix | Delete
left: 1px;
[193] Fix | Delete
right: 1px;
[194] Fix | Delete
box-shadow: 0 0 0 2px #007cba;
[195] Fix | Delete
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
[196] Fix | Delete
border-radius: 1px;
[197] Fix | Delete
outline: 2px solid transparent;
[198] Fix | Delete
}
[199] Fix | Delete
.is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, .is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered::after,
[200] Fix | Delete
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
[201] Fix | Delete
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after {
[202] Fix | Delete
box-shadow: 0 0 0 2px #fff;
[203] Fix | Delete
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff;
[204] Fix | Delete
}
[205] Fix | Delete
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected .components-placeholder ::selection, .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered .components-placeholder ::selection,
[206] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::selection,
[207] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::selection {
[208] Fix | Delete
background: transparent;
[209] Fix | Delete
}
[210] Fix | Delete
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:not(.is-selected)::after {
[211] Fix | Delete
box-shadow: 0 0 0 1px #949494;
[212] Fix | Delete
}
[213] Fix | Delete
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.has-child-selected {
[214] Fix | Delete
box-shadow: 0 0 0 2px #007cba;
[215] Fix | Delete
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
[216] Fix | Delete
outline: 2px solid transparent;
[217] Fix | Delete
outline: var(--wp-admin-border-width-focus) solid transparent;
[218] Fix | Delete
}
[219] Fix | Delete
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::before {
[220] Fix | Delete
content: "";
[221] Fix | Delete
position: absolute;
[222] Fix | Delete
z-index: 0;
[223] Fix | Delete
pointer-events: none;
[224] Fix | Delete
transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
[225] Fix | Delete
right: 0;
[226] Fix | Delete
left: 0;
[227] Fix | Delete
top: -14px;
[228] Fix | Delete
border-radius: 2px;
[229] Fix | Delete
border-top: 4px solid #ccc;
[230] Fix | Delete
}
[231] Fix | Delete
.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::after {
[232] Fix | Delete
content: none;
[233] Fix | Delete
}
[234] Fix | Delete
.block-editor-block-list__layout .is-block-moving-mode.can-insert-moving-block.block-editor-block-list__block.is-selected::before {
[235] Fix | Delete
border-color: #007cba;
[236] Fix | Delete
border-color: var(--wp-admin-theme-color);
[237] Fix | Delete
}
[238] Fix | Delete
[239] Fix | Delete
.is-block-moving-mode.block-editor-block-list__block-selection-button {
[240] Fix | Delete
opacity: 0;
[241] Fix | Delete
font-size: 1px;
[242] Fix | Delete
height: 1px;
[243] Fix | Delete
padding: 0;
[244] Fix | Delete
}
[245] Fix | Delete
[246] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block {
[247] Fix | Delete
position: relative;
[248] Fix | Delete
overflow-wrap: break-word;
[249] Fix | Delete
/**
[250] Fix | Delete
* Notices
[251] Fix | Delete
*/
[252] Fix | Delete
/**
[253] Fix | Delete
* Block Layout
[254] Fix | Delete
*/
[255] Fix | Delete
/**
[256] Fix | Delete
* Block styles and alignments
[257] Fix | Delete
*/
[258] Fix | Delete
}
[259] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel * {
[260] Fix | Delete
z-index: 1;
[261] Fix | Delete
}
[262] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui {
[263] Fix | Delete
margin: -10px 0 12px 0;
[264] Fix | Delete
}
[265] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui {
[266] Fix | Delete
margin: 0 0 12px 0;
[267] Fix | Delete
width: 100%;
[268] Fix | Delete
}
[269] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice {
[270] Fix | Delete
margin-left: 0;
[271] Fix | Delete
margin-right: 0;
[272] Fix | Delete
}
[273] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content {
[274] Fix | Delete
font-size: 13px;
[275] Fix | Delete
}
[276] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus {
[277] Fix | Delete
outline: none;
[278] Fix | Delete
}
[279] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after {
[280] Fix | Delete
position: absolute;
[281] Fix | Delete
z-index: 1;
[282] Fix | Delete
pointer-events: none;
[283] Fix | Delete
content: "";
[284] Fix | Delete
top: 1px;
[285] Fix | Delete
bottom: 1px;
[286] Fix | Delete
left: 1px;
[287] Fix | Delete
right: 1px;
[288] Fix | Delete
box-shadow: 0 0 0 2px #007cba;
[289] Fix | Delete
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
[290] Fix | Delete
border-radius: 1px;
[291] Fix | Delete
}
[292] Fix | Delete
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after {
[293] Fix | Delete
box-shadow: 0 0 0 2px #fff;
[294] Fix | Delete
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff;
[295] Fix | Delete
}
[296] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-selected:not(.is-typing)::after {
[297] Fix | Delete
box-shadow: 0 0 0 1px #1e1e1e;
[298] Fix | Delete
top: 1px;
[299] Fix | Delete
left: 1px;
[300] Fix | Delete
right: 1px;
[301] Fix | Delete
bottom: 1px;
[302] Fix | Delete
border-radius: 1px;
[303] Fix | Delete
}
[304] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-selected:not(.is-typing):focus::after {
[305] Fix | Delete
box-shadow: 0 0 0 2px #007cba;
[306] Fix | Delete
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
[307] Fix | Delete
}
[308] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-hovered:not(.is-typing) {
[309] Fix | Delete
cursor: default;
[310] Fix | Delete
}
[311] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-hovered:not(.is-typing)::after {
[312] Fix | Delete
top: 1px;
[313] Fix | Delete
left: 1px;
[314] Fix | Delete
right: 1px;
[315] Fix | Delete
bottom: 1px;
[316] Fix | Delete
box-shadow: 0 0 0 1px #007cba;
[317] Fix | Delete
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
[318] Fix | Delete
border-radius: 1px;
[319] Fix | Delete
}
[320] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) {
[321] Fix | Delete
opacity: 0.5;
[322] Fix | Delete
transition: opacity 0.1s linear;
[323] Fix | Delete
}
[324] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[325] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) {
[326] Fix | Delete
transition-duration: 0s;
[327] Fix | Delete
}
[328] Fix | Delete
}
[329] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected):not(.is-focused) .block-editor-block-list__block, .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected).is-focused {
[330] Fix | Delete
opacity: 1;
[331] Fix | Delete
}
[332] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode) {
[333] Fix | Delete
opacity: 0.5;
[334] Fix | Delete
transition: opacity 0.1s linear;
[335] Fix | Delete
}
[336] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[337] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode) {
[338] Fix | Delete
transition-duration: 0s;
[339] Fix | Delete
}
[340] Fix | Delete
}
[341] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode).is-active-entity, .block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode).has-child-selected, .block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode):not(.has-child-selected) .block-editor-block-list__block, .block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode).is-active-entity .block-editor-block-list__block,
[342] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.has-active-entity:not(.is-focus-mode) .is-active-entity .block-editor-block-list__block {
[343] Fix | Delete
opacity: 1;
[344] Fix | Delete
}
[345] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block::after {
[346] Fix | Delete
content: "";
[347] Fix | Delete
pointer-events: none;
[348] Fix | Delete
position: absolute;
[349] Fix | Delete
top: 0;
[350] Fix | Delete
right: 0;
[351] Fix | Delete
bottom: 0;
[352] Fix | Delete
left: 0;
[353] Fix | Delete
border-radius: 2px;
[354] Fix | Delete
box-shadow: 0 0 0 2px transparent;
[355] Fix | Delete
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) transparent;
[356] Fix | Delete
}
[357] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.has-warning {
[358] Fix | Delete
min-height: 48px;
[359] Fix | Delete
}
[360] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.has-warning > * {
[361] Fix | Delete
pointer-events: none;
[362] Fix | Delete
-webkit-user-select: none;
[363] Fix | Delete
-ms-user-select: none;
[364] Fix | Delete
user-select: none;
[365] Fix | Delete
}
[366] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning {
[367] Fix | Delete
pointer-events: all;
[368] Fix | Delete
}
[369] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.has-warning::after {
[370] Fix | Delete
content: "";
[371] Fix | Delete
position: absolute;
[372] Fix | Delete
top: 0;
[373] Fix | Delete
right: 0;
[374] Fix | Delete
bottom: 0;
[375] Fix | Delete
left: 0;
[376] Fix | Delete
border-radius: 2px;
[377] Fix | Delete
background-color: rgba(255, 255, 255, 0.4);
[378] Fix | Delete
}
[379] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected::after {
[380] Fix | Delete
background-color: transparent;
[381] Fix | Delete
}
[382] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay::after {
[383] Fix | Delete
display: none;
[384] Fix | Delete
}
[385] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay::after {
[386] Fix | Delete
display: block;
[387] Fix | Delete
}
[388] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected::after {
[389] Fix | Delete
box-shadow: 0 0 0 1px #007cba;
[390] Fix | Delete
box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
[391] Fix | Delete
}
[392] Fix | Delete
.is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block {
[393] Fix | Delete
cursor: default;
[394] Fix | Delete
}
[395] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true] {
[396] Fix | Delete
float: none;
[397] Fix | Delete
}
[398] Fix | Delete
.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter {
[399] Fix | Delete
left: auto;
[400] Fix | Delete
right: 8px;
[401] Fix | Delete
}
[402] Fix | Delete
[403] Fix | Delete
.block-editor-block-list__layout .wp-block {
[404] Fix | Delete
margin-left: auto;
[405] Fix | Delete
margin-right: auto;
[406] Fix | Delete
}
[407] Fix | Delete
[408] Fix | Delete
.wp-block[data-align=left], .wp-block[data-align=right] {
[409] Fix | Delete
width: 100%;
[410] Fix | Delete
height: 0;
[411] Fix | Delete
}
[412] Fix | Delete
.wp-block[data-align=left]::before, .wp-block[data-align=right]::before {
[413] Fix | Delete
content: none;
[414] Fix | Delete
}
[415] Fix | Delete
.wp-block[data-align=left] > *, .wp-block[data-align=right] > * {
[416] Fix | Delete
z-index: 21;
[417] Fix | Delete
}
[418] Fix | Delete
.wp-block[data-align=left] > * {
[419] Fix | Delete
/*!rtl:begin:ignore*/
[420] Fix | Delete
float: left;
[421] Fix | Delete
margin-right: 2em;
[422] Fix | Delete
/*!rtl:end:ignore*/
[423] Fix | Delete
}
[424] Fix | Delete
.wp-block[data-align=right] > * {
[425] Fix | Delete
/*!rtl:begin:ignore*/
[426] Fix | Delete
float: right;
[427] Fix | Delete
margin-left: 2em;
[428] Fix | Delete
/*!rtl:end:ignore*/
[429] Fix | Delete
}
[430] Fix | Delete
.wp-block[data-align=full], .wp-block[data-align=wide] {
[431] Fix | Delete
clear: both;
[432] Fix | Delete
}
[433] Fix | Delete
[434] Fix | Delete
/**
[435] Fix | Delete
* In-Canvas Inserter
[436] Fix | Delete
*/
[437] Fix | Delete
.block-editor-block-list .block-editor-inserter {
[438] Fix | Delete
margin: 8px;
[439] Fix | Delete
cursor: move;
[440] Fix | Delete
cursor: grab;
[441] Fix | Delete
}
[442] Fix | Delete
[443] Fix | Delete
.block-editor-block-list__insertion-point {
[444] Fix | Delete
position: absolute;
[445] Fix | Delete
}
[446] Fix | Delete
[447] Fix | Delete
.block-editor-block-list__insertion-point-indicator {
[448] Fix | Delete
position: absolute;
[449] Fix | Delete
background: #007cba;
[450] Fix | Delete
background: var(--wp-admin-theme-color);
[451] Fix | Delete
animation: block-editor-inserter__toggle__fade-in-animation-delayed 0.3s ease;
[452] Fix | Delete
animation-fill-mode: forwards;
[453] Fix | Delete
}
[454] Fix | Delete
@media (prefers-reduced-motion: reduce) {
[455] Fix | Delete
.block-editor-block-list__insertion-point-indicator {
[456] Fix | Delete
animation-duration: 1ms;
[457] Fix | Delete
}
[458] Fix | Delete
}
[459] Fix | Delete
.block-editor-block-list__insertion-point.is-vertical > .block-editor-block-list__insertion-point-indicator {
[460] Fix | Delete
top: 50%;
[461] Fix | Delete
right: 0;
[462] Fix | Delete
left: 0;
[463] Fix | Delete
height: 1px;
[464] Fix | Delete
}
[465] Fix | Delete
.block-editor-block-list__insertion-point.is-horizontal > .block-editor-block-list__insertion-point-indicator {
[466] Fix | Delete
top: 0;
[467] Fix | Delete
right: 0;
[468] Fix | Delete
left: 50%;
[469] Fix | Delete
height: 100%;
[470] Fix | Delete
width: 1px;
[471] Fix | Delete
}
[472] Fix | Delete
[473] Fix | Delete
.block-editor-block-list__insertion-point-inserter {
[474] Fix | Delete
display: none;
[475] Fix | Delete
position: absolute;
[476] Fix | Delete
justify-content: center;
[477] Fix | Delete
top: calc(50% - 12px);
[478] Fix | Delete
left: calc(50% - 12px);
[479] Fix | Delete
}
[480] Fix | Delete
@media (min-width: 480px) {
[481] Fix | Delete
.block-editor-block-list__insertion-point-inserter {
[482] Fix | Delete
display: flex;
[483] Fix | Delete
}
[484] Fix | Delete
}
[485] Fix | Delete
[486] Fix | Delete
.block-editor-block-list__block-popover-inserter {
[487] Fix | Delete
position: absolute;
[488] Fix | Delete
top: -9999em;
[489] Fix | Delete
margin-bottom: 14px;
[490] Fix | Delete
}
[491] Fix | Delete
.block-editor-block-list__block-popover-inserter.is-visible {
[492] Fix | Delete
position: static;
[493] Fix | Delete
}
[494] Fix | Delete
[495] Fix | Delete
.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,
[496] Fix | Delete
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon,
[497] Fix | Delete
.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon,
[498] Fix | Delete
.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon {
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function