summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/read-more/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/read-more/style.css')
-rw-r--r--wp-includes/blocks/read-more/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/wp-includes/blocks/read-more/style.css b/wp-includes/blocks/read-more/style.css
index 8cfefa8..76ab028 100644
--- a/wp-includes/blocks/read-more/style.css
+++ b/wp-includes/blocks/read-more/style.css
@@ -3,6 +3,9 @@
width:-moz-fit-content;
width:fit-content;
}
-.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
+.wp-block-read-more:where(:not([style*=text-decoration])){
+ text-decoration:none;
+}
+.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{
text-decoration:none;
} \ No newline at end of file