removed table styles and fixed trigger color

This commit is contained in:
Aleh Khantsevich
2024-07-02 02:14:59 +02:00
parent 3d69f96b96
commit cd3880c85c
3 changed files with 7 additions and 2 deletions

View File

@@ -4720,7 +4720,7 @@ html.jodit_fullsize-box_true {
color: var(--jd-color-error)
}
.jodit-context table, .jodit-wysiwyg table {
/*.jodit-context table, .jodit-wysiwyg table {
border: none;
border-collapse: collapse;
empty-cells: show;
@@ -4739,7 +4739,7 @@ html.jodit_fullsize-box_true {
padding: .4em;
user-select: text;
vertical-align: middle
}
}*/
.jodit-form__inserter {
--jd-color-table-cell-background-hover: var(--jd-color-button-background-hover)