Skip to content

Commit

Permalink
Pass dropdown-content to aria-controls
Browse files Browse the repository at this point in the history
  • Loading branch information
bcostaaa01 authored Dec 12, 2023
1 parent 7eaf3ea commit e08d479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FwbSidebar/FwbSidebarDropdownItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<button
type="button"
class="flex items-center w-full p-2 text-base text-gray-900 transition duration-75 rounded-lg group hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700 z-10"
aria-controls=""
aria-controls="dropdown-content"
@click="toggleDropdown"
>
<slot name="icon">
Expand Down

0 comments on commit e08d479

Please sign in to comment.