Improve UX of expression add button

This commit is contained in:
Matt Sherman 2023-11-06 15:58:44 -05:00
parent feec1c75a0
commit ba53c9d828
1 changed files with 4 additions and 3 deletions

View File

@ -146,6 +146,7 @@
display: flex;
flex-direction: row;
gap: var(--woocommerce-product-editor-dev-tools-gap);
padding: var(--woocommerce-product-editor-dev-tools-gap);
align-items: center;
@ -169,9 +170,9 @@
color: var(--woocommerce-product-editor-dev-tools-text-color);
&:focus:not(:disabled) {
outline: 0;
box-shadow: none;
&:active,
&:hover {
color: var(--woocommerce-product-editor-dev-tools-text-hover-color);
}
}
}