refining toggle group control option base aspect

This commit is contained in:
Antoine M 2023-11-17 17:43:56 +01:00
parent c58113bd4f
commit fdbc81a10e

View File

@ -89,3 +89,9 @@
button.components-button.block-editor-block-styles__item.is-active:hover { button.components-button.block-editor-block-styles__item.is-active:hover {
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)); background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
} }
.components-toggle-group-control-option-base {
div {
@apply py-1;
line-height: 1.3;
}
}