|
@@ -254,16 +254,7 @@ input[type=checkbox] + label {
|
|
padding-bottom: calc( var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
|
|
padding-bottom: calc( var(--wp--custom--button--spacing--padding--bottom) + var(--wp--custom--button--border--width));
|
|
padding-left: calc( var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
|
|
padding-left: calc( var(--wp--custom--button--spacing--padding--left) + var(--wp--custom--button--border--width));
|
|
padding-right: calc( var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
|
|
padding-right: calc( var(--wp--custom--button--spacing--padding--right) + var(--wp--custom--button--border--width));
|
|
- font-weight: var(--wp--custom--button--typography--font-weight);
|
|
|
|
- font-family: inherit;
|
|
|
|
- font-size: var(--wp--custom--button--typography--font-size);
|
|
|
|
- line-height: var(--wp--custom--button--typography--line-height);
|
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
- opacity: 1;
|
|
|
|
- color: var(--wp--custom--button--color--text);
|
|
|
|
- background-color: var(--wp--custom--button--color--background);
|
|
|
|
- border-color: currentColor;
|
|
|
|
- border-radius: var(--wp--custom--button--border--radius);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
@@ -287,11 +278,6 @@ input[type=checkbox] + label {
|
|
fill: var(--wp--custom--button--color--text);
|
|
fill: var(--wp--custom--button--color--text);
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-button.wp-block-button__link svg,
|
|
|
|
-.wp-block-button .wp-block-button__link svg {
|
|
|
|
- fill: var(--wp--custom--button--color--text);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link,
|
|
.wp-block-button.is-style-outline.wp-block-button__link,
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
--wp--custom--button--color--text: var(--wp--custom--button--border--color);
|
|
--wp--custom--button--color--text: var(--wp--custom--button--border--color);
|