Skip to content

Commit

Permalink
Fix rich text toolbar corners (#66163)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: kevin940726 <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: ciampo <[email protected]>
Co-authored-by: tyxla <[email protected]>
Co-authored-by: stokesman <[email protected]>
  • Loading branch information
7 people authored and gutenbergplugin committed Oct 16, 2024
1 parent b59bac3 commit 86038c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-editor/src/components/rich-text/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@
margin-bottom: $grid-unit-10;
box-shadow: none;
outline: none;
border-radius: $radius-small;
}

.components-toolbar {
border-radius: $radius-small;
}

.components-toolbar-group {
background: none;
}

.components-toolbar__control,
.components-dropdown-menu__toggle {
min-width: $block-toolbar-height;
Expand Down

0 comments on commit 86038c4

Please sign in to comment.