@navikt/ds-css 7.22.0 → 7.23.0
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/CHANGELOG.md +18 -0
- package/darkside/accordion.darkside.css +6 -6
- package/darkside/action-menu.darkside.css +2 -2
- package/darkside/alert.darkside.css +6 -37
- package/darkside/button.darkside.css +84 -173
- package/darkside/chat.darkside.css +18 -19
- package/darkside/chips.darkside.css +12 -46
- package/darkside/date.darkside.css +9 -9
- package/darkside/dropdown.darkside.css +2 -2
- package/darkside/expansioncard.darkside.css +11 -7
- package/darkside/form/combobox.darkside.css +7 -7
- package/darkside/form/file-upload.darkside.css +10 -10
- package/darkside/form/form-summary.darkside.css +3 -3
- package/darkside/form/radio-checkbox.darkside.css +7 -27
- package/darkside/form/search.darkside.css +2 -2
- package/darkside/form/select.darkside.css +3 -3
- package/darkside/form/switch.darkside.css +14 -25
- package/darkside/form/text-field.darkside.css +2 -2
- package/darkside/form/textarea.darkside.css +2 -2
- package/darkside/guide-panel.darkside.css +2 -2
- package/darkside/help-text.darkside.css +5 -5
- package/darkside/link.darkside.css +10 -14
- package/darkside/list.darkside.css +8 -11
- package/darkside/loader.darkside.css +8 -26
- package/darkside/pagination.darkside.css +0 -5
- package/darkside/progress-bar.darkside.css +1 -1
- package/darkside/read-more.darkside.css +4 -4
- package/darkside/stepper.darkside.css +10 -10
- package/darkside/table.darkside.css +8 -8
- package/darkside/tabs.darkside.css +5 -7
- package/darkside/tag.darkside.css +27 -84
- package/darkside/timeline.darkside.css +14 -86
- package/darkside/toggle-group.darkside.css +3 -15
- package/darkside/typography.darkside.css +18 -0
- package/dist/component/alert.min.css +1 -1
- package/dist/component/chat.min.css +1 -1
- package/dist/component/date.min.css +1 -1
- package/dist/component/expansioncard.min.css +1 -1
- package/dist/component/form.min.css +1 -1
- package/dist/component/list.css +8 -12
- package/dist/component/list.min.css +1 -1
- package/dist/component/modal.min.css +1 -1
- package/dist/component/primitives.min.css +1 -1
- package/dist/component/skeleton.min.css +1 -1
- package/dist/component/stepper.min.css +1 -1
- package/dist/component/tabs.min.css +1 -1
- package/dist/component/tag.min.css +1 -1
- package/dist/component/timeline.min.css +1 -1
- package/dist/component/togglegroup.min.css +1 -1
- package/dist/components.css +8 -12
- package/dist/components.min.css +3 -3
- package/dist/darkside/component/accordion.css +6 -6
- package/dist/darkside/component/accordion.min.css +1 -1
- package/dist/darkside/component/actionmenu.css +2 -2
- package/dist/darkside/component/actionmenu.min.css +1 -1
- package/dist/darkside/component/alert.css +6 -36
- package/dist/darkside/component/alert.min.css +1 -1
- package/dist/darkside/component/button.css +70 -134
- package/dist/darkside/component/button.min.css +1 -1
- package/dist/darkside/component/chat.css +15 -12
- package/dist/darkside/component/chat.min.css +1 -1
- package/dist/darkside/component/chips.css +16 -50
- package/dist/darkside/component/chips.min.css +1 -1
- package/dist/darkside/component/date.css +9 -9
- package/dist/darkside/component/date.min.css +1 -1
- package/dist/darkside/component/dropdown.css +2 -2
- package/dist/darkside/component/dropdown.min.css +1 -1
- package/dist/darkside/component/expansioncard.css +11 -7
- package/dist/darkside/component/expansioncard.min.css +1 -1
- package/dist/darkside/component/form.css +49 -74
- package/dist/darkside/component/form.min.css +1 -1
- package/dist/darkside/component/guidepanel.css +2 -2
- package/dist/darkside/component/guidepanel.min.css +1 -1
- package/dist/darkside/component/helptext.css +5 -5
- package/dist/darkside/component/helptext.min.css +1 -1
- package/dist/darkside/component/link.css +10 -14
- package/dist/darkside/component/link.min.css +1 -1
- package/dist/darkside/component/list.css +8 -22
- package/dist/darkside/component/list.min.css +1 -1
- package/dist/darkside/component/loader.css +8 -20
- package/dist/darkside/component/loader.min.css +1 -1
- package/dist/darkside/component/pagination.css +0 -5
- package/dist/darkside/component/pagination.min.css +1 -1
- package/dist/darkside/component/progressbar.css +1 -1
- package/dist/darkside/component/progressbar.min.css +1 -1
- package/dist/darkside/component/readmore.css +4 -4
- package/dist/darkside/component/readmore.min.css +1 -1
- package/dist/darkside/component/stepper.css +10 -10
- package/dist/darkside/component/stepper.min.css +1 -1
- package/dist/darkside/component/table.css +8 -8
- package/dist/darkside/component/table.min.css +1 -1
- package/dist/darkside/component/tabs.css +2 -2
- package/dist/darkside/component/tabs.min.css +1 -1
- package/dist/darkside/component/tag.css +28 -74
- package/dist/darkside/component/tag.min.css +1 -1
- package/dist/darkside/component/timeline.css +15 -87
- package/dist/darkside/component/timeline.min.css +1 -1
- package/dist/darkside/component/togglegroup.css +3 -12
- package/dist/darkside/component/togglegroup.min.css +1 -1
- package/dist/darkside/component/typography.css +16 -0
- package/dist/darkside/component/typography.min.css +1 -1
- package/dist/darkside/components.css +305 -597
- package/dist/darkside/components.min.css +1 -1
- package/dist/darkside/global/tokens.css +825 -825
- package/dist/darkside/global/tokens.min.css +1 -1
- package/dist/darkside/index.css +1134 -1426
- package/dist/darkside/index.min.css +1 -1
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/accordion.css +6 -6
- package/dist/darkside/version/7.23.0/component/accordion.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/actionmenu.css +2 -2
- package/dist/darkside/version/7.23.0/component/actionmenu.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/alert.css +6 -36
- package/dist/darkside/version/7.23.0/component/alert.min.css +1 -0
- package/dist/darkside/version/7.23.0/component/button.css +208 -0
- package/dist/darkside/version/7.23.0/component/button.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/chat.css +15 -12
- package/dist/darkside/version/7.23.0/component/chat.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/chips.css +16 -50
- package/dist/darkside/version/7.23.0/component/chips.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/date.css +9 -9
- package/dist/darkside/version/7.23.0/component/date.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/dropdown.css +2 -2
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/dropdown.min.css +1 -1
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/expansioncard.css +11 -7
- package/dist/darkside/version/7.23.0/component/expansioncard.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/form.css +49 -74
- package/dist/darkside/version/7.23.0/component/form.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/guidepanel.css +2 -2
- package/dist/darkside/version/7.23.0/component/guidepanel.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/helptext.css +5 -5
- package/dist/darkside/version/7.23.0/component/helptext.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/link.css +10 -14
- package/dist/darkside/version/7.23.0/component/link.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/list.css +8 -22
- package/dist/darkside/version/7.23.0/component/list.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/loader.css +8 -20
- package/dist/darkside/version/7.23.0/component/loader.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/pagination.css +0 -5
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/pagination.min.css +1 -1
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/progressbar.css +1 -1
- package/dist/darkside/version/7.23.0/component/progressbar.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/readmore.css +4 -4
- package/dist/darkside/version/7.23.0/component/readmore.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/stepper.css +10 -10
- package/dist/darkside/version/7.23.0/component/stepper.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/table.css +8 -8
- package/dist/darkside/version/7.23.0/component/table.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/tabs.css +2 -2
- package/dist/darkside/version/7.23.0/component/tabs.min.css +1 -0
- package/dist/darkside/version/7.23.0/component/tag.css +83 -0
- package/dist/darkside/version/7.23.0/component/tag.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/timeline.css +15 -87
- package/dist/darkside/version/7.23.0/component/timeline.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/togglegroup.css +3 -12
- package/dist/darkside/version/7.23.0/component/togglegroup.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/typography.css +16 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/component/typography.min.css +1 -1
- package/dist/darkside/version/{7.22.0 → 7.23.0}/components.css +305 -597
- package/dist/darkside/version/7.23.0/components.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/global/tokens.css +825 -825
- package/dist/darkside/version/7.23.0/global/tokens.min.css +1 -0
- package/dist/darkside/version/{7.22.0 → 7.23.0}/index.css +1134 -1426
- package/dist/darkside/version/7.23.0/index.min.css +1 -0
- package/dist/global/baseline.min.css +1 -1
- package/dist/global/tokens.css +329 -329
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +337 -341
- package/dist/index.min.css +4 -4
- package/list.css +8 -11
- package/package.json +4 -4
- package/dist/darkside/version/7.22.0/component/accordion.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/actionmenu.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/alert.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/button.css +0 -272
- package/dist/darkside/version/7.22.0/component/button.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/chat.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/chips.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/date.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/expansioncard.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/form.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/guidepanel.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/helptext.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/link.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/list.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/loader.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/progressbar.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/readmore.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/stepper.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/table.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/tabs.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/tag.css +0 -129
- package/dist/darkside/version/7.22.0/component/tag.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/timeline.min.css +0 -1
- package/dist/darkside/version/7.22.0/component/togglegroup.min.css +0 -1
- package/dist/darkside/version/7.22.0/components.min.css +0 -1
- package/dist/darkside/version/7.22.0/global/tokens.min.css +0 -1
- package/dist/darkside/version/7.22.0/index.min.css +0 -1
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/copybutton.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/copybutton.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/internalheader.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/internalheader.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/linkpanel.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/linkpanel.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/modal.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/modal.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/panel.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/panel.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/popover.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/popover.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/primitives.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/primitives.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/skeleton.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/skeleton.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/theme.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/theme.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/tooltip.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/component/tooltip.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/global/baseline.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/global/baseline.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/global/fonts.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/global/fonts.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/global/print.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/global/print.min.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/global/reset.css +0 -0
- /package/dist/darkside/version/{7.22.0 → 7.23.0}/global/reset.min.css +0 -0
|
@@ -269,10 +269,26 @@
|
|
|
269
269
|
overflow: hidden !important;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
+
[data-color]:where(.aksel-heading, .aksel-ingress, .aksel-body-long, .aksel-body-short, .aksel-label, .aksel-detail) {
|
|
273
|
+
color: var(--ax-text-default);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.aksel-typo--color-default {
|
|
277
|
+
color: var(--ax-text-neutral);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.aksel-typo--color-default[data-color] {
|
|
281
|
+
color: var(--ax-text-default);
|
|
282
|
+
}
|
|
283
|
+
|
|
272
284
|
.aksel-typo--color-subtle {
|
|
273
285
|
color: var(--ax-text-neutral-subtle);
|
|
274
286
|
}
|
|
275
287
|
|
|
288
|
+
.aksel-typo--color-subtle[data-color] {
|
|
289
|
+
color: var(--ax-text-subtle);
|
|
290
|
+
}
|
|
291
|
+
|
|
276
292
|
.aksel-button {
|
|
277
293
|
--__axc-button-icon-size: 1.5rem;
|
|
278
294
|
--__axc-button-icon-margin: -4px;
|
|
@@ -296,196 +312,132 @@
|
|
|
296
312
|
outline-offset: 3px;
|
|
297
313
|
}
|
|
298
314
|
|
|
299
|
-
.aksel-button
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
.aksel-button--small {
|
|
304
|
-
padding: var(--ax-space-4) var(--ax-space-12);
|
|
305
|
-
gap: var(--ax-space-6);
|
|
306
|
-
min-width: 2rem;
|
|
307
|
-
min-height: 2rem;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.aksel-button--xsmall {
|
|
311
|
-
padding: var(--ax-space-2) var(--ax-space-8);
|
|
312
|
-
gap: var(--ax-space-4);
|
|
313
|
-
--__axc-button-icon-size: 1.25rem;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.aksel-button--icon-only {
|
|
317
|
-
padding: var(--ax-space-12);
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.aksel-button--icon-only.aksel-button--small {
|
|
321
|
-
padding: var(--ax-space-4);
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.aksel-button--icon-only.aksel-button--xsmall {
|
|
325
|
-
padding: var(--ax-space-2);
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
@supports not selector(:focus-visible) {
|
|
329
|
-
.aksel-button:focus {
|
|
330
|
-
outline: 3px solid var(--ax-border-focus);
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.aksel-button__icon {
|
|
335
|
-
font-size: var(--__axc-button-icon-size);
|
|
336
|
-
display: flex;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.aksel-button__icon:first-child {
|
|
340
|
-
margin-left: var(--__axc-button-icon-margin);
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
.aksel-button__icon:last-child {
|
|
344
|
-
margin-right: var(--__axc-button-icon-margin);
|
|
315
|
+
.aksel-button[data-variant="primary"] {
|
|
316
|
+
background-color: var(--ax-bg-strong);
|
|
317
|
+
color: var(--ax-text-contrast);
|
|
345
318
|
}
|
|
346
319
|
|
|
347
|
-
.aksel-button
|
|
348
|
-
|
|
320
|
+
.aksel-button[data-variant="primary"]:hover {
|
|
321
|
+
background-color: var(--ax-bg-strong-hover);
|
|
349
322
|
}
|
|
350
323
|
|
|
351
|
-
.aksel-button
|
|
352
|
-
background-color: var(--ax-bg-
|
|
353
|
-
color: var(--ax-text-accent-contrast);
|
|
324
|
+
.aksel-button[data-variant="primary"]:active {
|
|
325
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
354
326
|
}
|
|
355
327
|
|
|
356
|
-
.aksel-button
|
|
357
|
-
background-color: var(--ax-bg-
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.aksel-button--primary:active {
|
|
361
|
-
background-color: var(--ax-bg-accent-strong-pressed);
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.aksel-button--primary:is(:disabled, .aksel-button--disabled) {
|
|
365
|
-
background-color: var(--ax-bg-accent-strong);
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
@media (forced-colors: active) {
|
|
369
|
-
.aksel-button--primary:not(:disabled) {
|
|
370
|
-
color: highlighttext;
|
|
371
|
-
background-color: highlight;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.aksel-button--primary span {
|
|
375
|
-
forced-color-adjust: none;
|
|
376
|
-
}
|
|
328
|
+
.aksel-button[data-variant="primary"]:is(:disabled, .aksel-button--disabled) {
|
|
329
|
+
background-color: var(--ax-bg-strong);
|
|
377
330
|
}
|
|
378
331
|
|
|
379
|
-
.aksel-button
|
|
380
|
-
|
|
381
|
-
color: var(--ax-text-
|
|
332
|
+
.aksel-button[data-variant="secondary"] {
|
|
333
|
+
--__axc-button-border-color: var(--ax-border-default);
|
|
334
|
+
color: var(--ax-text-subtle);
|
|
335
|
+
background-color: rgba(0, 0, 0, 0);
|
|
382
336
|
}
|
|
383
337
|
|
|
384
|
-
.aksel-button
|
|
385
|
-
|
|
338
|
+
.aksel-button[data-variant="secondary"][data-color="neutral"] {
|
|
339
|
+
color: var(--ax-text-default);
|
|
386
340
|
}
|
|
387
341
|
|
|
388
|
-
.aksel-button
|
|
389
|
-
|
|
342
|
+
.aksel-button[data-variant="secondary"]:hover {
|
|
343
|
+
--__axc-button-border-color: var(--ax-border-strong);
|
|
344
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
390
345
|
}
|
|
391
346
|
|
|
392
|
-
.aksel-button
|
|
393
|
-
background-color: var(--ax-bg-
|
|
347
|
+
.aksel-button[data-variant="secondary"]:active {
|
|
348
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
394
349
|
}
|
|
395
350
|
|
|
396
|
-
.aksel-button
|
|
397
|
-
|
|
398
|
-
color: var(--ax-text-accent-subtle);
|
|
351
|
+
.aksel-button[data-variant="secondary"]:is(:disabled, .aksel-button--disabled) {
|
|
352
|
+
color: var(--ax-text-subtle);
|
|
399
353
|
background-color: rgba(0, 0, 0, 0);
|
|
400
354
|
}
|
|
401
355
|
|
|
402
|
-
.aksel-button
|
|
403
|
-
|
|
404
|
-
background-color: var(--ax-bg-accent-moderate-hoverA);
|
|
356
|
+
.aksel-button[data-variant="secondary"]:is(:disabled, .aksel-button--disabled)[data-color="neutral"] {
|
|
357
|
+
color: var(--ax-text-default);
|
|
405
358
|
}
|
|
406
359
|
|
|
407
|
-
.aksel-button
|
|
408
|
-
|
|
360
|
+
.aksel-button[data-variant="tertiary"] {
|
|
361
|
+
color: var(--ax-text-subtle);
|
|
362
|
+
background-color: rgba(0, 0, 0, 0);
|
|
409
363
|
}
|
|
410
364
|
|
|
411
|
-
.aksel-button
|
|
412
|
-
|
|
413
|
-
color: var(--ax-text-accent-subtle);
|
|
414
|
-
background-color: rgba(0, 0, 0, 0);
|
|
365
|
+
.aksel-button[data-variant="tertiary"][data-color="neutral"] {
|
|
366
|
+
color: var(--ax-text-default);
|
|
415
367
|
}
|
|
416
368
|
|
|
417
|
-
.aksel-button
|
|
418
|
-
|
|
419
|
-
color: var(--ax-text-neutral);
|
|
420
|
-
background-color: rgba(0, 0, 0, 0);
|
|
369
|
+
.aksel-button[data-variant="tertiary"]:hover {
|
|
370
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
421
371
|
}
|
|
422
372
|
|
|
423
|
-
.aksel-button
|
|
424
|
-
|
|
425
|
-
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
373
|
+
.aksel-button[data-variant="tertiary"]:active {
|
|
374
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
426
375
|
}
|
|
427
376
|
|
|
428
|
-
.aksel-button
|
|
429
|
-
background-color: var(--ax-bg-
|
|
377
|
+
.aksel-button[data-variant="tertiary"][data-pressed="true"] {
|
|
378
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
379
|
+
color: var(--ax-text-contrast);
|
|
430
380
|
}
|
|
431
381
|
|
|
432
|
-
.aksel-button
|
|
433
|
-
|
|
434
|
-
color: var(--ax-text-neutral);
|
|
382
|
+
.aksel-button[data-variant="tertiary"]:is(:disabled, .aksel-button--disabled) {
|
|
383
|
+
color: var(--ax-text-subtle);
|
|
435
384
|
background-color: rgba(0, 0, 0, 0);
|
|
436
385
|
}
|
|
437
386
|
|
|
438
|
-
.aksel-button
|
|
439
|
-
color: var(--ax-text-
|
|
440
|
-
background-color: rgba(0, 0, 0, 0);
|
|
387
|
+
.aksel-button[data-variant="tertiary"]:is(:disabled, .aksel-button--disabled)[data-color="neutral"] {
|
|
388
|
+
color: var(--ax-text-default);
|
|
441
389
|
}
|
|
442
390
|
|
|
443
|
-
.aksel-button--
|
|
444
|
-
|
|
391
|
+
.aksel-button--small, .aksel-button--xsmall {
|
|
392
|
+
--__axc-button-icon-margin: -2px;
|
|
445
393
|
}
|
|
446
394
|
|
|
447
|
-
.aksel-button--
|
|
448
|
-
|
|
395
|
+
.aksel-button--small {
|
|
396
|
+
padding: var(--ax-space-4) var(--ax-space-12);
|
|
397
|
+
gap: var(--ax-space-6);
|
|
398
|
+
min-width: 2rem;
|
|
399
|
+
min-height: 2rem;
|
|
449
400
|
}
|
|
450
401
|
|
|
451
|
-
.aksel-button--
|
|
452
|
-
|
|
453
|
-
|
|
402
|
+
.aksel-button--xsmall {
|
|
403
|
+
padding: var(--ax-space-2) var(--ax-space-8);
|
|
404
|
+
gap: var(--ax-space-4);
|
|
405
|
+
--__axc-button-icon-size: 1.25rem;
|
|
454
406
|
}
|
|
455
407
|
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
408
|
+
@supports not selector(:focus-visible) {
|
|
409
|
+
.aksel-button:focus {
|
|
410
|
+
outline: 3px solid var(--ax-border-focus);
|
|
411
|
+
}
|
|
459
412
|
}
|
|
460
413
|
|
|
461
|
-
.aksel-
|
|
462
|
-
|
|
414
|
+
.aksel-button__icon {
|
|
415
|
+
font-size: var(--__axc-button-icon-size);
|
|
416
|
+
display: flex;
|
|
463
417
|
}
|
|
464
418
|
|
|
465
|
-
.aksel-
|
|
466
|
-
|
|
419
|
+
.aksel-button__icon:first-child {
|
|
420
|
+
margin-left: var(--__axc-button-icon-margin);
|
|
467
421
|
}
|
|
468
422
|
|
|
469
|
-
.aksel-
|
|
470
|
-
|
|
471
|
-
background-color: rgba(0, 0, 0, 0);
|
|
423
|
+
.aksel-button__icon:last-child {
|
|
424
|
+
margin-right: var(--__axc-button-icon-margin);
|
|
472
425
|
}
|
|
473
426
|
|
|
474
|
-
.aksel-button--
|
|
475
|
-
|
|
476
|
-
color: var(--ax-text-danger-contrast);
|
|
427
|
+
.aksel-button--icon-only .aksel-button__icon {
|
|
428
|
+
margin: 0;
|
|
477
429
|
}
|
|
478
430
|
|
|
479
|
-
.aksel-button--
|
|
480
|
-
|
|
431
|
+
.aksel-button--icon-only {
|
|
432
|
+
padding: var(--ax-space-12);
|
|
481
433
|
}
|
|
482
434
|
|
|
483
|
-
.aksel-button--
|
|
484
|
-
|
|
435
|
+
.aksel-button--icon-only.aksel-button--small {
|
|
436
|
+
padding: var(--ax-space-4);
|
|
485
437
|
}
|
|
486
438
|
|
|
487
|
-
.aksel-button--
|
|
488
|
-
|
|
439
|
+
.aksel-button--icon-only.aksel-button--xsmall {
|
|
440
|
+
padding: var(--ax-space-2);
|
|
489
441
|
}
|
|
490
442
|
|
|
491
443
|
.aksel-button:where(:disabled, .aksel-button--disabled) {
|
|
@@ -610,48 +562,26 @@
|
|
|
610
562
|
padding-right: var(--ax-space-2);
|
|
611
563
|
}
|
|
612
564
|
|
|
613
|
-
.aksel-chips__toggle
|
|
614
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-
|
|
615
|
-
background-color: var(--ax-bg-
|
|
616
|
-
color: var(--ax-text-
|
|
617
|
-
transition: box-shadow .2s cubic-bezier(.15, 1, .3, 1);
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.aksel-chips__toggle--action:hover {
|
|
621
|
-
background-color: var(--ax-bg-accent-moderate-hover);
|
|
622
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-accent);
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
.aksel-chips__toggle--action[data-pressed="true"] {
|
|
626
|
-
box-shadow: none;
|
|
627
|
-
background-color: var(--ax-bg-accent-strong-pressed);
|
|
628
|
-
color: var(--ax-text-accent-contrast);
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.aksel-chips__toggle--action[data-pressed="true"]:hover {
|
|
632
|
-
background-color: var(--ax-bg-accent-strong-hover);
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.aksel-chips__toggle--neutral {
|
|
636
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-neutral-subtleA);
|
|
637
|
-
background-color: var(--ax-bg-neutral-moderate);
|
|
638
|
-
color: var(--ax-text-neutral);
|
|
565
|
+
.aksel-chips__toggle {
|
|
566
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-subtleA);
|
|
567
|
+
background-color: var(--ax-bg-moderate);
|
|
568
|
+
color: var(--ax-text-default);
|
|
639
569
|
transition: box-shadow .2s cubic-bezier(.15, 1, .3, 1);
|
|
640
570
|
}
|
|
641
571
|
|
|
642
|
-
.aksel-chips__toggle
|
|
643
|
-
background-color: var(--ax-bg-
|
|
644
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-
|
|
572
|
+
.aksel-chips__toggle:hover {
|
|
573
|
+
background-color: var(--ax-bg-moderate-hover);
|
|
574
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-default);
|
|
645
575
|
}
|
|
646
576
|
|
|
647
|
-
.aksel-chips__toggle
|
|
577
|
+
.aksel-chips__toggle[data-pressed="true"] {
|
|
648
578
|
box-shadow: none;
|
|
649
|
-
background-color: var(--ax-bg-
|
|
650
|
-
color: var(--ax-text-
|
|
579
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
580
|
+
color: var(--ax-text-contrast);
|
|
651
581
|
}
|
|
652
582
|
|
|
653
|
-
.aksel-chips__toggle
|
|
654
|
-
background-color: var(--ax-bg-
|
|
583
|
+
.aksel-chips__toggle[data-pressed="true"]:hover {
|
|
584
|
+
background-color: var(--ax-bg-strong-hover);
|
|
655
585
|
}
|
|
656
586
|
|
|
657
587
|
.aksel-chips--medium .aksel-chips__toggle--with-checkmark {
|
|
@@ -659,25 +589,13 @@
|
|
|
659
589
|
}
|
|
660
590
|
|
|
661
591
|
.aksel-chips__removable {
|
|
592
|
+
background: var(--ax-bg-strong-pressed);
|
|
593
|
+
color: var(--ax-text-contrast);
|
|
662
594
|
gap: 0;
|
|
663
595
|
}
|
|
664
596
|
|
|
665
|
-
.aksel-chips__removable
|
|
666
|
-
background: var(--ax-bg-
|
|
667
|
-
color: var(--ax-text-accent-contrast);
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
.aksel-chips__removable--action:hover {
|
|
671
|
-
background: var(--ax-bg-accent-strong-hover);
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
.aksel-chips__removable--neutral {
|
|
675
|
-
background: var(--ax-bg-neutral-strong-pressed);
|
|
676
|
-
color: var(--ax-text-neutral-contrast);
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
.aksel-chips__removable--neutral:hover {
|
|
680
|
-
background: var(--ax-bg-neutral-strong-hover);
|
|
597
|
+
.aksel-chips__removable:hover {
|
|
598
|
+
background: var(--ax-bg-strong-hover);
|
|
681
599
|
}
|
|
682
600
|
|
|
683
601
|
.aksel-chips__removable-icon {
|
|
@@ -788,17 +706,17 @@
|
|
|
788
706
|
}
|
|
789
707
|
|
|
790
708
|
.aksel-dropzone__area:hover:not([data-disabled="true"]) {
|
|
791
|
-
border-color: var(--ax-border-
|
|
709
|
+
border-color: var(--ax-border-strong);
|
|
792
710
|
}
|
|
793
711
|
|
|
794
712
|
.aksel-dropzone__area:hover:not([data-disabled="true"]) > .aksel-dropzone__area-button {
|
|
795
|
-
background-color: var(--ax-bg-
|
|
796
|
-
box-shadow: inset 0 0 0 2px var(--ax-bg-
|
|
713
|
+
background-color: var(--ax-bg-moderate-hover);
|
|
714
|
+
box-shadow: inset 0 0 0 2px var(--ax-bg-strong-hover);
|
|
797
715
|
}
|
|
798
716
|
|
|
799
717
|
.aksel-dropzone__area:active:not([data-disabled="true"]) > .aksel-dropzone__area-button {
|
|
800
|
-
background-color: var(--ax-bg-
|
|
801
|
-
color: var(--ax-text-
|
|
718
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
719
|
+
color: var(--ax-text-contrast);
|
|
802
720
|
box-shadow: none;
|
|
803
721
|
}
|
|
804
722
|
|
|
@@ -813,10 +731,10 @@
|
|
|
813
731
|
}
|
|
814
732
|
|
|
815
733
|
.aksel-dropzone--dragging > .aksel-dropzone__area:after {
|
|
816
|
-
color: var(--ax-text-
|
|
817
|
-
background-color: var(--ax-bg-
|
|
734
|
+
color: var(--ax-text-default);
|
|
735
|
+
background-color: var(--ax-bg-moderateA);
|
|
818
736
|
content: "";
|
|
819
|
-
border: 1px dashed var(--ax-border-
|
|
737
|
+
border: 1px dashed var(--ax-border-strong);
|
|
820
738
|
-webkit-backdrop-filter: blur(8px);
|
|
821
739
|
backdrop-filter: blur(8px);
|
|
822
740
|
border-radius: var(--ax-radius-12);
|
|
@@ -839,7 +757,7 @@
|
|
|
839
757
|
}
|
|
840
758
|
|
|
841
759
|
100% {
|
|
842
|
-
background-color: var(--ax-bg-
|
|
760
|
+
background-color: var(--ax-bg-moderateA);
|
|
843
761
|
}
|
|
844
762
|
}
|
|
845
763
|
|
|
@@ -888,7 +806,7 @@
|
|
|
888
806
|
}
|
|
889
807
|
|
|
890
808
|
.aksel-dropzone--dragging .aksel-dropzone__area-release {
|
|
891
|
-
color: var(--ax-text-
|
|
809
|
+
color: var(--ax-text-subtle);
|
|
892
810
|
top: 50%;
|
|
893
811
|
transform: translateY(-50%);
|
|
894
812
|
}
|
|
@@ -1195,13 +1113,13 @@
|
|
|
1195
1113
|
}
|
|
1196
1114
|
|
|
1197
1115
|
.aksel-checkbox__input:where(:checked, :indeterminate) + .aksel-checkbox__label:before {
|
|
1198
|
-
background-color: var(--ax-bg-
|
|
1199
|
-
border-color: var(--ax-bg-
|
|
1116
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
1117
|
+
border-color: var(--ax-bg-strong-pressed);
|
|
1200
1118
|
}
|
|
1201
1119
|
|
|
1202
1120
|
.aksel-checkbox__input:where(:checked, :indeterminate):not(:disabled):hover + .aksel-checkbox__label:before {
|
|
1203
|
-
border-color: var(--ax-bg-
|
|
1204
|
-
background-color: var(--ax-bg-
|
|
1121
|
+
border-color: var(--ax-bg-strong-hover);
|
|
1122
|
+
background-color: var(--ax-bg-strong-hover);
|
|
1205
1123
|
}
|
|
1206
1124
|
|
|
1207
1125
|
.aksel-checkbox__input:where(:not(:checked)) + .aksel-checkbox__label > .aksel-checkbox__icon {
|
|
@@ -1233,35 +1151,22 @@
|
|
|
1233
1151
|
|
|
1234
1152
|
.aksel-radio__input:checked + .aksel-radio__label:before {
|
|
1235
1153
|
background-color: var(--ax-bg-input);
|
|
1236
|
-
border: 8px solid var(--ax-bg-
|
|
1154
|
+
border: 8px solid var(--ax-bg-strong-pressed);
|
|
1237
1155
|
}
|
|
1238
1156
|
|
|
1239
1157
|
.aksel-radio--small > .aksel-radio__input:checked + .aksel-radio__label:before {
|
|
1240
1158
|
border-width: 6px;
|
|
1241
1159
|
}
|
|
1242
1160
|
|
|
1243
|
-
.aksel-checkbox__input:hover:not(:disabled) + .aksel-checkbox__label, .aksel-radio__input:hover:not(:disabled, :checked) + .aksel-radio__label {
|
|
1244
|
-
color: var(--ax-text-accent-subtle);
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
1161
|
.aksel-checkbox__input:hover:not(:disabled, :checked, :indeterminate) + .aksel-checkbox__label:before, .aksel-radio__input:hover:not(:disabled, :checked) + .aksel-radio__label:before {
|
|
1248
|
-
border-color: var(--ax-border-
|
|
1249
|
-
background-color: var(--ax-bg-
|
|
1162
|
+
border-color: var(--ax-border-strong);
|
|
1163
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
1250
1164
|
}
|
|
1251
1165
|
|
|
1252
1166
|
.aksel-checkbox--error > .aksel-checkbox__input:not(:disabled, :checked, :indeterminate) + .aksel-checkbox__label:before, .aksel-radio--error > .aksel-radio__input:not(:disabled, :checked) + .aksel-radio__label:before {
|
|
1253
1167
|
border-color: var(--ax-border-danger-strong);
|
|
1254
1168
|
}
|
|
1255
1169
|
|
|
1256
|
-
.aksel-checkbox--error > .aksel-checkbox__input:not(:disabled, :checked, :indeterminate):hover + .aksel-checkbox__label:before, .aksel-radio--error > .aksel-radio__input:not(:disabled, :checked):hover + .aksel-radio__label:before {
|
|
1257
|
-
background-color: var(--ax-bg-danger-moderate-hoverA);
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
.aksel-checkbox--error > .aksel-checkbox__input:is(:checked, :indeterminate):not(:disabled) + .aksel-checkbox__label:before {
|
|
1261
|
-
background-color: var(--ax-bg-danger-strong-pressed);
|
|
1262
|
-
border-color: var(--ax-bg-danger-strong-pressed);
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
1170
|
.aksel-radio--error > .aksel-radio__input:checked + .aksel-radio__label:before {
|
|
1266
1171
|
border-color: var(--ax-bg-danger-strong-pressed);
|
|
1267
1172
|
}
|
|
@@ -1282,10 +1187,6 @@
|
|
|
1282
1187
|
display: inline-flex;
|
|
1283
1188
|
}
|
|
1284
1189
|
|
|
1285
|
-
.aksel-checkbox--readonly > .aksel-checkbox__input:hover + .aksel-checkbox__label, .aksel-radio--readonly > .aksel-radio__input:hover + .aksel-radio__label {
|
|
1286
|
-
color: var(--ax-text-neutral);
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
1190
|
.aksel-checkbox--readonly > .aksel-checkbox__input:not(:disabled) + .aksel-checkbox__label:before, .aksel-checkbox--readonly > .aksel-checkbox__input:hover .aksel-checkbox__label:before, .aksel-radio--readonly > .aksel-radio__input:not(:disabled, :checked) + .aksel-radio__label:before, .aksel-radio--readonly > .aksel-radio__input:hover:not(:checked, :focus) + .aksel-radio__label:before {
|
|
1290
1191
|
background-color: var(--__axc-radio-checkbox-readonly-bg);
|
|
1291
1192
|
border-color: var(--__axc-radio-checkbox-readonly-border);
|
|
@@ -1379,14 +1280,14 @@
|
|
|
1379
1280
|
}
|
|
1380
1281
|
|
|
1381
1282
|
.aksel-select__input:hover {
|
|
1382
|
-
border-color: var(--ax-border-
|
|
1283
|
+
border-color: var(--ax-border-strong);
|
|
1383
1284
|
cursor: pointer;
|
|
1384
1285
|
}
|
|
1385
1286
|
|
|
1386
1287
|
.aksel-select__input:focus {
|
|
1387
1288
|
outline: 3px solid var(--ax-border-focus);
|
|
1388
1289
|
outline-offset: 3px;
|
|
1389
|
-
border-color: var(--ax-border-
|
|
1290
|
+
border-color: var(--ax-border-strong);
|
|
1390
1291
|
}
|
|
1391
1292
|
|
|
1392
1293
|
@media (forced-colors: active) {
|
|
@@ -1533,10 +1434,6 @@
|
|
|
1533
1434
|
height: calc(100% - var(--__axc-switch-block-padding) * 1);
|
|
1534
1435
|
}
|
|
1535
1436
|
|
|
1536
|
-
.aksel-switch__input:hover ~ .aksel-switch__label-wrapper, .aksel-switch__label-wrapper:hover {
|
|
1537
|
-
color: var(--ax-text-accent-subtle);
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
1437
|
.aksel-switch__input:disabled:hover ~ .aksel-switch__label-wrapper {
|
|
1541
1438
|
color: inherit;
|
|
1542
1439
|
}
|
|
@@ -1550,7 +1447,7 @@
|
|
|
1550
1447
|
border: 2px solid var(--ax-border-neutral);
|
|
1551
1448
|
transition-property: background-color, border-color;
|
|
1552
1449
|
transition-duration: .1s;
|
|
1553
|
-
transition-timing-function:
|
|
1450
|
+
transition-timing-function: ease;
|
|
1554
1451
|
position: absolute;
|
|
1555
1452
|
left: 0;
|
|
1556
1453
|
}
|
|
@@ -1560,13 +1457,17 @@
|
|
|
1560
1457
|
}
|
|
1561
1458
|
|
|
1562
1459
|
.aksel-switch__input:checked ~ .aksel-switch__track {
|
|
1563
|
-
background-color: var(--ax-bg-
|
|
1564
|
-
border-color: var(--ax-bg-
|
|
1460
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
1461
|
+
border-color: var(--ax-bg-strong-pressed);
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.aksel-switch__input:hover ~ .aksel-switch__track {
|
|
1465
|
+
background-color: var(--ax-bg-neutral-moderate-hover);
|
|
1565
1466
|
}
|
|
1566
1467
|
|
|
1567
1468
|
.aksel-switch__input:hover:checked ~ .aksel-switch__track {
|
|
1568
|
-
background-color: var(--ax-bg-
|
|
1569
|
-
border-color: var(--ax-bg-
|
|
1469
|
+
background-color: var(--ax-bg-strong-hover);
|
|
1470
|
+
border-color: var(--ax-bg-strong-hover);
|
|
1570
1471
|
}
|
|
1571
1472
|
|
|
1572
1473
|
.aksel-switch__input:disabled ~ .aksel-switch__track {
|
|
@@ -1575,8 +1476,8 @@
|
|
|
1575
1476
|
}
|
|
1576
1477
|
|
|
1577
1478
|
.aksel-switch__input:checked:disabled ~ .aksel-switch__track {
|
|
1578
|
-
background-color: var(--ax-bg-
|
|
1579
|
-
border-color: var(--ax-bg-
|
|
1479
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
1480
|
+
border-color: var(--ax-bg-strong-pressed);
|
|
1580
1481
|
}
|
|
1581
1482
|
|
|
1582
1483
|
.aksel-switch--standalone > .aksel-switch__input:focus ~ .aksel-switch__track {
|
|
@@ -1601,7 +1502,7 @@
|
|
|
1601
1502
|
|
|
1602
1503
|
.aksel-switch__input:checked ~ .aksel-switch__track > .aksel-switch__thumb {
|
|
1603
1504
|
background-color: var(--ax-bg-raised);
|
|
1604
|
-
color: var(--ax-text-
|
|
1505
|
+
color: var(--ax-text-subtle);
|
|
1605
1506
|
width: 1.25rem;
|
|
1606
1507
|
height: 1.25rem;
|
|
1607
1508
|
top: 0;
|
|
@@ -1622,11 +1523,11 @@
|
|
|
1622
1523
|
|
|
1623
1524
|
@media (hover: hover) and (pointer: fine) {
|
|
1624
1525
|
.aksel-switch__input:hover:not(:disabled) ~ .aksel-switch__track > .aksel-switch__thumb {
|
|
1625
|
-
transform: translateX(.
|
|
1526
|
+
transform: translateX(.17rem);
|
|
1626
1527
|
}
|
|
1627
1528
|
|
|
1628
1529
|
.aksel-switch__input:checked:hover:not(:disabled) ~ .aksel-switch__track > .aksel-switch__thumb {
|
|
1629
|
-
transform: translateX(1.
|
|
1530
|
+
transform: translateX(1.1rem);
|
|
1630
1531
|
}
|
|
1631
1532
|
}
|
|
1632
1533
|
|
|
@@ -1660,10 +1561,6 @@
|
|
|
1660
1561
|
cursor: default;
|
|
1661
1562
|
}
|
|
1662
1563
|
|
|
1663
|
-
.aksel-switch--readonly > .aksel-switch__input:hover ~ .aksel-switch__label-wrapper, .aksel-switch--readonly .aksel-switch__label-wrapper:hover {
|
|
1664
|
-
color: var(--ax-text-neutral);
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
1564
|
.aksel-switch--readonly .aksel-switch__label {
|
|
1668
1565
|
display: inline-flex;
|
|
1669
1566
|
}
|
|
@@ -1688,10 +1585,6 @@
|
|
|
1688
1585
|
}
|
|
1689
1586
|
|
|
1690
1587
|
@media (forced-colors: active) {
|
|
1691
|
-
.aksel-switch__input:hover ~ .aksel-switch__label-wrapper, .aksel-switch__label-wrapper:hover {
|
|
1692
|
-
color: highlight;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
1588
|
.aksel-switch__thumb, .aksel-switch--readonly .aksel-switch__thumb {
|
|
1696
1589
|
background-color: fieldtext !important;
|
|
1697
1590
|
}
|
|
@@ -1733,11 +1626,11 @@
|
|
|
1733
1626
|
}
|
|
1734
1627
|
|
|
1735
1628
|
.aksel-text-field__input:hover {
|
|
1736
|
-
border-color: var(--ax-border-
|
|
1629
|
+
border-color: var(--ax-border-strong);
|
|
1737
1630
|
}
|
|
1738
1631
|
|
|
1739
1632
|
.aksel-text-field__input:focus-visible {
|
|
1740
|
-
border-color: var(--ax-border-
|
|
1633
|
+
border-color: var(--ax-border-strong);
|
|
1741
1634
|
outline: 3px solid var(--ax-border-focus);
|
|
1742
1635
|
outline-offset: 3px;
|
|
1743
1636
|
}
|
|
@@ -1813,13 +1706,13 @@
|
|
|
1813
1706
|
}
|
|
1814
1707
|
|
|
1815
1708
|
.aksel-textarea__input:hover {
|
|
1816
|
-
border-color: var(--ax-border-
|
|
1709
|
+
border-color: var(--ax-border-strong);
|
|
1817
1710
|
}
|
|
1818
1711
|
|
|
1819
1712
|
.aksel-textarea__input:focus-visible {
|
|
1820
1713
|
outline: 3px solid var(--ax-border-focus);
|
|
1821
1714
|
outline-offset: 3px;
|
|
1822
|
-
border-color: var(--ax-border-
|
|
1715
|
+
border-color: var(--ax-border-strong);
|
|
1823
1716
|
}
|
|
1824
1717
|
|
|
1825
1718
|
.aksel-textarea__input:disabled {
|
|
@@ -1996,11 +1889,11 @@
|
|
|
1996
1889
|
}
|
|
1997
1890
|
|
|
1998
1891
|
.aksel-search__button-search.aksel-button--secondary:hover:not(:disabled) {
|
|
1999
|
-
--__axc-button-border-color: var(--ax-border-
|
|
1892
|
+
--__axc-button-border-color: var(--ax-border-strong);
|
|
2000
1893
|
}
|
|
2001
1894
|
|
|
2002
1895
|
.aksel-search:not(.aksel-search--error, .aksel-search--disabled) .aksel-search__wrapper:has(.aksel-search__input:is(:hover, :focus-visible)) .aksel-search__button-search.aksel-button--secondary:not(:hover, :active) {
|
|
2003
|
-
--__axc-button-border-color: var(--ax-border-
|
|
1896
|
+
--__axc-button-border-color: var(--ax-border-strong);
|
|
2004
1897
|
}
|
|
2005
1898
|
|
|
2006
1899
|
.aksel-search--error .aksel-search__input:not(:disabled) {
|
|
@@ -2036,7 +1929,7 @@
|
|
|
2036
1929
|
}
|
|
2037
1930
|
|
|
2038
1931
|
.aksel-form-field:not(:is(.aksel-combobox--disabled, .aksel-combobox--readonly)) .aksel-combobox__wrapper:hover {
|
|
2039
|
-
border-color: var(--ax-border-
|
|
1932
|
+
border-color: var(--ax-border-strong);
|
|
2040
1933
|
}
|
|
2041
1934
|
|
|
2042
1935
|
.aksel-form-field--small .aksel-combobox__wrapper {
|
|
@@ -2097,7 +1990,7 @@
|
|
|
2097
1990
|
.aksel-combobox__wrapper-inner:has(.aksel-combobox__input:focus-visible) {
|
|
2098
1991
|
outline: 3px solid var(--ax-border-focus);
|
|
2099
1992
|
outline-offset: 3px;
|
|
2100
|
-
border-color: var(--ax-border-
|
|
1993
|
+
border-color: var(--ax-border-strong);
|
|
2101
1994
|
}
|
|
2102
1995
|
|
|
2103
1996
|
.aksel-combobox__wrapper-inner:has(.aksel-combobox__input:focus-visible).aksel-combobox__wrapper-inner--virtually-unfocused {
|
|
@@ -2226,11 +2119,11 @@
|
|
|
2226
2119
|
}
|
|
2227
2120
|
|
|
2228
2121
|
.aksel-combobox__button-toggle-list:hover {
|
|
2229
|
-
color: var(--ax-text-
|
|
2122
|
+
color: var(--ax-text-subtle);
|
|
2230
2123
|
}
|
|
2231
2124
|
|
|
2232
2125
|
.aksel-combobox__button-toggle-list:hover:active {
|
|
2233
|
-
color: var(--ax-text-
|
|
2126
|
+
color: var(--ax-text-default);
|
|
2234
2127
|
}
|
|
2235
2128
|
|
|
2236
2129
|
.aksel-combobox__list {
|
|
@@ -2332,7 +2225,7 @@
|
|
|
2332
2225
|
}
|
|
2333
2226
|
|
|
2334
2227
|
.aksel-combobox__list-item--selected {
|
|
2335
|
-
background-color: var(--ax-bg-
|
|
2228
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
2336
2229
|
}
|
|
2337
2230
|
|
|
2338
2231
|
.aksel-combobox__list-item--selected p {
|
|
@@ -2340,8 +2233,8 @@
|
|
|
2340
2233
|
}
|
|
2341
2234
|
|
|
2342
2235
|
.aksel-combobox__list-item--new-option {
|
|
2343
|
-
border-bottom: 1px solid var(--ax-border-
|
|
2344
|
-
background: var(--ax-bg-
|
|
2236
|
+
border-bottom: 1px solid var(--ax-border-subtleA);
|
|
2237
|
+
background: var(--ax-bg-moderateA);
|
|
2345
2238
|
cursor: pointer;
|
|
2346
2239
|
margin: 0;
|
|
2347
2240
|
border-radius: 0;
|
|
@@ -2524,13 +2417,13 @@
|
|
|
2524
2417
|
.aksel-form-summary__value .aksel-form-summary__answers {
|
|
2525
2418
|
margin-top: var(--ax-space-8);
|
|
2526
2419
|
padding: var(--ax-space-16);
|
|
2527
|
-
background: var(--ax-bg-
|
|
2420
|
+
background: var(--ax-bg-moderateA);
|
|
2528
2421
|
border-radius: var(--ax-radius-8);
|
|
2529
|
-
border: 1px solid var(--ax-border-
|
|
2422
|
+
border: 1px solid var(--ax-border-subtleA);
|
|
2530
2423
|
}
|
|
2531
2424
|
|
|
2532
2425
|
.aksel-form-summary__value .aksel-form-summary__answers .aksel-form-summary__answer {
|
|
2533
|
-
border-color: var(--ax-border-
|
|
2426
|
+
border-color: var(--ax-border-subtleA);
|
|
2534
2427
|
}
|
|
2535
2428
|
|
|
2536
2429
|
.aksel-form-progress__bar {
|
|
@@ -2591,7 +2484,7 @@
|
|
|
2591
2484
|
text-align: left;
|
|
2592
2485
|
cursor: pointer;
|
|
2593
2486
|
border-radius: var(--ax-radius-8);
|
|
2594
|
-
color: var(--ax-text-
|
|
2487
|
+
color: var(--ax-text-subtle);
|
|
2595
2488
|
background: none;
|
|
2596
2489
|
border: none;
|
|
2597
2490
|
display: flex;
|
|
@@ -2611,7 +2504,7 @@
|
|
|
2611
2504
|
}
|
|
2612
2505
|
|
|
2613
2506
|
.aksel-accordion__header:hover {
|
|
2614
|
-
background-color: var(--ax-bg-
|
|
2507
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
2615
2508
|
}
|
|
2616
2509
|
|
|
2617
2510
|
.aksel-accordion__header:hover:before, .aksel-accordion__header:hover:after {
|
|
@@ -2619,8 +2512,8 @@
|
|
|
2619
2512
|
}
|
|
2620
2513
|
|
|
2621
2514
|
.aksel-accordion__header:hover > .aksel-accordion__icon-wrapper {
|
|
2622
|
-
background-color: var(--ax-bg-
|
|
2623
|
-
color: var(--ax-text-
|
|
2515
|
+
background-color: var(--ax-bg-strong-hover);
|
|
2516
|
+
color: var(--ax-text-contrast);
|
|
2624
2517
|
}
|
|
2625
2518
|
|
|
2626
2519
|
@media (forced-colors: active) {
|
|
@@ -2668,10 +2561,10 @@
|
|
|
2668
2561
|
|
|
2669
2562
|
.aksel-accordion__icon-wrapper {
|
|
2670
2563
|
border-radius: var(--ax-radius-8);
|
|
2671
|
-
background-color: var(--ax-bg-
|
|
2564
|
+
background-color: var(--ax-bg-moderateA);
|
|
2672
2565
|
width: 22px;
|
|
2673
2566
|
height: 22px;
|
|
2674
|
-
color: var(--ax-text-
|
|
2567
|
+
color: var(--ax-text-subtle);
|
|
2675
2568
|
align-self: center;
|
|
2676
2569
|
}
|
|
2677
2570
|
|
|
@@ -2746,10 +2639,16 @@
|
|
|
2746
2639
|
padding: var(--ax-space-20);
|
|
2747
2640
|
gap: var(--ax-space-12);
|
|
2748
2641
|
border: 1px solid;
|
|
2642
|
+
border-color: var(--ax-border-default);
|
|
2643
|
+
background-color: var(--ax-bg-moderate);
|
|
2749
2644
|
align-items: center;
|
|
2750
2645
|
display: flex;
|
|
2751
2646
|
}
|
|
2752
2647
|
|
|
2648
|
+
.aksel-alert > .aksel-alert__icon {
|
|
2649
|
+
color: var(--ax-text-decoration);
|
|
2650
|
+
}
|
|
2651
|
+
|
|
2753
2652
|
@media (forced-colors: active) {
|
|
2754
2653
|
.aksel-alert {
|
|
2755
2654
|
color: canvastext;
|
|
@@ -2779,42 +2678,6 @@
|
|
|
2779
2678
|
margin-block-start: 0;
|
|
2780
2679
|
}
|
|
2781
2680
|
|
|
2782
|
-
.aksel-alert--info {
|
|
2783
|
-
border-color: var(--ax-border-info);
|
|
2784
|
-
background-color: var(--ax-bg-info-moderate);
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
|
-
.aksel-alert--info > .aksel-alert__icon {
|
|
2788
|
-
color: var(--ax-text-info-decoration);
|
|
2789
|
-
}
|
|
2790
|
-
|
|
2791
|
-
.aksel-alert--success {
|
|
2792
|
-
border-color: var(--ax-border-success);
|
|
2793
|
-
background-color: var(--ax-bg-success-moderate);
|
|
2794
|
-
}
|
|
2795
|
-
|
|
2796
|
-
.aksel-alert--success > .aksel-alert__icon {
|
|
2797
|
-
color: var(--ax-text-success-decoration);
|
|
2798
|
-
}
|
|
2799
|
-
|
|
2800
|
-
.aksel-alert--warning {
|
|
2801
|
-
border-color: var(--ax-border-warning);
|
|
2802
|
-
background-color: var(--ax-bg-warning-moderate);
|
|
2803
|
-
}
|
|
2804
|
-
|
|
2805
|
-
.aksel-alert--warning > .aksel-alert__icon {
|
|
2806
|
-
color: var(--ax-text-warning-decoration);
|
|
2807
|
-
}
|
|
2808
|
-
|
|
2809
|
-
.aksel-alert--error {
|
|
2810
|
-
border-color: var(--ax-border-danger);
|
|
2811
|
-
background-color: var(--ax-bg-danger-moderate);
|
|
2812
|
-
}
|
|
2813
|
-
|
|
2814
|
-
.aksel-alert--error > .aksel-alert__icon {
|
|
2815
|
-
color: var(--ax-text-danger-decoration);
|
|
2816
|
-
}
|
|
2817
|
-
|
|
2818
2681
|
.aksel-alert--full-width {
|
|
2819
2682
|
border-radius: 0;
|
|
2820
2683
|
}
|
|
@@ -2852,6 +2715,21 @@
|
|
|
2852
2715
|
display: flex;
|
|
2853
2716
|
}
|
|
2854
2717
|
|
|
2718
|
+
.aksel-chat .aksel-chat__bubble, .aksel-chat .aksel-chat__avatar {
|
|
2719
|
+
background-color: var(--ax-bg-moderateA);
|
|
2720
|
+
border: 1px solid var(--ax-border-subtleA);
|
|
2721
|
+
}
|
|
2722
|
+
|
|
2723
|
+
.aksel-chat[data-variant="subtle"] .aksel-chat__bubble, .aksel-chat[data-variant="subtle"] .aksel-chat__avatar {
|
|
2724
|
+
background-color: var(--ax-bg-softA);
|
|
2725
|
+
border: 1px solid var(--ax-border-subtleA);
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
.aksel-chat[data-color="neutral"][data-variant="subtle"] .aksel-chat__bubble, .aksel-chat[data-color="neutral"][data-variant="subtle"] .aksel-chat__avatar {
|
|
2729
|
+
background-color: var(--ax-bg-raised);
|
|
2730
|
+
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2731
|
+
}
|
|
2732
|
+
|
|
2855
2733
|
.aksel-chat--right {
|
|
2856
2734
|
flex-direction: row-reverse;
|
|
2857
2735
|
}
|
|
@@ -2866,9 +2744,7 @@
|
|
|
2866
2744
|
}
|
|
2867
2745
|
|
|
2868
2746
|
.aksel-chat__avatar {
|
|
2869
|
-
background-color: var(--ax-bg-raised);
|
|
2870
2747
|
border-radius: var(--ax-radius-full);
|
|
2871
|
-
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2872
2748
|
color: var(--ax-text-neutral);
|
|
2873
2749
|
letter-spacing: .024rem;
|
|
2874
2750
|
flex-shrink: 0;
|
|
@@ -2900,11 +2776,9 @@
|
|
|
2900
2776
|
|
|
2901
2777
|
.aksel-chat__bubble {
|
|
2902
2778
|
padding: var(--ax-space-20);
|
|
2903
|
-
background-color: var(--ax-bg-raised);
|
|
2904
2779
|
gap: var(--ax-space-8);
|
|
2905
2780
|
border-radius: var(--ax-radius-12);
|
|
2906
2781
|
border-bottom-left-radius: var(--ax-radius-2);
|
|
2907
|
-
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
2908
2782
|
flex-direction: column;
|
|
2909
2783
|
width: fit-content;
|
|
2910
2784
|
display: flex;
|
|
@@ -2914,14 +2788,6 @@
|
|
|
2914
2788
|
padding: var(--ax-space-16);
|
|
2915
2789
|
}
|
|
2916
2790
|
|
|
2917
|
-
.aksel-chat--info .aksel-chat__bubble, .aksel-chat--info .aksel-chat__avatar {
|
|
2918
|
-
background-color: var(--ax-bg-info-moderate);
|
|
2919
|
-
}
|
|
2920
|
-
|
|
2921
|
-
.aksel-chat--neutral .aksel-chat__bubble, .aksel-chat--neutral .aksel-chat__avatar {
|
|
2922
|
-
background-color: var(--ax-bg-neutral-moderateA);
|
|
2923
|
-
}
|
|
2924
|
-
|
|
2925
2791
|
.aksel-chat__top-text {
|
|
2926
2792
|
color: var(--ax-text-neutral);
|
|
2927
2793
|
gap: var(--ax-space-8);
|
|
@@ -2979,8 +2845,8 @@
|
|
|
2979
2845
|
}
|
|
2980
2846
|
|
|
2981
2847
|
.aksel-date .rdp-day_range_middle.rdp-day_selected {
|
|
2982
|
-
background-color: var(--ax-bg-
|
|
2983
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-
|
|
2848
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
2849
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-subtleA);
|
|
2984
2850
|
color: var(--ax-text-neutral);
|
|
2985
2851
|
}
|
|
2986
2852
|
|
|
@@ -3027,8 +2893,8 @@
|
|
|
3027
2893
|
}
|
|
3028
2894
|
|
|
3029
2895
|
.aksel-date .rdp-day_selected, .aksel-date .aksel-monthpicker__month--selected {
|
|
3030
|
-
color: var(--ax-text-
|
|
3031
|
-
background: var(--ax-bg-
|
|
2896
|
+
color: var(--ax-text-contrast);
|
|
2897
|
+
background: var(--ax-bg-strong-pressed);
|
|
3032
2898
|
cursor: pointer;
|
|
3033
2899
|
}
|
|
3034
2900
|
|
|
@@ -3040,7 +2906,7 @@
|
|
|
3040
2906
|
}
|
|
3041
2907
|
|
|
3042
2908
|
.aksel-date .rdp-button:where(:not(.rdp-day_selected, [disabled])):hover, .aksel-date .aksel-date__month-button:where(:not(.rdp-day_selected, [disabled])):hover {
|
|
3043
|
-
background: var(--ax-bg-
|
|
2909
|
+
background: var(--ax-bg-moderate-hoverA);
|
|
3044
2910
|
cursor: pointer;
|
|
3045
2911
|
}
|
|
3046
2912
|
|
|
@@ -3049,7 +2915,7 @@
|
|
|
3049
2915
|
}
|
|
3050
2916
|
|
|
3051
2917
|
.aksel-date .rdp-day_today:before {
|
|
3052
|
-
background-color: var(--ax-text-
|
|
2918
|
+
background-color: var(--ax-text-subtle);
|
|
3053
2919
|
border-radius: var(--ax-radius-full);
|
|
3054
2920
|
content: "";
|
|
3055
2921
|
width: 6px;
|
|
@@ -3062,7 +2928,7 @@
|
|
|
3062
2928
|
}
|
|
3063
2929
|
|
|
3064
2930
|
:is(.aksel-date .rdp-day_today.rdp-day_selected:not(.rdp-day_range_middle), .aksel-date .rdp-day_today:active):before {
|
|
3065
|
-
background-color: var(--ax-text-
|
|
2931
|
+
background-color: var(--ax-text-contrast);
|
|
3066
2932
|
}
|
|
3067
2933
|
|
|
3068
2934
|
.aksel-date .rdp-day_outside {
|
|
@@ -3118,8 +2984,8 @@
|
|
|
3118
2984
|
}
|
|
3119
2985
|
|
|
3120
2986
|
:is(:is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) .rdp-cell > button.rdp-day, :is(.aksel-date__wrapper, .aksel-date__standalone-wrapper) button.aksel-date__month-button):active:not(:disabled) {
|
|
3121
|
-
color: var(--ax-text-
|
|
3122
|
-
background-color: var(--ax-bg-
|
|
2987
|
+
color: var(--ax-text-contrast);
|
|
2988
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
3123
2989
|
}
|
|
3124
2990
|
|
|
3125
2991
|
.aksel-date__field-input.aksel-text-field__input {
|
|
@@ -3274,11 +3140,11 @@
|
|
|
3274
3140
|
}
|
|
3275
3141
|
|
|
3276
3142
|
.aksel-dropdown__item:hover {
|
|
3277
|
-
background-color: var(--ax-bg-
|
|
3143
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
3278
3144
|
}
|
|
3279
3145
|
|
|
3280
3146
|
.aksel-dropdown__item:active {
|
|
3281
|
-
background-color: var(--ax-bg-
|
|
3147
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
3282
3148
|
}
|
|
3283
3149
|
|
|
3284
3150
|
.aksel-dropdown__item:focus-visible {
|
|
@@ -3374,7 +3240,7 @@
|
|
|
3374
3240
|
}
|
|
3375
3241
|
|
|
3376
3242
|
.aksel-action-menu__item:focus {
|
|
3377
|
-
background-color: var(--ax-bg-
|
|
3243
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
3378
3244
|
color: var(--ax-text-neutral);
|
|
3379
3245
|
outline: none;
|
|
3380
3246
|
}
|
|
@@ -3397,7 +3263,7 @@
|
|
|
3397
3263
|
}
|
|
3398
3264
|
|
|
3399
3265
|
.aksel-action-menu__sub-trigger:focus {
|
|
3400
|
-
background-color: var(--ax-bg-
|
|
3266
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
3401
3267
|
}
|
|
3402
3268
|
|
|
3403
3269
|
.aksel-action-menu__item--danger {
|
|
@@ -3489,14 +3355,18 @@
|
|
|
3489
3355
|
--__axc-expansioncard-padding-block: var(--ax-space-20);
|
|
3490
3356
|
--__axc-expansioncard-padding-inline: var(--ax-space-20);
|
|
3491
3357
|
border-radius: var(--ax-radius-12);
|
|
3492
|
-
background-color: var(--ax-bg-
|
|
3493
|
-
border: 1px solid var(--ax-border-
|
|
3358
|
+
background-color: var(--ax-bg-softA);
|
|
3359
|
+
border: 1px solid var(--ax-border-default);
|
|
3494
3360
|
height: fit-content;
|
|
3495
3361
|
}
|
|
3496
3362
|
|
|
3363
|
+
.aksel-expansioncard[data-color="neutral"] {
|
|
3364
|
+
background-color: var(--ax-bg-raised);
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3497
3367
|
.aksel-expansioncard:has(.aksel-expansioncard__header:hover) {
|
|
3498
|
-
box-shadow: 0 0 0 1px var(--ax-border-
|
|
3499
|
-
border-color: var(--ax-border-
|
|
3368
|
+
box-shadow: 0 0 0 1px var(--ax-border-strong);
|
|
3369
|
+
border-color: var(--ax-border-strong);
|
|
3500
3370
|
}
|
|
3501
3371
|
|
|
3502
3372
|
.aksel-expansioncard--small {
|
|
@@ -3529,7 +3399,7 @@
|
|
|
3529
3399
|
}
|
|
3530
3400
|
|
|
3531
3401
|
.aksel-expansioncard__header:hover {
|
|
3532
|
-
background-color: var(--ax-bg-
|
|
3402
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
3533
3403
|
}
|
|
3534
3404
|
|
|
3535
3405
|
.aksel-expansioncard__header[data-open="true"] {
|
|
@@ -3539,7 +3409,7 @@
|
|
|
3539
3409
|
|
|
3540
3410
|
.aksel-expansioncard__header[data-open="true"]:after {
|
|
3541
3411
|
content: "";
|
|
3542
|
-
background-color: var(--ax-border-
|
|
3412
|
+
background-color: var(--ax-border-subtleA);
|
|
3543
3413
|
bottom: 0;
|
|
3544
3414
|
left: var(--__axc-expansioncard-padding-inline);
|
|
3545
3415
|
height: 1px;
|
|
@@ -3594,7 +3464,7 @@
|
|
|
3594
3464
|
}
|
|
3595
3465
|
|
|
3596
3466
|
.aksel-expansioncard__header:hover > .aksel-expansioncard__header-button {
|
|
3597
|
-
background-color: var(--ax-bg-
|
|
3467
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
3598
3468
|
}
|
|
3599
3469
|
|
|
3600
3470
|
.aksel-expansioncard__header-chevron {
|
|
@@ -3677,7 +3547,7 @@
|
|
|
3677
3547
|
|
|
3678
3548
|
.aksel-guide {
|
|
3679
3549
|
box-sizing: border-box;
|
|
3680
|
-
border: 2px solid var(--ax-border-
|
|
3550
|
+
border: 2px solid var(--ax-border-default);
|
|
3681
3551
|
border-radius: var(--ax-radius-full);
|
|
3682
3552
|
width: var(--__axc-guide-panel-guide-size);
|
|
3683
3553
|
height: var(--__axc-guide-panel-guide-size);
|
|
@@ -3692,7 +3562,7 @@
|
|
|
3692
3562
|
|
|
3693
3563
|
.aksel-guide-panel__content {
|
|
3694
3564
|
background-color: var(--ax-bg-raised);
|
|
3695
|
-
border: 2px solid var(--ax-border-
|
|
3565
|
+
border: 2px solid var(--ax-border-default);
|
|
3696
3566
|
border-radius: var(--ax-radius-12);
|
|
3697
3567
|
position: relative;
|
|
3698
3568
|
}
|
|
@@ -3762,7 +3632,7 @@
|
|
|
3762
3632
|
.aksel-help-text__button {
|
|
3763
3633
|
cursor: pointer;
|
|
3764
3634
|
border-radius: var(--ax-radius-full);
|
|
3765
|
-
color: var(--ax-bg-
|
|
3635
|
+
color: var(--ax-bg-strong);
|
|
3766
3636
|
padding: calc(var(--ax-space-4) / 2);
|
|
3767
3637
|
background-color: rgba(0, 0, 0, 0);
|
|
3768
3638
|
border: 0;
|
|
@@ -3778,10 +3648,10 @@
|
|
|
3778
3648
|
}
|
|
3779
3649
|
|
|
3780
3650
|
.aksel-help-text__popover.aksel-popover {
|
|
3781
|
-
background-color: var(--ax-bg-
|
|
3651
|
+
background-color: var(--ax-bg-moderate);
|
|
3782
3652
|
max-width: min(65ch, calc(100vw - var(--ax-space-24)));
|
|
3783
3653
|
border-radius: var(--ax-radius-8);
|
|
3784
|
-
border: 1px solid var(--ax-border-
|
|
3654
|
+
border: 1px solid var(--ax-border-default);
|
|
3785
3655
|
}
|
|
3786
3656
|
|
|
3787
3657
|
.aksel-help-text__icon--filled, .aksel-help-text__button:where(:hover, :focus-visible, [aria-expanded="true"]) > .aksel-help-text__icon {
|
|
@@ -3790,11 +3660,11 @@
|
|
|
3790
3660
|
|
|
3791
3661
|
.aksel-help-text__button:where(:hover, :focus-visible, [aria-expanded="true"]) > .aksel-help-text__icon--filled {
|
|
3792
3662
|
display: inherit;
|
|
3793
|
-
color: var(--ax-bg-
|
|
3663
|
+
color: var(--ax-bg-strong-hover);
|
|
3794
3664
|
}
|
|
3795
3665
|
|
|
3796
3666
|
.aksel-help-text__button[aria-expanded="true"] > .aksel-help-text__icon--filled {
|
|
3797
|
-
color: var(--ax-bg-
|
|
3667
|
+
color: var(--ax-bg-strong-pressed);
|
|
3798
3668
|
}
|
|
3799
3669
|
|
|
3800
3670
|
@media (forced-colors: active) {
|
|
@@ -3911,7 +3781,7 @@
|
|
|
3911
3781
|
}
|
|
3912
3782
|
|
|
3913
3783
|
.aksel-link {
|
|
3914
|
-
color: var(--ax-text-
|
|
3784
|
+
color: var(--ax-text-subtle);
|
|
3915
3785
|
align-items: center;
|
|
3916
3786
|
gap: var(--ax-space-2);
|
|
3917
3787
|
text-underline-offset: .1em;
|
|
@@ -3930,6 +3800,14 @@
|
|
|
3930
3800
|
border-radius: 1px;
|
|
3931
3801
|
}
|
|
3932
3802
|
|
|
3803
|
+
.aksel-link[data-color="neutral"] {
|
|
3804
|
+
color: var(--ax-text-default);
|
|
3805
|
+
}
|
|
3806
|
+
|
|
3807
|
+
.aksel-link[data-variant="subtle"] {
|
|
3808
|
+
color: var(--ax-text-subtle);
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3933
3811
|
.aksel-link.aksel-link--inline-text {
|
|
3934
3812
|
display: inline;
|
|
3935
3813
|
}
|
|
@@ -3955,19 +3833,7 @@
|
|
|
3955
3833
|
}
|
|
3956
3834
|
|
|
3957
3835
|
:is(.aksel-alert:not(.aksel-alert--inline), .aksel-confirmation-panel) .aksel-link {
|
|
3958
|
-
color: var(--ax-text-
|
|
3959
|
-
}
|
|
3960
|
-
|
|
3961
|
-
.aksel-link--action {
|
|
3962
|
-
color: var(--ax-text-accent-subtle);
|
|
3963
|
-
}
|
|
3964
|
-
|
|
3965
|
-
.aksel-link--neutral {
|
|
3966
|
-
color: var(--ax-text-neutral);
|
|
3967
|
-
}
|
|
3968
|
-
|
|
3969
|
-
.aksel-link--subtle {
|
|
3970
|
-
color: var(--ax-text-neutral-subtle);
|
|
3836
|
+
color: var(--ax-text-default);
|
|
3971
3837
|
}
|
|
3972
3838
|
|
|
3973
3839
|
.aksel-link-panel {
|
|
@@ -4061,35 +3927,23 @@
|
|
|
4061
3927
|
.aksel-loader__foreground {
|
|
4062
3928
|
stroke-dasharray: 80 200;
|
|
4063
3929
|
stroke-dashoffset: 0;
|
|
4064
|
-
stroke: var(--ax-border-
|
|
3930
|
+
stroke: var(--ax-border-strong);
|
|
4065
3931
|
stroke-linecap: round;
|
|
4066
3932
|
stroke-width: var(--__axc-loader-stroke-width);
|
|
4067
3933
|
animation: 1.5s ease-in-out infinite loader-dasharray;
|
|
4068
3934
|
}
|
|
4069
3935
|
|
|
4070
|
-
.aksel-
|
|
4071
|
-
stroke: var(--ax-border-
|
|
4072
|
-
stroke-width: var(--__axc-loader-stroke-width);
|
|
4073
|
-
}
|
|
4074
|
-
|
|
4075
|
-
.aksel-loader--neutral .aksel-loader__foreground {
|
|
4076
|
-
stroke: var(--ax-border-neutral-strong);
|
|
4077
|
-
}
|
|
4078
|
-
|
|
4079
|
-
.aksel-loader--interaction .aksel-loader__foreground {
|
|
4080
|
-
stroke: var(--ax-border-accent-strong);
|
|
4081
|
-
}
|
|
4082
|
-
|
|
4083
|
-
.aksel-loader--interaction .aksel-loader__background {
|
|
4084
|
-
stroke: var(--ax-border-accent-subtleA);
|
|
3936
|
+
.aksel-loader[data-variant="inverted"] .aksel-loader__foreground {
|
|
3937
|
+
stroke: var(--ax-border-subtle);
|
|
4085
3938
|
}
|
|
4086
3939
|
|
|
4087
|
-
.aksel-
|
|
4088
|
-
stroke: var(--ax-border-
|
|
3940
|
+
.aksel-loader__background {
|
|
3941
|
+
stroke: var(--ax-border-subtleA);
|
|
3942
|
+
stroke-width: var(--__axc-loader-stroke-width);
|
|
4089
3943
|
}
|
|
4090
3944
|
|
|
4091
|
-
.aksel-loader
|
|
4092
|
-
stroke: var(--ax-border-
|
|
3945
|
+
.aksel-loader[data-variant="inverted"] .aksel-loader__background {
|
|
3946
|
+
stroke: var(--ax-border-strong);
|
|
4093
3947
|
}
|
|
4094
3948
|
|
|
4095
3949
|
.aksel-loader--transparent .aksel-loader__background {
|
|
@@ -4345,11 +4199,6 @@
|
|
|
4345
4199
|
width: 1.5rem;
|
|
4346
4200
|
}
|
|
4347
4201
|
|
|
4348
|
-
.aksel-pagination__item[data-selected="true"] {
|
|
4349
|
-
background-color: var(--ax-bg-neutral-strong-pressed);
|
|
4350
|
-
color: var(--ax-text-neutral-contrast);
|
|
4351
|
-
}
|
|
4352
|
-
|
|
4353
4202
|
.aksel-pagination--invisible {
|
|
4354
4203
|
visibility: hidden;
|
|
4355
4204
|
}
|
|
@@ -4382,7 +4231,6 @@
|
|
|
4382
4231
|
--__axc-tag-icon-margin: -2px;
|
|
4383
4232
|
--__axc-tag-border: ;
|
|
4384
4233
|
--__axc-tag-bg: ;
|
|
4385
|
-
--__axc-tag-bg-strong: ;
|
|
4386
4234
|
--__axc-tag-text: ;
|
|
4387
4235
|
--__axc-tag-text-strong: ;
|
|
4388
4236
|
border-radius: var(--ax-radius-4);
|
|
@@ -4399,60 +4247,46 @@
|
|
|
4399
4247
|
gap: var(--ax-space-2);
|
|
4400
4248
|
}
|
|
4401
4249
|
|
|
4402
|
-
.aksel-tag
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
--__axc-tag-text: var(--ax-text-info);
|
|
4407
|
-
--__axc-tag-text-strong: var(--ax-text-info-contrast);
|
|
4250
|
+
.aksel-tag[data-variant="outline"] {
|
|
4251
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-default);
|
|
4252
|
+
background: var(--ax-bg-moderate);
|
|
4253
|
+
color: var(--ax-text-default);
|
|
4408
4254
|
}
|
|
4409
4255
|
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
--__axc-tag-text: var(--ax-text-success);
|
|
4415
|
-
--__axc-tag-text-strong: var(--ax-text-success-contrast);
|
|
4256
|
+
@media (forced-colors: active) {
|
|
4257
|
+
.aksel-tag[data-variant="outline"] {
|
|
4258
|
+
color: canvastext;
|
|
4259
|
+
}
|
|
4416
4260
|
}
|
|
4417
4261
|
|
|
4418
|
-
.aksel-tag
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
--__axc-tag-bg-strong: var(--ax-bg-warning-strong);
|
|
4422
|
-
--__axc-tag-text: var(--ax-text-warning);
|
|
4423
|
-
--__axc-tag-text-strong: var(--ax-text-warning-contrast);
|
|
4262
|
+
.aksel-tag[data-variant="moderate"] {
|
|
4263
|
+
background: var(--ax-bg-moderateA);
|
|
4264
|
+
color: var(--ax-text-default);
|
|
4424
4265
|
}
|
|
4425
4266
|
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
--__axc-tag-text-strong: var(--ax-text-danger-contrast);
|
|
4267
|
+
@media (forced-colors: active) {
|
|
4268
|
+
.aksel-tag[data-variant="moderate"] {
|
|
4269
|
+
box-shadow: inset 0 0 0 1px var(--ax-bg-strong);
|
|
4270
|
+
color: canvastext;
|
|
4271
|
+
}
|
|
4432
4272
|
}
|
|
4433
4273
|
|
|
4434
|
-
.aksel-tag
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
--__axc-tag-bg-strong: var(--ax-bg-neutral-strong);
|
|
4438
|
-
--__axc-tag-text: var(--ax-text-neutral);
|
|
4439
|
-
--__axc-tag-text-strong: var(--ax-text-neutral-contrast);
|
|
4274
|
+
.aksel-tag[data-variant="strong"] {
|
|
4275
|
+
background: var(--ax-bg-strong);
|
|
4276
|
+
color: var(--ax-text-contrast);
|
|
4440
4277
|
}
|
|
4441
4278
|
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
--__axc-tag-text: var(--ax-text-meta-purple);
|
|
4447
|
-
--__axc-tag-text-strong: var(--ax-text-meta-purple-contrast);
|
|
4279
|
+
@media (forced-colors: active) {
|
|
4280
|
+
.aksel-tag[data-variant="strong"] {
|
|
4281
|
+
color: canvas;
|
|
4282
|
+
}
|
|
4448
4283
|
}
|
|
4449
4284
|
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
--__axc-tag-text-strong: var(--ax-text-meta-lime-contrast);
|
|
4285
|
+
@media (forced-colors: active) {
|
|
4286
|
+
.aksel-tag {
|
|
4287
|
+
forced-color-adjust: none;
|
|
4288
|
+
color: canvastext;
|
|
4289
|
+
}
|
|
4456
4290
|
}
|
|
4457
4291
|
|
|
4458
4292
|
.aksel-tag--small {
|
|
@@ -4474,37 +4308,6 @@
|
|
|
4474
4308
|
display: flex;
|
|
4475
4309
|
}
|
|
4476
4310
|
|
|
4477
|
-
.aksel-tag--outline {
|
|
4478
|
-
box-shadow: inset 0 0 0 1px var(--__axc-tag-border);
|
|
4479
|
-
background: var(--__axc-tag-bg);
|
|
4480
|
-
color: var(--__axc-tag-text);
|
|
4481
|
-
}
|
|
4482
|
-
|
|
4483
|
-
.aksel-tag--moderate {
|
|
4484
|
-
background: var(--__axc-tag-bg);
|
|
4485
|
-
color: var(--__axc-tag-text);
|
|
4486
|
-
}
|
|
4487
|
-
|
|
4488
|
-
.aksel-tag--strong {
|
|
4489
|
-
background: var(--__axc-tag-bg-strong);
|
|
4490
|
-
color: var(--__axc-tag-text-strong);
|
|
4491
|
-
}
|
|
4492
|
-
|
|
4493
|
-
@media (forced-colors: active) {
|
|
4494
|
-
.aksel-tag {
|
|
4495
|
-
forced-color-adjust: none;
|
|
4496
|
-
color: canvastext;
|
|
4497
|
-
}
|
|
4498
|
-
|
|
4499
|
-
.aksel-tag--moderate {
|
|
4500
|
-
box-shadow: inset 0 0 0 1px var(--__axc-tag-bg-strong);
|
|
4501
|
-
}
|
|
4502
|
-
|
|
4503
|
-
.aksel-tag--strong {
|
|
4504
|
-
color: canvas;
|
|
4505
|
-
}
|
|
4506
|
-
}
|
|
4507
|
-
|
|
4508
4311
|
.aksel-timeline {
|
|
4509
4312
|
grid-template-columns: auto minmax(0, 1fr);
|
|
4510
4313
|
align-items: center;
|
|
@@ -4582,15 +4385,28 @@
|
|
|
4582
4385
|
.aksel-timeline__period {
|
|
4583
4386
|
border-radius: var(--ax-radius-full);
|
|
4584
4387
|
z-index: 2;
|
|
4585
|
-
|
|
4586
|
-
|
|
4388
|
+
background: var(--ax-bg-moderate);
|
|
4389
|
+
border: solid 1px var(--ax-border-default);
|
|
4587
4390
|
height: 100%;
|
|
4391
|
+
color: var(--ax-text-decoration);
|
|
4392
|
+
align-items: center;
|
|
4588
4393
|
padding: 0;
|
|
4589
4394
|
font-size: 1rem;
|
|
4590
4395
|
display: flex;
|
|
4591
4396
|
position: absolute;
|
|
4592
4397
|
}
|
|
4593
4398
|
|
|
4399
|
+
.aksel-timeline__period.aksel-timeline__period--clickable:hover {
|
|
4400
|
+
background: var(--ax-bg-moderate-hover);
|
|
4401
|
+
border-color: var(--ax-border-strong);
|
|
4402
|
+
}
|
|
4403
|
+
|
|
4404
|
+
.aksel-timeline__period.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4405
|
+
background: var(--ax-bg-strong-pressed);
|
|
4406
|
+
color: var(--ax-text-contrast);
|
|
4407
|
+
border: none;
|
|
4408
|
+
}
|
|
4409
|
+
|
|
4594
4410
|
.aksel-timeline__period--inner {
|
|
4595
4411
|
margin: 0 var(--ax-space-8);
|
|
4596
4412
|
white-space: nowrap;
|
|
@@ -4609,91 +4425,6 @@
|
|
|
4609
4425
|
cursor: pointer;
|
|
4610
4426
|
}
|
|
4611
4427
|
|
|
4612
|
-
.aksel-timeline__period--success {
|
|
4613
|
-
background: var(--ax-bg-success-moderate);
|
|
4614
|
-
border: solid 1px var(--ax-border-success);
|
|
4615
|
-
color: var(--ax-text-success-decoration);
|
|
4616
|
-
}
|
|
4617
|
-
|
|
4618
|
-
.aksel-timeline__period--success.aksel-timeline__period--clickable:hover {
|
|
4619
|
-
background: var(--ax-bg-success-moderate-hover);
|
|
4620
|
-
border-color: var(--ax-border-success-strong);
|
|
4621
|
-
}
|
|
4622
|
-
|
|
4623
|
-
.aksel-timeline__period--success.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4624
|
-
background: var(--ax-bg-success-strong-pressed);
|
|
4625
|
-
color: var(--ax-text-success-contrast);
|
|
4626
|
-
border: none;
|
|
4627
|
-
}
|
|
4628
|
-
|
|
4629
|
-
.aksel-timeline__period--warning {
|
|
4630
|
-
background: var(--ax-bg-warning-moderate);
|
|
4631
|
-
border: solid 1px var(--ax-border-warning);
|
|
4632
|
-
color: var(--ax-text-warning-decoration);
|
|
4633
|
-
}
|
|
4634
|
-
|
|
4635
|
-
.aksel-timeline__period--warning.aksel-timeline__period--clickable:hover {
|
|
4636
|
-
background: var(--ax-bg-warning-moderate-hover);
|
|
4637
|
-
border-color: var(--ax-border-warning-strong);
|
|
4638
|
-
}
|
|
4639
|
-
|
|
4640
|
-
.aksel-timeline__period--warning.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4641
|
-
background: var(--ax-bg-warning-strong-pressed);
|
|
4642
|
-
color: var(--ax-text-warning-contrast);
|
|
4643
|
-
border: none;
|
|
4644
|
-
}
|
|
4645
|
-
|
|
4646
|
-
.aksel-timeline__period--danger {
|
|
4647
|
-
background: var(--ax-bg-danger-moderate);
|
|
4648
|
-
border: solid 1px var(--ax-border-danger);
|
|
4649
|
-
color: var(--ax-text-danger-decoration);
|
|
4650
|
-
}
|
|
4651
|
-
|
|
4652
|
-
.aksel-timeline__period--danger.aksel-timeline__period--clickable:hover {
|
|
4653
|
-
background: var(--ax-bg-danger-moderate-hover);
|
|
4654
|
-
border-color: var(--ax-border-danger-strong);
|
|
4655
|
-
}
|
|
4656
|
-
|
|
4657
|
-
.aksel-timeline__period--danger.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4658
|
-
background: var(--ax-bg-danger-strong-pressed);
|
|
4659
|
-
color: var(--ax-text-danger-contrast);
|
|
4660
|
-
border: none;
|
|
4661
|
-
}
|
|
4662
|
-
|
|
4663
|
-
.aksel-timeline__period--info {
|
|
4664
|
-
background: var(--ax-bg-info-moderate);
|
|
4665
|
-
border: solid 1px var(--ax-border-info);
|
|
4666
|
-
color: var(--ax-text-info-decoration);
|
|
4667
|
-
}
|
|
4668
|
-
|
|
4669
|
-
.aksel-timeline__period--info.aksel-timeline__period--clickable:hover {
|
|
4670
|
-
background: var(--ax-bg-info-moderate-hover);
|
|
4671
|
-
border-color: var(--ax-border-info-strong);
|
|
4672
|
-
}
|
|
4673
|
-
|
|
4674
|
-
.aksel-timeline__period--info.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4675
|
-
background: var(--ax-bg-info-strong-pressed);
|
|
4676
|
-
color: var(--ax-text-info-contrast);
|
|
4677
|
-
border: none;
|
|
4678
|
-
}
|
|
4679
|
-
|
|
4680
|
-
.aksel-timeline__period--neutral {
|
|
4681
|
-
background: var(--ax-bg-neutral-moderate);
|
|
4682
|
-
border: solid 1px var(--ax-border-neutral);
|
|
4683
|
-
color: var(--ax-text-neutral-decoration);
|
|
4684
|
-
}
|
|
4685
|
-
|
|
4686
|
-
.aksel-timeline__period--neutral.aksel-timeline__period--clickable:hover {
|
|
4687
|
-
background: var(--ax-bg-neutral-moderate-hover);
|
|
4688
|
-
border-color: var(--ax-border-neutral-strong);
|
|
4689
|
-
}
|
|
4690
|
-
|
|
4691
|
-
.aksel-timeline__period--neutral.aksel-timeline__period--clickable.aksel-timeline__period--selected {
|
|
4692
|
-
background: var(--ax-bg-neutral-strong-pressed);
|
|
4693
|
-
color: var(--ax-text-neutral-contrast);
|
|
4694
|
-
border: none;
|
|
4695
|
-
}
|
|
4696
|
-
|
|
4697
4428
|
.aksel-timeline__period--connected-both {
|
|
4698
4429
|
border-radius: 0;
|
|
4699
4430
|
}
|
|
@@ -5014,7 +4745,7 @@
|
|
|
5014
4745
|
}
|
|
5015
4746
|
|
|
5016
4747
|
.aksel-toggle-group__button:hover {
|
|
5017
|
-
background-color: var(--ax-bg-
|
|
4748
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
5018
4749
|
color: var(--ax-text-neutral);
|
|
5019
4750
|
}
|
|
5020
4751
|
|
|
@@ -5025,8 +4756,8 @@
|
|
|
5025
4756
|
}
|
|
5026
4757
|
|
|
5027
4758
|
.aksel-toggle-group__button[data-selected="true"] {
|
|
5028
|
-
background-color: var(--ax-bg-
|
|
5029
|
-
color: var(--ax-text-
|
|
4759
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
4760
|
+
color: var(--ax-text-contrast);
|
|
5030
4761
|
}
|
|
5031
4762
|
|
|
5032
4763
|
.aksel-toggle-group__button:not([data-selected="true"], :first-child, .aksel-toggle-group__button[data-selected="true"] + .aksel-toggle-group__button):before {
|
|
@@ -5053,15 +4784,6 @@
|
|
|
5053
4784
|
font-size: var(--ax-font-size-heading-medium);
|
|
5054
4785
|
}
|
|
5055
4786
|
|
|
5056
|
-
:where(.aksel-toggle-group--neutral) .aksel-toggle-group__button:hover {
|
|
5057
|
-
background-color: var(--ax-bg-neutral-moderate-hoverA);
|
|
5058
|
-
}
|
|
5059
|
-
|
|
5060
|
-
:where(.aksel-toggle-group--neutral) .aksel-toggle-group__button[data-selected="true"] {
|
|
5061
|
-
background-color: var(--ax-bg-neutral-strong-pressed);
|
|
5062
|
-
color: var(--ax-text-neutral-contrast);
|
|
5063
|
-
}
|
|
5064
|
-
|
|
5065
4787
|
.aksel-toggle-group--small .aksel-toggle-group__button {
|
|
5066
4788
|
padding: var(--ax-space-2) var(--ax-space-12);
|
|
5067
4789
|
min-height: 2rem;
|
|
@@ -5115,7 +4837,7 @@
|
|
|
5115
4837
|
cursor: pointer;
|
|
5116
4838
|
align-items: flex-start;
|
|
5117
4839
|
gap: var(--ax-space-4);
|
|
5118
|
-
color: var(--ax-text-
|
|
4840
|
+
color: var(--ax-text-subtle);
|
|
5119
4841
|
padding-inline: var(--__axc-read-more-pi-start) var(--__axc-read-more-pi-end);
|
|
5120
4842
|
padding-block: var(--__axc-read-more-pb);
|
|
5121
4843
|
text-align: start;
|
|
@@ -5143,13 +4865,13 @@
|
|
|
5143
4865
|
}
|
|
5144
4866
|
|
|
5145
4867
|
.aksel-read-more[data-volume="high"] .aksel-read-more__button {
|
|
5146
|
-
background-color: var(--ax-bg-
|
|
4868
|
+
background-color: var(--ax-bg-moderate);
|
|
5147
4869
|
border-radius: var(--ax-radius-full);
|
|
5148
4870
|
}
|
|
5149
4871
|
|
|
5150
4872
|
.aksel-read-more[data-volume="high"] .aksel-read-more__button:hover {
|
|
5151
|
-
background-color: var(--ax-bg-
|
|
5152
|
-
color: var(--ax-text-
|
|
4873
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
4874
|
+
color: var(--ax-text-default);
|
|
5153
4875
|
}
|
|
5154
4876
|
|
|
5155
4877
|
.aksel-read-more[data-volume="high"].aksel-read-more--large {
|
|
@@ -5223,7 +4945,7 @@
|
|
|
5223
4945
|
.aksel-progress-bar__foreground {
|
|
5224
4946
|
--__ac-progress-bar-translate: initial;
|
|
5225
4947
|
transform: translateX(var(--__ac-progress-bar-translate));
|
|
5226
|
-
background: var(--ax-bg-
|
|
4948
|
+
background: var(--ax-bg-strong);
|
|
5227
4949
|
transform-origin: 0;
|
|
5228
4950
|
border-radius: inherit;
|
|
5229
4951
|
width: 100%;
|
|
@@ -5371,7 +5093,7 @@
|
|
|
5371
5093
|
--__axc-stepper-circle-size: 1.75rem;
|
|
5372
5094
|
--__axc-stepper-border-width: 2px;
|
|
5373
5095
|
--__axc-stepper-line-length: 1rem;
|
|
5374
|
-
color: var(--ax-text-
|
|
5096
|
+
color: var(--ax-text-subtle);
|
|
5375
5097
|
font-weight: var(--ax-font-weight-bold);
|
|
5376
5098
|
margin: 0;
|
|
5377
5099
|
padding-left: 0;
|
|
@@ -5388,7 +5110,7 @@
|
|
|
5388
5110
|
}
|
|
5389
5111
|
|
|
5390
5112
|
.aksel-stepper__line {
|
|
5391
|
-
background-color: var(--ax-border-
|
|
5113
|
+
background-color: var(--ax-border-default);
|
|
5392
5114
|
width: var(--__axc-stepper-border-width);
|
|
5393
5115
|
height: 100%;
|
|
5394
5116
|
min-height: var(--__axc-stepper-line-length);
|
|
@@ -5465,7 +5187,7 @@
|
|
|
5465
5187
|
}
|
|
5466
5188
|
|
|
5467
5189
|
.aksel-stepper__step[data-interactive="true"] {
|
|
5468
|
-
color: var(--ax-text-
|
|
5190
|
+
color: var(--ax-text-subtle);
|
|
5469
5191
|
border-radius: var(--ax-radius-4);
|
|
5470
5192
|
text-decoration: none;
|
|
5471
5193
|
}
|
|
@@ -5481,8 +5203,8 @@
|
|
|
5481
5203
|
}
|
|
5482
5204
|
|
|
5483
5205
|
.aksel-stepper__step[data-interactive="true"] .aksel-stepper__circle {
|
|
5484
|
-
color: var(--ax-text-
|
|
5485
|
-
border-color: var(--ax-border-
|
|
5206
|
+
color: var(--ax-text-subtle);
|
|
5207
|
+
border-color: var(--ax-border-strong);
|
|
5486
5208
|
}
|
|
5487
5209
|
|
|
5488
5210
|
.aksel-stepper__step[data-interactive="true"][data-active="true"] .aksel-stepper__content {
|
|
@@ -5490,14 +5212,14 @@
|
|
|
5490
5212
|
}
|
|
5491
5213
|
|
|
5492
5214
|
.aksel-stepper__step[data-interactive="true"][data-active="true"] .aksel-stepper__circle {
|
|
5493
|
-
color: var(--ax-text-
|
|
5494
|
-
background-color: var(--ax-bg-
|
|
5495
|
-
border-color: var(--ax-bg-
|
|
5215
|
+
color: var(--ax-text-contrast);
|
|
5216
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
5217
|
+
border-color: var(--ax-bg-strong-pressed);
|
|
5496
5218
|
}
|
|
5497
5219
|
|
|
5498
5220
|
.aksel-stepper__step[data-interactive="true"][data-active="false"]:hover .aksel-stepper__circle {
|
|
5499
|
-
background-color: var(--ax-bg-
|
|
5500
|
-
border-color: var(--ax-border-
|
|
5221
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
5222
|
+
border-color: var(--ax-border-strong);
|
|
5501
5223
|
}
|
|
5502
5224
|
|
|
5503
5225
|
.aksel-stepper__step[data-interactive="false"] {
|
|
@@ -5611,7 +5333,7 @@
|
|
|
5611
5333
|
}
|
|
5612
5334
|
|
|
5613
5335
|
.aksel-table__body .aksel-table__row--shade-on-hover.aksel-table__row--selected:hover {
|
|
5614
|
-
background-color: var(--ax-bg-
|
|
5336
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
5615
5337
|
}
|
|
5616
5338
|
|
|
5617
5339
|
.aksel-table__row {
|
|
@@ -5619,11 +5341,11 @@
|
|
|
5619
5341
|
}
|
|
5620
5342
|
|
|
5621
5343
|
.aksel-table__row--selected {
|
|
5622
|
-
background-color: var(--ax-bg-
|
|
5344
|
+
background-color: var(--ax-bg-softA);
|
|
5623
5345
|
}
|
|
5624
5346
|
|
|
5625
5347
|
.aksel-table__row--selected + .aksel-table__expanded-row {
|
|
5626
|
-
background-color: var(--ax-bg-
|
|
5348
|
+
background-color: var(--ax-bg-softA);
|
|
5627
5349
|
}
|
|
5628
5350
|
|
|
5629
5351
|
.aksel-table--zebra-stripes .aksel-table__body :where(.aksel-table__row:nth-child(odd):not(.aksel-table__row--selected)) {
|
|
@@ -5639,7 +5361,7 @@
|
|
|
5639
5361
|
}
|
|
5640
5362
|
|
|
5641
5363
|
.aksel-table--zebra-stripes .aksel-table__row--selected + .aksel-table__expanded-row:nth-child(4n) {
|
|
5642
|
-
background-color: var(--ax-bg-
|
|
5364
|
+
background-color: var(--ax-bg-softA);
|
|
5643
5365
|
}
|
|
5644
5366
|
|
|
5645
5367
|
.aksel-table__header-cell, .aksel-table__data-cell {
|
|
@@ -5695,7 +5417,7 @@
|
|
|
5695
5417
|
|
|
5696
5418
|
.aksel-table__sort-button {
|
|
5697
5419
|
appearance: none;
|
|
5698
|
-
color: var(--ax-text-
|
|
5420
|
+
color: var(--ax-text-subtle);
|
|
5699
5421
|
cursor: pointer;
|
|
5700
5422
|
padding: var(--ax-space-16) var(--ax-space-12);
|
|
5701
5423
|
gap: var(--ax-space-4);
|
|
@@ -5723,8 +5445,8 @@
|
|
|
5723
5445
|
}
|
|
5724
5446
|
|
|
5725
5447
|
.aksel-table__header-cell[aria-sort="ascending"] .aksel-table__sort-button, .aksel-table__header-cell[aria-sort="descending"] .aksel-table__sort-button {
|
|
5726
|
-
background-color: var(--ax-bg-
|
|
5727
|
-
color: var(--ax-text-
|
|
5448
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
5449
|
+
color: var(--ax-text-default);
|
|
5728
5450
|
}
|
|
5729
5451
|
|
|
5730
5452
|
.aksel-table__header-cell--align-right .aksel-table__sort-button {
|
|
@@ -5796,7 +5518,7 @@
|
|
|
5796
5518
|
}
|
|
5797
5519
|
|
|
5798
5520
|
.aksel-table__row--selected :is(:scope .aksel-table__toggle-expand-button:hover, :scope .aksel-table__toggle-expand-cell:hover > .aksel-table__toggle-expand-button, :scope .aksel-table__expandable-row--clickable:hover .aksel-table__toggle-expand-button) {
|
|
5799
|
-
background-color: var(--ax-bg-
|
|
5521
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
5800
5522
|
}
|
|
5801
5523
|
|
|
5802
5524
|
.aksel-table__toggle-expand-cell--open > :where(.aksel-table__toggle-expand-button) :where(.aksel-table__expandable-icon) {
|
|
@@ -5909,7 +5631,7 @@
|
|
|
5909
5631
|
|
|
5910
5632
|
.aksel-tabs__tab[data-state="active"] {
|
|
5911
5633
|
--__axc-tabs-line-width: -4px;
|
|
5912
|
-
--__axc-tabs-line-color: var(--ax-border-
|
|
5634
|
+
--__axc-tabs-line-color: var(--ax-border-strong);
|
|
5913
5635
|
}
|
|
5914
5636
|
|
|
5915
5637
|
.aksel-tabs__tab:focus-visible {
|
|
@@ -5945,7 +5667,7 @@
|
|
|
5945
5667
|
padding: var(--ax-space-4) var(--ax-space-16);
|
|
5946
5668
|
}
|
|
5947
5669
|
|
|
5948
|
-
|
|
5670
|
+
.aksel-tabs__tab svg, .aksel-tabs__tab--small.aksel-tabs__tab--icon-only svg, .aksel-tabs__tab--small.aksel-tabs__tab-icon--top svg {
|
|
5949
5671
|
font-size: 1.25rem;
|
|
5950
5672
|
}
|
|
5951
5673
|
|
|
@@ -6015,28 +5737,14 @@
|
|
|
6015
5737
|
display: flex;
|
|
6016
5738
|
}
|
|
6017
5739
|
|
|
6018
|
-
:
|
|
6019
|
-
|
|
6020
|
-
|
|
6021
|
-
|
|
6022
|
-
_::-webkit-full-page-media {
|
|
6023
|
-
padding-left: 2.1rem;
|
|
6024
|
-
}
|
|
6025
|
-
|
|
6026
|
-
_:future {
|
|
6027
|
-
padding-left: 2.1rem;
|
|
6028
|
-
}
|
|
6029
|
-
|
|
6030
|
-
:root .aksel-list ol .aksel-list__item {
|
|
6031
|
-
padding-left: 0;
|
|
6032
|
-
}
|
|
6033
|
-
|
|
6034
|
-
_::-webkit-full-page-media {
|
|
6035
|
-
padding-left: 0;
|
|
6036
|
-
}
|
|
5740
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (appearance: none) {
|
|
5741
|
+
.aksel-list ol {
|
|
5742
|
+
padding-left: 2.1rem;
|
|
5743
|
+
}
|
|
6037
5744
|
|
|
6038
|
-
|
|
6039
|
-
|
|
5745
|
+
.aksel-list ol .aksel-list__item {
|
|
5746
|
+
padding-left: 0;
|
|
5747
|
+
}
|
|
6040
5748
|
}
|
|
6041
5749
|
|
|
6042
5750
|
.aksel-list__item {
|