3 --editor-color-primary: #206ea7;
14 border: 1px solid #DDD;
19 .editor-button:hover {
20 background-color: #EEE;
24 .editor-button-active, .editor-button-active:hover {
25 background-color: #ceebff;
28 .editor-button-format-preview {
32 .editor-button-icon svg {
39 .editor-dropdown-menu-container {
42 .editor-dropdown-menu {
44 background-color: #FFF;
45 box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
51 flex-direction: column;
53 .editor-menu-list > .editor-button {
58 .editor-format-menu .editor-dropdown-menu {
63 .editor-modal-wrapper {
67 justify-content: center;
69 background-color: rgba(0, 0, 0, 0.5);
74 background-color: #FFF;
75 border: 1px solid #DDD;
79 .editor-modal-header {
81 justify-content: space-between;
88 // Specific UI elements
89 .editor-color-select-row {
92 .editor-color-select-option {
97 .editor-color-select-option:hover {
99 box-sizing: border-box;
101 box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
103 .editor-table-creator-row {
106 .editor-table-creator-cell {
107 border: 1px solid #DDD;
112 background-color: var(--editor-color-primary);
115 .editor-table-creator-display {
120 // In-editor elements
123 display: inline-flex;
125 .editor-image-decorator {
131 display: inline-block;
133 border: 1px dashed var(--editor-color-primary);
136 .editor-image-decorator-handle {
141 border: 2px solid var(--editor-color-primary);
142 background-color: #FFF;
145 inset-inline-start: -5px;
146 inset-block-start: -5px;
150 inset-inline-end: -5px;
151 inset-block-start: -5px;
155 inset-inline-end: -5px;
156 inset-block-end: -5px;
160 inset-inline-start: -5px;
161 inset-block-end: -5px;
166 .editor-table-marker-row,
167 .editor-table-marker-column {
169 background-color: var(--editor-color-primary);
177 .editor-table-marker-column {
181 .editor-table-marker-row {