wp core update 6.6
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
2
wp/wp-includes/blocks/list/style-rtl.min.css
vendored
2
wp/wp-includes/blocks/list/style-rtl.min.css
vendored
@@ -1 +1 @@
|
||||
ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}
|
||||
ol,ul{box-sizing:border-box}:root :where(ul.has-background,ol.has-background){padding:1.25em 2.375em}
|
||||
@@ -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;
|
||||
}
|
||||
2
wp/wp-includes/blocks/list/style.min.css
vendored
2
wp/wp-includes/blocks/list/style.min.css
vendored
@@ -1 +1 @@
|
||||
ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}
|
||||
ol,ul{box-sizing:border-box}:root :where(ul.has-background,ol.has-background){padding:1.25em 2.375em}
|
||||
Reference in New Issue
Block a user