mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-03 15:42:54 +00:00
Always include RT styles
This commit is contained in:
parent
8ff1492962
commit
315b2f24ee
2 changed files with 2 additions and 8 deletions
|
@ -84,8 +84,4 @@
|
|||
@import "../js/libs/pdfListView/TextLayer.css";
|
||||
@import "../js/libs/pdfListView/AnnotationsLayer.css";
|
||||
@import "../js/libs/pdfListView/HighlightsLayer.css";
|
||||
|
||||
// CodeMirror
|
||||
& when (@show-rich-text) {
|
||||
@import "vendor/codemirror.css";
|
||||
}
|
||||
@import "vendor/codemirror.css";
|
||||
|
|
|
@ -12,9 +12,7 @@
|
|||
@import "./editor/online-users.less";
|
||||
@import "./editor/hotkeys.less";
|
||||
@import "./editor/review-panel.less";
|
||||
& when (@show-rich-text) {
|
||||
@import "./editor/rich-text.less";
|
||||
}
|
||||
@import "./editor/rich-text.less";
|
||||
|
||||
@ui-layout-toggler-def-height: 50px;
|
||||
@ui-resizer-size: 7px;
|
||||
|
|
Loading…
Reference in a new issue