mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
refactor(uishell): remove unused element id
This commit is contained in:
parent
b79567f932
commit
57e1dc6581
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
<svelte:window on:mouseup={mouseUp} />
|
||||
|
||||
<div id="right-panel-action-component">
|
||||
<div>
|
||||
<button
|
||||
aria-label={type}
|
||||
class={cx('--header__action', isOpen && '--header__action--active')}
|
||||
|
@ -33,7 +33,6 @@
|
|||
{#if isOpen}
|
||||
<div
|
||||
bind:this={elRigthPanel}
|
||||
id="right-panel-action-component-form"
|
||||
class={cx('--header-panel', '--header-panel--expanded')}
|
||||
transition:slide={{ duration: 200 }}>
|
||||
<slot />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue