forked from Techsystech/web
[16.0][IMP] web_responsive: To follow the app menu icon in Odoo 16
parent
b20904fa92
commit
4ac9fb48b1
|
@ -37,7 +37,7 @@
|
||||||
data-hotkey="a"
|
data-hotkey="a"
|
||||||
t-on-click.stop="() => this.setOpenState(!state.open,true)"
|
t-on-click.stop="() => this.setOpenState(!state.open,true)"
|
||||||
>
|
>
|
||||||
<i class="fa fa-th-large" />
|
<i class="oi oi-apps" />
|
||||||
</button>
|
</button>
|
||||||
<div t-if="state.open" class="dropdown-menu-custom">
|
<div t-if="state.open" class="dropdown-menu-custom">
|
||||||
<t t-slot="default" />
|
<t t-slot="default" />
|
||||||
|
|
Loading…
Reference in New Issue