Jonas Wollweber 60da8634f2
AAE-20506 Rich Text Editor Visual Improvements (#10385)
* [AAE-20506] replace icon with material design icon

* [AAE-20506] fix size and position of 'change color' plugin's icon

* [AAE-20506]  make sure material design's container does not define text color
2024-11-25 09:51:24 +01:00

33 lines
690 B
SCSS

/* stylelint-disable selector-class-pattern */
.adf-rich-text-editor-container {
color: var(--theme-text-fg-color, rgba(0, 0, 0, 0.87));
.editorjs {
&.readonly {
.codex-editor__redactor {
/* stylelint-disable declaration-no-important */
padding-bottom: 0 !important;
}
}
}
.ce-inline-toolbar {
transform: scale(1);
.ce-popover__items {
overflow: hidden;
}
.ce-inline-tool .material-icons {
font-size: 20px;
}
}
}
xy-color-picker {
position: relative;
background-color: transparent;
margin: 0;
overflow: hidden;
}