handnling color of block editor variant in panelBody
This commit is contained in:
parent
12d8b0d9a4
commit
bfc130eafd
|
|
@ -82,3 +82,10 @@
|
|||
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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user