We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae03e35 commit bfd35c1Copy full SHA for bfd35c1
components/mdc/List/Item.svelte
@@ -36,7 +36,7 @@ img {
36
37
<li
38
bind:this={element}
39
- class="mdc-deprecated-list-item"
+ class="mdc-deprecated-list-item {$$props.class}"
40
class:mdc-deprecated-list-item--activated={activated}
41
class:mdc-deprecated-list-item--disabled={nonInteractive}
42
data-mdc-dialog-action={$$props['data-mdc-dialog-action']}
0 commit comments