diff options
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 |