diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:51:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:51:18 +0000 |
commit | 0e41b5d52fdc6af6442816b5f465c9db9f84e126 (patch) | |
tree | e139a90049b158d4eed892d1662ee7f5c358fa31 /wp-includes/blocks/list | |
parent | Adding upstream version 6.5.5+dfsg1. (diff) | |
download | wordpress-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.json | 3 | ||||
-rw-r--r-- | wp-includes/blocks/list/style-rtl.css | 3 | ||||
-rw-r--r-- | wp-includes/blocks/list/style-rtl.min.css | 2 | ||||
-rw-r--r-- | wp-includes/blocks/list/style.css | 3 | ||||
-rw-r--r-- | wp-includes/blocks/list/style.min.css | 2 |
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 |