mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(overflow-menu): remove button tabindex
This commit is contained in:
parent
095173a574
commit
87b8de1159
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@
|
||||||
|
|
||||||
<button
|
<button
|
||||||
bind:this="{buttonRef}"
|
bind:this="{buttonRef}"
|
||||||
tabindex="0"
|
|
||||||
aria-haspopup
|
aria-haspopup
|
||||||
aria-expanded="{open}"
|
aria-expanded="{open}"
|
||||||
aria-label="{ariaLabel}"
|
aria-label="{ariaLabel}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue