We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65928c commit 08e0bb9Copy full SHA for 08e0bb9
addons/html_builder/static/src/core/overlay_buttons/overlay_buttons.xml
@@ -4,7 +4,6 @@
4
<div t-att-class="{'d-none': !state.showUi or !state.isVisible}" class="o-we-toolbar o_overlay_options shadow rounded my-2">
5
<t t-foreach="state.buttons" t-as="button" t-key="button_index">
6
<!-- Disabled buttons do not display their title -->
7
- <span class="o-we-toolbar-vertical-separator"></span>
8
<span class="btn-group" t-att-title="button.disabledReason" t-att-aria-label="button.disabledReason">
9
<t t-if="button.Component" t-component="button.Component" t-props="button.props || {}"/>
10
<t t-else="">
0 commit comments