plugin updates
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
},
|
||||
"spacing": {
|
||||
"margin": true,
|
||||
"padding": true
|
||||
"padding": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"margin": false,
|
||||
"padding": false
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
@@ -40,6 +44,13 @@
|
||||
"fontSize": true
|
||||
}
|
||||
},
|
||||
"__experimentalBorder": {
|
||||
"radius": true,
|
||||
"color": true,
|
||||
"width": true,
|
||||
"style": true
|
||||
},
|
||||
"html": false
|
||||
}
|
||||
},
|
||||
"style": "wp-block-comment-reply-link"
|
||||
}
|
||||
|
||||
3
wp/wp-includes/blocks/comment-reply-link/style-rtl.css
Normal file
3
wp/wp-includes/blocks/comment-reply-link/style-rtl.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.wp-block-comment-reply-link{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
1
wp/wp-includes/blocks/comment-reply-link/style-rtl.min.css
vendored
Normal file
1
wp/wp-includes/blocks/comment-reply-link/style-rtl.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wp-block-comment-reply-link{box-sizing:border-box}
|
||||
3
wp/wp-includes/blocks/comment-reply-link/style.css
Normal file
3
wp/wp-includes/blocks/comment-reply-link/style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.wp-block-comment-reply-link{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
1
wp/wp-includes/blocks/comment-reply-link/style.min.css
vendored
Normal file
1
wp/wp-includes/blocks/comment-reply-link/style.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wp-block-comment-reply-link{box-sizing:border-box}
|
||||
Reference in New Issue
Block a user