Skip to content

Commit

Permalink
button radius
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Aug 1, 2023
1 parent 74fdd5c commit 49e0857
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
background: $gray-100;
border-radius: $grid-unit-05;
width: min(100%, 450px);
overflow: hidden;

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

.components-button {
border-radius: 0;
border-radius: $grid-unit-05;

&:hover {
color: var(--wp-block-synced-color);
Expand Down

0 comments on commit 49e0857

Please sign in to comment.