Skip to content

Commit 08e0bb9

Browse files
gppa-odooldau-odoo
authored andcommitted
[IMP] website, *: hide overlay button when toolbar is active
`*=html_builder, html_editor` - Hide overlay buttons when editor toolbar is active as this leads to a confusion for users. task-4789254
1 parent a65928c commit 08e0bb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addons/html_builder/static/src/core/overlay_buttons/overlay_buttons.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<div t-att-class="{'d-none': !state.showUi or !state.isVisible}" class="o-we-toolbar o_overlay_options shadow rounded my-2">
55
<t t-foreach="state.buttons" t-as="button" t-key="button_index">
66
<!-- Disabled buttons do not display their title -->
7-
<span class="o-we-toolbar-vertical-separator"></span>
87
<span class="btn-group" t-att-title="button.disabledReason" t-att-aria-label="button.disabledReason">
98
<t t-if="button.Component" t-component="button.Component" t-props="button.props || {}"/>
109
<t t-else="">

0 commit comments

Comments
 (0)