|
@@ -622,28 +622,6 @@ div.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
|
|
|
padding: var(--wp--custom--form--padding);
|
|
|
border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
|
|
|
}
|
|
|
-.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
|
|
|
-.wp-block-search .wp-block-search__button {
|
|
|
- border-width: 0;
|
|
|
- padding-top: calc(var(--wp--custom--button--spacing--padding--top) + 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-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;
|
|
|
- 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-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button svg,
|
|
|
-.wp-block-search .wp-block-search__button svg {
|
|
|
- fill: var(--wp--custom--button--color--text);
|
|
|
-}
|
|
|
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus,
|
|
|
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):hover,
|
|
|
.wp-block-search .wp-block-search__button:not(.has-background):not(.has-text-color):focus,
|
|
@@ -654,7 +632,7 @@ div.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
|
|
|
opacity: 1;
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
- border-color: currentColor;
|
|
|
+ border-color: currentcolor;
|
|
|
border-color: var(--wp--custom--button--border--color);
|
|
|
}
|
|
|
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):hover svg, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color):focus svg, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:not(.has-background):not(.has-text-color).has-focus svg,
|
|
@@ -672,7 +650,7 @@ div.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
|
|
|
opacity: 0.66;
|
|
|
}
|
|
|
.wp-block-search.is-style-small-search {
|
|
|
- --wp--custom--button--typography--font-size: calc( 0.8 * var(--wp--preset--font-size--small));
|
|
|
+ --wp--custom--button--typography--font-size: calc(0.8 * var(--wp--preset--font-size--small));
|
|
|
}
|
|
|
.wp-block-search.is-style-small-search .wp-block-search__input {
|
|
|
padding: calc(0.5 * var(--wp--custom--form--padding));
|
|
@@ -697,26 +675,8 @@ p.wp-block-site-tagline {
|
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
|
- border-width: 0;
|
|
|
- padding-top: calc(var(--wp--custom--button--spacing--padding--top) + 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-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;
|
|
|
- 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);
|
|
|
display: inline-block;
|
|
|
}
|
|
|
-.wp-block-file .wp-block-file__button svg {
|
|
|
- fill: var(--wp--custom--button--color--text);
|
|
|
-}
|
|
|
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus {
|
|
|
--wp--custom--button--color--text: var(--wp--custom--button--hover--color--text);
|
|
|
--wp--custom--button--color--background: var(--wp--custom--button--hover--color--background);
|
|
@@ -724,7 +684,7 @@ p.wp-block-site-tagline {
|
|
|
opacity: 1;
|
|
|
color: var(--wp--custom--button--color--text);
|
|
|
background-color: var(--wp--custom--button--color--background);
|
|
|
- border-color: currentColor;
|
|
|
+ border-color: currentcolor;
|
|
|
border-color: var(--wp--custom--button--border--color);
|
|
|
}
|
|
|
.wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):hover svg, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color):focus svg, .wp-block-file .wp-block-file__button:not(.has-background):not(.has-text-color).has-focus svg {
|