@onsvisual/svelte-components 0.1.95-component.toolbar → 0.1.98-component.toolbar
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -108,7 +108,7 @@ function handleKeydown(event) {
|
|
|
108
108
|
<!-- Modal Content -->
|
|
109
109
|
<div class="help-modal" role="dialog" aria-modal="true">
|
|
110
110
|
<slot />
|
|
111
|
-
<button class="close-button" on:click="{onClose}" aria-label="Close help">×</button>
|
|
111
|
+
<!-- <button class="close-button" on:click="{onClose}" aria-label="Close help">×</button> -->
|
|
112
112
|
|
|
113
113
|
<div class="ons-padding-4">
|
|
114
114
|
<Checkbox
|