Skip to content

Commit a55ed5d

Browse files
samuelreichertgjulivan
authored andcommitted
fix(rich-text-web): remove default border from table css in the editor
1 parent 555efdd commit a55ed5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/pluggableWidgets/rich-text-web/src/utils/formats/quill-table-better/assets/css/quill-table-better.scss

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ $focused-border: 1px solid $focused-border-color;
6969
background-color: $focused-cell-background;
7070
}
7171

72+
.ql-editor {
73+
td {
74+
border: none;
75+
}
76+
}
77+
7278
.ql-table {
7379
&-border-shadow {
7480
@include boxShadow($border-color-simple);

0 commit comments

Comments
 (0)