@onsvisual/svelte-components 1.1.19 → 1.1.21
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.
- package/dist/components/AnalyticsBanner/AnalyticsBanner.svelte +0 -4
- package/dist/components/Header/HeaderNav.svelte +4 -1
- package/dist/components/Scroller/Scroller.svelte +2 -2
- package/dist/components/Textarea/Textarea.svelte +1 -1
- package/dist/components/Toolbar/HelpModal.svelte +2 -2
- package/package.json +1 -1
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
class="ons-btn ons-u-fs-s--b ons-js-toggle-header-search ons-u-db-no-js_disabled ons-btn--search-icon ons-btn--search"
|
|
434
434
|
aria-label="Toggle search"
|
|
435
435
|
aria-controls="search"
|
|
436
|
-
aria-expanded="
|
|
436
|
+
aria-expanded="false"
|
|
437
437
|
aria-disabled="true"
|
|
438
438
|
>
|
|
439
439
|
<span class="ons-btn__inner"
|
|
@@ -639,4 +639,7 @@
|
|
|
639
639
|
.ons-header__grid-top .ons-header__menu-links {
|
|
640
640
|
width: auto;
|
|
641
641
|
}
|
|
642
|
+
.ons-header__language {
|
|
643
|
+
display: block;
|
|
644
|
+
}
|
|
642
645
|
</style>
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
:global([slot="foreground"] section > div:before) {
|
|
335
|
-
background-color: var(--
|
|
335
|
+
background-color: var(--ons-color-page-light);
|
|
336
336
|
opacity: 80%;
|
|
337
337
|
}
|
|
338
338
|
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
width: 480px;
|
|
363
363
|
max-width: 35%;
|
|
364
364
|
margin: 0 auto 0 0;
|
|
365
|
-
background-color: var(--
|
|
365
|
+
background-color: var(--ons-color-page-light);
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
368
|
</style>
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
|
|
209
209
|
button.btn-link {
|
|
210
210
|
line-height: 1.3;
|
|
211
|
-
color: var(--link, #206095);
|
|
211
|
+
color: var(--ons-color-text-link, #206095);
|
|
212
212
|
background: none;
|
|
213
213
|
margin: 0;
|
|
214
214
|
padding: 0;
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
text-underline-position: under;
|
|
219
219
|
}
|
|
220
220
|
button.btn-link:hover {
|
|
221
|
-
color: var(--link-hover, #003c57) !important;
|
|
221
|
+
color: var(--ons-color-text-link-hover, #003c57) !important;
|
|
222
222
|
text-decoration-thickness: 2px;
|
|
223
223
|
}
|
|
224
224
|
button.btn-link:focus {
|