mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +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} />
|
<svelte:window on:mouseup={mouseUp} />
|
||||||
|
|
||||||
<div id="right-panel-action-component">
|
<div>
|
||||||
<button
|
<button
|
||||||
aria-label={type}
|
aria-label={type}
|
||||||
class={cx('--header__action', isOpen && '--header__action--active')}
|
class={cx('--header__action', isOpen && '--header__action--active')}
|
||||||
|
@ -33,7 +33,6 @@
|
||||||
{#if isOpen}
|
{#if isOpen}
|
||||||
<div
|
<div
|
||||||
bind:this={elRigthPanel}
|
bind:this={elRigthPanel}
|
||||||
id="right-panel-action-component-form"
|
|
||||||
class={cx('--header-panel', '--header-panel--expanded')}
|
class={cx('--header-panel', '--header-panel--expanded')}
|
||||||
transition:slide={{ duration: 200 }}>
|
transition:slide={{ duration: 200 }}>
|
||||||
<slot />
|
<slot />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue