From 0e41b5d52fdc6af6442816b5f465c9db9f84e126 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:51:18 +0200 Subject: Adding upstream version 6.6.1+dfsg1. Signed-off-by: Daniel Baumann --- wp-includes/blocks/list/block.json | 3 +-- wp-includes/blocks/list/style-rtl.css | 3 ++- wp-includes/blocks/list/style-rtl.min.css | 2 +- wp-includes/blocks/list/style.css | 3 ++- wp-includes/blocks/list/style.min.css | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) (limited to 'wp-includes/blocks/list') 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 -- cgit v1.2.3