mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Merge pull request #23442 from overleaf/dp-table-label-bug
Use css variable to set insert table label color GitOrigin-RevId: f99de70c470ca15927ee7ad38d004f94365519ac
This commit is contained in:
@@ -249,9 +249,6 @@ const toolbarTheme = EditorView.theme({
|
||||
},
|
||||
},
|
||||
},
|
||||
'&.overall-theme-dark .ol-cm-toolbar-table-grid-popover': {
|
||||
color: '#fff',
|
||||
},
|
||||
'&.overall-theme-dark .ol-cm-toolbar-table-grid': {
|
||||
'& td.active': {
|
||||
outlineColor: 'white',
|
||||
@@ -288,6 +285,7 @@ const toolbarTheme = EditorView.theme({
|
||||
borderRadius: '4px',
|
||||
backgroundColor: 'var(--editor-toolbar-bg)',
|
||||
pointerEvents: 'all',
|
||||
color: 'var(--toolbar-btn-color)',
|
||||
},
|
||||
'.ol-cm-toolbar-button-menu-popover-unstyled': {
|
||||
maxWidth: 'unset',
|
||||
|
||||
Reference in New Issue
Block a user