fix: add role=none to li elements in payment filter for ARIA compliance
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9166db8a52
commit
6feee45f80
1 changed files with 3 additions and 3 deletions
|
|
@ -60,7 +60,7 @@ defmodule MvWeb.Components.PaymentFilterComponent do
|
|||
phx-click-away="close_dropdown"
|
||||
phx-target={@myself}
|
||||
>
|
||||
<li>
|
||||
<li role="none">
|
||||
<button
|
||||
type="button"
|
||||
role="menuitemradio"
|
||||
|
|
@ -74,7 +74,7 @@ defmodule MvWeb.Components.PaymentFilterComponent do
|
|||
{gettext("All")}
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<li role="none">
|
||||
<button
|
||||
type="button"
|
||||
role="menuitemradio"
|
||||
|
|
@ -88,7 +88,7 @@ defmodule MvWeb.Components.PaymentFilterComponent do
|
|||
{gettext("Paid")}
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<li role="none">
|
||||
<button
|
||||
type="button"
|
||||
role="menuitemradio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue