Skip to content

Commit c040eaf

Browse files
authored
refactor: add border under rich-text-editor toolbar (#10350)
1 parent 6025436 commit c040eaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aura/src/components/rich-text-editor.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ vaadin-rich-text-editor {
2323

2424
vaadin-rich-text-editor::part(toolbar) {
2525
contain: paint;
26+
border-bottom: 1px solid var(--vaadin-border-color-secondary);
2627
}
2728

2829
vaadin-rich-text-editor::part(toolbar-group) {

0 commit comments

Comments
 (0)