mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(progress-step): remove unnecessary aria-disabled
https://github.com/carbon-design-system/carbon-components-svelte/pull/1703#pullrequestreview-1357928713
This commit is contained in:
parent
7781b6eefe
commit
66a5409e80
1 changed files with 0 additions and 2 deletions
|
@ -52,9 +52,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
||||||
<!-- svelte-ignore a11y-role-supports-aria-props -->
|
|
||||||
<li
|
<li
|
||||||
aria-disabled="{disabled}"
|
|
||||||
id="{id}"
|
id="{id}"
|
||||||
class:bx--progress-step="{true}"
|
class:bx--progress-step="{true}"
|
||||||
class:bx--progress-step--current="{current}"
|
class:bx--progress-step--current="{current}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue