help_dropdown_procedure contains now a <button> and not a <div>, which makes it accessible for keyboard navigation
This commit is contained in:
parent
35127b8d7e
commit
af60b1dddc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
.dropdown.help-dropdown
|
.dropdown.help-dropdown
|
||||||
.button.primary.dropdown-button Aide
|
%button.button.primary.dropdown-button Aide
|
||||||
.dropdown-content.fade-in-down
|
.dropdown-content.fade-in-down
|
||||||
%ul.dropdown-items
|
%ul.dropdown-items
|
||||||
- if procedure.service.present?
|
- if procedure.service.present?
|
||||||
|
|
Loading…
Reference in a new issue