mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36: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;
|
$: hasIconOnly = icon && !$$slots.default;
|
||||||
$: buttonProps = {
|
$: buttonProps = {
|
||||||
role: "button",
|
|
||||||
type: href && !disabled ? undefined : type,
|
type: href && !disabled ? undefined : type,
|
||||||
tabindex,
|
tabindex,
|
||||||
disabled,
|
disabled,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue