mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
fix(button): remove redundant "button" role
This commit is contained in:
parent
df63254c79
commit
0a4465025f
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@
|
|||
}
|
||||
$: hasIconOnly = icon && !$$slots.default;
|
||||
$: buttonProps = {
|
||||
role: "button",
|
||||
type: href && !disabled ? undefined : type,
|
||||
tabindex,
|
||||
disabled,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue