|
@@ -400,11 +400,12 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
font-family: var(--wp--custom--button--typography--font-family);
|
|
|
font-size: var(--wp--custom--button--typography--font-size);
|
|
|
border-radius: var(--wp--custom--button--border--radius);
|
|
|
- line-height: var(--wp--custom--button--border--line-height);
|
|
|
+ line-height: var(--wp--custom--button--typography--line-height);
|
|
|
text-decoration: none;
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
border-color: var(--wp--custom--button--color--text);
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
+ padding: calc(.667em + 2px) calc(1.333em + 2px);
|
|
|
}
|
|
|
|
|
|
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button svg,
|