Skip to content

Commit 49e0857

Browse files
committed
button radius
1 parent 74fdd5c commit 49e0857

File tree

1 file changed

+1
-2
lines changed
  • packages/edit-site/src/components/header-edit-mode/document-actions

1 file changed

+1
-2
lines changed

packages/edit-site/src/components/header-edit-mode/document-actions/style.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
background: $gray-100;
1212
border-radius: $grid-unit-05;
1313
width: min(100%, 450px);
14-
overflow: hidden;
1514

1615
// Make the document title shorter in top-toolbar mode, as it has to be covered.
1716
.has-fixed-toolbar & {
1817
width: min(100%, 380px);
1918
}
2019

2120
.components-button {
22-
border-radius: 0;
21+
border-radius: $grid-unit-05;
2322

2423
&:hover {
2524
color: var(--wp-block-synced-color);

0 commit comments

Comments
 (0)