mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
parent
57cdf81176
commit
c0426e8636
4 changed files with 20 additions and 56 deletions
|
@ -11,7 +11,7 @@
|
|||
on:mouseover
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
class={cx('--form-item', '--checkbox-wrapper', className)}
|
||||
class={cx('--form-item', '--checkbox-wrapper', '--checkbox-label', className)}
|
||||
{style}>
|
||||
<span class={cx('--checkbox-label', '--skeleton')} />
|
||||
<span class={cx('--checkbox-label-text', '--skeleton')} />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue