mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26: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
|
||||
class:bx--structured-list-tbody="{true}"
|
||||
role="rowgroup"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
on:mouseover
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue