remove role from filter component a11y to fix specs
This commit is contained in:
parent
9fd9bdc7c0
commit
eb09a7480e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
.fr-grid-row
|
||||
.fr-col-12
|
||||
%nav.fr-translate.fr-nav{ role: "combobox" }
|
||||
%nav.fr-translate.fr-nav
|
||||
.fr-nav__item.custom-fr-translate-flex-end
|
||||
%button.fr-translate__btn.translate-no-icon.fr-btn.fr-btn--tertiary.custom-fr-translate-no-icon{ "aria-controls" => "filters", "aria-expanded" => "false", title: t('.button.select_filters') }
|
||||
= t('.button.select_filters')
|
||||
|
|
Loading…
Reference in a new issue