Skip to content

Commit 4313b33

Browse files
authored
fix: remove border override in Aura (#10572)
This allows setting `--vaadin-rich-text-editor-toolbar-button-border-width` and `--vaadin-rich-text-editor-toolbar-button-border-color` to work with Aura. The base styles define the same value as fallback, so no change in the end result.
1 parent 1ce43e6 commit 4313b33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ vaadin-rich-text-editor::part(toolbar-button) {
4646
background-color 80ms,
4747
scale 180ms;
4848
outline-offset: calc(var(--vaadin-focus-ring-width) * -1);
49-
border: 1px solid transparent;
5049
position: relative;
5150
}
5251

0 commit comments

Comments
 (0)