mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(structured-list): add "rowgroup" role to StructuredListBody
This commit is contained in:
parent
f75f46e9e6
commit
6ca6c5741b
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
<div
|
<div
|
||||||
class:bx--structured-list-tbody="{true}"
|
class:bx--structured-list-tbody="{true}"
|
||||||
|
role="rowgroup"
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
on:click
|
on:click
|
||||||
on:mouseover
|
on:mouseover
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue