refining toggle group control option base aspect
This commit is contained in:
parent
c58113bd4f
commit
fdbc81a10e
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user