handnling color of block editor variant in panelBody

This commit is contained in:
Antoine M 2023-11-17 11:34:35 +01:00
parent 12d8b0d9a4
commit bfc130eafd

View File

@ -82,3 +82,10 @@
background-color: white; background-color: white;
} }
} }
.block-editor-block-styles__variants
button.components-button.block-editor-block-styles__item.is-active,
.block-editor-block-styles__variants
button.components-button.block-editor-block-styles__item.is-active:hover {
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}