summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/read-more
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/read-more')
-rw-r--r--wp-includes/blocks/read-more/block.json3
-rw-r--r--wp-includes/blocks/read-more/style-rtl.css5
-rw-r--r--wp-includes/blocks/read-more/style-rtl.min.css2
-rw-r--r--wp-includes/blocks/read-more/style.css5
-rw-r--r--wp-includes/blocks/read-more/style.min.css2
5 files changed, 13 insertions, 4 deletions
diff --git a/wp-includes/blocks/read-more/block.json b/wp-includes/blocks/read-more/block.json
index d3386a4..9e4fc84 100644
--- a/wp-includes/blocks/read-more/block.json
+++ b/wp-includes/blocks/read-more/block.json
@@ -50,6 +50,9 @@
"__experimentalDefaultControls": {
"width": true
}
+ },
+ "interactivity": {
+ "clientNavigation": true
}
},
"style": "wp-block-read-more"
diff --git a/wp-includes/blocks/read-more/style-rtl.css b/wp-includes/blocks/read-more/style-rtl.css
index 8cfefa8..76ab028 100644
--- a/wp-includes/blocks/read-more/style-rtl.css
+++ b/wp-includes/blocks/read-more/style-rtl.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
diff --git a/wp-includes/blocks/read-more/style-rtl.min.css b/wp-includes/blocks/read-more/style-rtl.min.css
index 4f750e6..c2c810c 100644
--- a/wp-includes/blocks/read-more/style-rtl.min.css
+++ b/wp-includes/blocks/read-more/style-rtl.min.css
@@ -1 +1 @@
-.wp-block-read-more{display:block;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{text-decoration:none} \ No newline at end of file
+.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.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
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
diff --git a/wp-includes/blocks/read-more/style.min.css b/wp-includes/blocks/read-more/style.min.css
index 4f750e6..c2c810c 100644
--- a/wp-includes/blocks/read-more/style.min.css
+++ b/wp-includes/blocks/read-more/style.min.css
@@ -1 +1 @@
-.wp-block-read-more{display:block;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{text-decoration:none} \ No newline at end of file
+.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.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