summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/list
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:51:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:51:18 +0000
commit0e41b5d52fdc6af6442816b5f465c9db9f84e126 (patch)
treee139a90049b158d4eed892d1662ee7f5c358fa31 /wp-includes/blocks/list
parentAdding upstream version 6.5.5+dfsg1. (diff)
downloadwordpress-upstream.tar.xz
wordpress-upstream.zip
Adding upstream version 6.6.1+dfsg1.upstream/6.6.1+dfsg1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-includes/blocks/list')
-rw-r--r--wp-includes/blocks/list/block.json3
-rw-r--r--wp-includes/blocks/list/style-rtl.css3
-rw-r--r--wp-includes/blocks/list/style-rtl.min.css2
-rw-r--r--wp-includes/blocks/list/style.css3
-rw-r--r--wp-includes/blocks/list/style.min.css2
5 files changed, 7 insertions, 6 deletions
diff --git a/wp-includes/blocks/list/block.json b/wp-includes/blocks/list/block.json
index 7d2de95..157aaf7 100644
--- a/wp-includes/blocks/list/block.json
+++ b/wp-includes/blocks/list/block.json
@@ -38,7 +38,7 @@
},
"supports": {
"anchor": true,
- "className": false,
+ "html": false,
"typography": {
"fontSize": true,
"lineHeight": true,
@@ -69,7 +69,6 @@
}
},
"__unstablePasteTextInline": true,
- "__experimentalSelector": "ol,ul",
"__experimentalOnMerge": true,
"__experimentalSlashInserter": true,
"interactivity": {
diff --git a/wp-includes/blocks/list/style-rtl.css b/wp-includes/blocks/list/style-rtl.css
index aef9754..bd5ee34 100644
--- a/wp-includes/blocks/list/style-rtl.css
+++ b/wp-includes/blocks/list/style-rtl.css
@@ -1,6 +1,7 @@
ol,ul{
box-sizing:border-box;
}
-ol.has-background,ul.has-background{
+
+:root :where(ul.has-background,ol.has-background){
padding:1.25em 2.375em;
} \ No newline at end of file
diff --git a/wp-includes/blocks/list/style-rtl.min.css b/wp-includes/blocks/list/style-rtl.min.css
index d840bee..a8054c4 100644
--- a/wp-includes/blocks/list/style-rtl.min.css
+++ b/wp-includes/blocks/list/style-rtl.min.css
@@ -1 +1 @@
-ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em} \ No newline at end of file
+ol,ul{box-sizing:border-box}:root :where(ul.has-background,ol.has-background){padding:1.25em 2.375em} \ No newline at end of file
diff --git a/wp-includes/blocks/list/style.css b/wp-includes/blocks/list/style.css
index aef9754..bd5ee34 100644
--- a/wp-includes/blocks/list/style.css
+++ b/wp-includes/blocks/list/style.css
@@ -1,6 +1,7 @@
ol,ul{
box-sizing:border-box;
}
-ol.has-background,ul.has-background{
+
+:root :where(ul.has-background,ol.has-background){
padding:1.25em 2.375em;
} \ No newline at end of file
diff --git a/wp-includes/blocks/list/style.min.css b/wp-includes/blocks/list/style.min.css
index d840bee..a8054c4 100644
--- a/wp-includes/blocks/list/style.min.css
+++ b/wp-includes/blocks/list/style.min.css
@@ -1 +1 @@
-ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em} \ No newline at end of file
+ol,ul{box-sizing:border-box}:root :where(ul.has-background,ol.has-background){padding:1.25em 2.375em} \ No newline at end of file