Skip to content

Commit 5cfa172

Browse files
committed
Add support for radiusSizes for 6.9.
See: WordPress/gutenberg#67544
1 parent 4bc7552 commit 5cfa172

File tree

12 files changed

+50
-13
lines changed

12 files changed

+50
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => 'd31d8490f88cf2b24b3b');
1+
<?php return array('dependencies' => array(), 'version' => 'b0dfbea343a6c2921351');

public/css/blocks/core/latest-comments.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '83088c4f10ec200c84af');
1+
<?php return array('dependencies' => array(), 'version' => '2c028f323c63cf1724b5');

public/css/blocks/core/post-author.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/embed.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => 'a88907f5c468ee5eab17');
1+
<?php return array('dependencies' => array(), 'version' => '08e0119c13eaaef6326b');

public/css/embed.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/screen.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => 'e235ae39041c85ccfab0');
1+
<?php return array('dependencies' => array(), 'version' => '2d3d83acc78e0958c424');

public/css/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/scss/base/elements.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ kbd {
226226

227227
// Border and shadow.
228228
border: 1px solid var(--wp--custom--color--border--bounds);
229-
border-radius: 0.25rem;
229+
border-radius: var(--wp--preset--border-radius--sm);
230230
box-shadow: var(--wp--preset--shadow--sm, none);
231231
}
232232

resources/scss/blocks/core/latest-comments.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
.avatar,
5454
&__comment-avatar {
5555
box-shadow: var(--wp--custom--shadow--secondary--default);
56-
border-radius: 1.5em;
56+
border-radius: calc(infinity * 1px);
5757
float: none;
5858
width: 48px;
5959
height: 48px;

0 commit comments

Comments
 (0)