Skip to content

Commit 3394ec3

Browse files
committed
fix(Drawer): fix a11y warning
1 parent 195fcea commit 3394ec3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

components/mdc/Drawer/Drawer.svelte

+1-4
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,7 @@ main {
159159
{/if}
160160
</a>
161161
{:else}
162-
<hr
163-
class="mdc-list-divider mdc-list-divider--inset-leading mdc-list-divider--inset-trailing"
164-
role="separator"
165-
/>
162+
<hr class="mdc-list-divider mdc-list-divider--inset-leading mdc-list-divider--inset-trailing" />
166163
{/if}
167164
</Tooltip.Wrapper>
168165
{#if tooltip}

0 commit comments

Comments
 (0)