summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/button/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/button/style.css')
-rw-r--r--wp-includes/blocks/button/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/wp-includes/blocks/button/style.css b/wp-includes/blocks/button/style.css
index 09a46ed..c05e649 100644
--- a/wp-includes/blocks/button/style.css
+++ b/wp-includes/blocks/button/style.css
@@ -64,17 +64,17 @@
border-radius:0 !important;
}
-.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{
+.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link{
border:2px solid;
padding:.667em 1.333em;
}
-.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){
+.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color){
color:currentColor;
}
-.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){
- background-color:transparent;
+.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background){
+ background-color:initial;
background-image:none;
}