|
@@ -619,24 +619,24 @@ input[type="submit"]:after,
|
|
|
margin-top: -calc(.5em * var(--button--line-height) + -.39);
|
|
|
}
|
|
|
|
|
|
-button:active,
|
|
|
-.button:active,
|
|
|
-input:active[type="submit"],
|
|
|
-.wp-block-button__link:active, .a8c-posts-list__view-all:active {
|
|
|
+button:not(.has-background):active,
|
|
|
+.button:not(.has-background):active,
|
|
|
+input:not(.has-background):active[type="submit"],
|
|
|
+.wp-block-button__link:not(.has-background):active, .a8c-posts-list__view-all:not(.has-background):active {
|
|
|
color: var(--button--color-text-active);
|
|
|
background-color: var(--button--color-background-active);
|
|
|
}
|
|
|
|
|
|
-button:hover,
|
|
|
-.button:hover,
|
|
|
-input:hover[type="submit"],
|
|
|
-.wp-block-button__link:hover, .a8c-posts-list__view-all:hover, button:focus,
|
|
|
-.button:focus,
|
|
|
-input:focus[type="submit"],
|
|
|
-.wp-block-button__link:focus, .a8c-posts-list__view-all:focus, button.has-focus,
|
|
|
-.has-focus.button,
|
|
|
-input.has-focus[type="submit"],
|
|
|
-.has-focus.wp-block-button__link, .has-focus.a8c-posts-list__view-all {
|
|
|
+button:not(.has-background):hover,
|
|
|
+.button:not(.has-background):hover,
|
|
|
+input:not(.has-background):hover[type="submit"],
|
|
|
+.wp-block-button__link:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, button:not(.has-background):focus,
|
|
|
+.button:not(.has-background):focus,
|
|
|
+input:not(.has-background):focus[type="submit"],
|
|
|
+.wp-block-button__link:not(.has-background):focus, .a8c-posts-list__view-all:not(.has-background):focus, button:not(.has-background).has-focus,
|
|
|
+.button:not(.has-background).has-focus,
|
|
|
+input:not(.has-background).has-focus[type="submit"],
|
|
|
+.wp-block-button__link:not(.has-background).has-focus, .a8c-posts-list__view-all:not(.has-background).has-focus {
|
|
|
color: var(--button--color-text-hover);
|
|
|
background-color: var(--button--color-background-hover);
|
|
|
}
|
|
@@ -1517,12 +1517,12 @@ object {
|
|
|
margin-top: -calc(.5em * var(--button--line-height) + -.39);
|
|
|
}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button:active {
|
|
|
+.wp-block-file .wp-block-file__button:not(.has-background):active {
|
|
|
color: var(--button--color-text-active);
|
|
|
background-color: var(--button--color-background-active);
|
|
|
}
|
|
|
|
|
|
-.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button.has-focus {
|
|
|
+.wp-block-file .wp-block-file__button:not(.has-background):hover, .wp-block-file .wp-block-file__button:not(.has-background):focus, .wp-block-file .wp-block-file__button:not(.has-background).has-focus {
|
|
|
color: var(--button--color-text-hover);
|
|
|
background-color: var(--button--color-background-hover);
|
|
|
}
|
|
@@ -2353,12 +2353,12 @@ p.has-text-color a {
|
|
|
margin-top: -calc(.5em * var(--button--line-height) + -.39);
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:active {
|
|
|
+.wp-block-search .wp-block-search__button:not(.has-background):active {
|
|
|
color: var(--button--color-text-active);
|
|
|
background-color: var(--button--color-background-active);
|
|
|
}
|
|
|
|
|
|
-.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button.has-focus {
|
|
|
+.wp-block-search .wp-block-search__button:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):focus, .wp-block-search .wp-block-search__button:not(.has-background).has-focus {
|
|
|
color: var(--button--color-text-hover);
|
|
|
background-color: var(--button--color-background-hover);
|
|
|
}
|
|
@@ -4158,24 +4158,24 @@ input[type="submit"]:after,
|
|
|
margin-top: -calc(.5em * var(--button--line-height) + -.39);
|
|
|
}
|
|
|
|
|
|
-button:active,
|
|
|
-.button:active,
|
|
|
-input:active[type="submit"],
|
|
|
-.wp-block-button__link:active, .a8c-posts-list__view-all:active {
|
|
|
+button:not(.has-background):active,
|
|
|
+.button:not(.has-background):active,
|
|
|
+input:not(.has-background):active[type="submit"],
|
|
|
+.wp-block-button__link:not(.has-background):active, .a8c-posts-list__view-all:not(.has-background):active {
|
|
|
color: var(--button--color-text-active);
|
|
|
background-color: var(--button--color-background-active);
|
|
|
}
|
|
|
|
|
|
-button:hover,
|
|
|
-.button:hover,
|
|
|
-input:hover[type="submit"],
|
|
|
-.wp-block-button__link:hover, .a8c-posts-list__view-all:hover, button:focus,
|
|
|
-.button:focus,
|
|
|
-input:focus[type="submit"],
|
|
|
-.wp-block-button__link:focus, .a8c-posts-list__view-all:focus, button.has-focus,
|
|
|
-.has-focus.button,
|
|
|
-input.has-focus[type="submit"],
|
|
|
-.has-focus.wp-block-button__link, .has-focus.a8c-posts-list__view-all {
|
|
|
+button:not(.has-background):hover,
|
|
|
+.button:not(.has-background):hover,
|
|
|
+input:not(.has-background):hover[type="submit"],
|
|
|
+.wp-block-button__link:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, button:not(.has-background):focus,
|
|
|
+.button:not(.has-background):focus,
|
|
|
+input:not(.has-background):focus[type="submit"],
|
|
|
+.wp-block-button__link:not(.has-background):focus, .a8c-posts-list__view-all:not(.has-background):focus, button:not(.has-background).has-focus,
|
|
|
+.button:not(.has-background).has-focus,
|
|
|
+input:not(.has-background).has-focus[type="submit"],
|
|
|
+.wp-block-button__link:not(.has-background).has-focus, .a8c-posts-list__view-all:not(.has-background).has-focus {
|
|
|
color: var(--button--color-text-hover);
|
|
|
background-color: var(--button--color-background-hover);
|
|
|
}
|