fix(menu-button): should be a button
This commit is contained in:
parent
e193c652e7
commit
246db0e1cf
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
%span.icon.edit
|
||||
Modifier
|
||||
.dropdown{ data: { controller: 'menu-button' } }
|
||||
.button.dropdown-button.procedures-actions-btn{ data: { menu_button_target: 'button' } }
|
||||
%button.button.dropdown-button.procedures-actions-btn{ data: { menu_button_target: 'button' } }
|
||||
Actions
|
||||
#actions-menu.dropdown-content.fade-in-down{ data: { menu_button_target: 'menu' } }
|
||||
%ul.dropdown-items.pl-0
|
||||
|
|
Loading…
Reference in a new issue