mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Align 10.51 (#1021)
* chore(deps-dev): upgrade carbon-components to v10.51.0 * fix(slider): input should also be labelled * refactor(date-picker): remove hotfix logic to prevent disabled icon from being clickable Ref: https://github.com/carbon-design-system/carbon-components-svelte/pull/860 * feat(progress-step): update icons for current, incomplete steps
This commit is contained in:
parent
201e03757b
commit
4d51250173
9 changed files with 118 additions and 25 deletions
|
@ -154,10 +154,7 @@
|
|||
class="bx--date-picker__icon"
|
||||
aria-label="{iconDescription}"
|
||||
title="{iconDescription}"
|
||||
on:click="{() => {
|
||||
if (disabled || ref.matches(':disabled')) return;
|
||||
openCalendar();
|
||||
}}"
|
||||
on:click="{openCalendar}"
|
||||
/>
|
||||
{/if}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue