-
- Downloads
[FIX] web_editor: load odooEditor base style
Before this commit The style for `li.oe-nested` was loaded only when the editor loaded. The problem is that the style needs to be visible even when the editor has never been loaded. After this commit The style for `li.oe-nested` is always loaded in the backend and in the frontend. Task-2793528 closes odoo/odoo#86817 X-original-commit: 6c26e24c Signed-off-by:David Monjoie (dmo) <dmo@odoo.com>
Showing
- addons/web_editor/__manifest__.py 1 addition, 0 deletionsaddons/web_editor/__manifest__.py
- addons/web_editor/static/lib/odoo-editor/demo/index.html 2 additions, 0 deletionsaddons/web_editor/static/lib/odoo-editor/demo/index.html
- addons/web_editor/static/lib/odoo-editor/src/base_style.css 3 additions, 0 deletionsaddons/web_editor/static/lib/odoo-editor/src/base_style.css
- addons/web_editor/static/lib/odoo-editor/src/style.css 0 additions, 3 deletionsaddons/web_editor/static/lib/odoo-editor/src/style.css
- addons/web_editor/static/lib/odoo-editor/test/editor-test.html 1 addition, 0 deletions...s/web_editor/static/lib/odoo-editor/test/editor-test.html
Please register or sign in to comment