@navikt/ds-css 7.8.1 → 7.9.1
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 +21 -0
- package/README.md +6 -6
- package/button.css +9 -1
- package/darkside/button.darkside.css +9 -1
- package/darkside/form/form.darkside.css +0 -13
- package/darkside/toggle-group.darkside.css +19 -9
- package/darkside/typography.darkside.css +12 -0
- package/dist/component/button.css +9 -1
- package/dist/component/button.min.css +2 -2
- package/dist/component/form.css +37 -37
- package/dist/component/form.min.css +1 -1
- package/dist/component/link.css +1 -1
- package/dist/component/link.min.css +1 -1
- package/dist/component/typography.css +12 -0
- package/dist/component/typography.min.css +1 -1
- package/dist/components.css +60 -41
- package/dist/components.min.css +3 -3
- package/dist/darkside/component/button.css +9 -1
- package/dist/darkside/component/button.min.css +1 -1
- package/dist/darkside/component/form.css +0 -9
- package/dist/darkside/component/form.min.css +1 -1
- package/dist/darkside/component/togglegroup.css +20 -9
- package/dist/darkside/component/togglegroup.min.css +1 -1
- package/dist/darkside/component/typography.css +12 -0
- package/dist/darkside/component/typography.min.css +1 -1
- package/dist/darkside/components.css +41 -19
- package/dist/darkside/components.min.css +1 -1
- package/dist/darkside/global/tokens.css +1 -0
- package/dist/darkside/global/tokens.min.css +1 -1
- package/dist/darkside/index.css +42 -19
- package/dist/darkside/index.min.css +1 -1
- package/dist/darkside/version/{7.8.1 → 7.9.1}/component/button.css +9 -1
- package/dist/darkside/version/7.9.1/component/button.min.css +1 -0
- package/dist/darkside/version/{7.8.1 → 7.9.1}/component/form.css +0 -9
- package/dist/darkside/version/7.9.1/component/form.min.css +1 -0
- package/dist/darkside/version/{7.8.1 → 7.9.1}/component/togglegroup.css +20 -9
- package/dist/darkside/version/7.9.1/component/togglegroup.min.css +1 -0
- package/dist/darkside/version/{7.8.1 → 7.9.1}/component/typography.css +12 -0
- package/dist/darkside/version/{7.8.1 → 7.9.1}/component/typography.min.css +1 -1
- package/dist/darkside/version/{7.8.1 → 7.9.1}/components.css +41 -19
- package/dist/darkside/version/7.9.1/components.min.css +1 -0
- package/dist/darkside/version/{7.8.1 → 7.9.1}/global/tokens.css +1 -0
- package/dist/darkside/version/{7.8.1 → 7.9.1}/global/tokens.min.css +1 -1
- package/dist/darkside/version/{7.8.1 → 7.9.1}/index.css +42 -19
- package/dist/darkside/version/7.9.1/index.min.css +1 -0
- package/dist/global/tokens.css +1 -1
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +61 -42
- package/dist/index.min.css +4 -4
- package/form/form.css +0 -13
- package/form/select.css +5 -1
- package/form/switch.css +30 -19
- package/form/textarea.css +3 -6
- package/link.css +1 -1
- package/package.json +3 -3
- package/tokens.json +3 -3
- package/typography.css +12 -0
- package/dist/darkside/version/7.8.1/component/button.min.css +0 -1
- package/dist/darkside/version/7.8.1/component/form.min.css +0 -1
- package/dist/darkside/version/7.8.1/component/togglegroup.min.css +0 -1
- package/dist/darkside/version/7.8.1/components.min.css +0 -1
- package/dist/darkside/version/7.8.1/index.min.css +0 -1
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/accordion.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/accordion.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/actionmenu.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/actionmenu.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/alert.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/alert.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/chat.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/chat.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/chips.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/chips.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/copybutton.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/copybutton.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/date.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/date.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/dropdown.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/dropdown.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/expansioncard.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/expansioncard.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/guidepanel.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/guidepanel.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/helptext.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/helptext.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/internalheader.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/internalheader.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/link.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/link.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/linkpanel.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/linkpanel.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/list.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/list.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/loader.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/loader.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/modal.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/modal.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/pagination.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/pagination.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/panel.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/panel.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/popover.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/popover.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/primitives.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/primitives.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/progressbar.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/progressbar.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/readmore.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/readmore.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/skeleton.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/skeleton.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/stepper.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/stepper.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/table.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/table.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/tabs.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/tabs.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/tag.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/tag.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/theme.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/theme.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/timeline.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/timeline.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/tooltip.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/component/tooltip.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/global/baseline.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/global/baseline.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/global/fonts.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/global/fonts.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/global/print.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/global/print.min.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/global/reset.css +0 -0
- /package/dist/darkside/version/{7.8.1 → 7.9.1}/global/reset.min.css +0 -0
package/dist/index.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root, :host {
|
|
8
|
-
--
|
|
8
|
+
--ax-version: "7.9.1";
|
|
9
9
|
--a-spacing-1-alt: 0.375rem;
|
|
10
10
|
--a-spacing-05: 0.125rem;
|
|
11
11
|
--a-spacing-32: 8rem;
|
|
@@ -1263,6 +1263,18 @@ body,
|
|
|
1263
1263
|
color: var(--ac-typo-error-text, var(--__ac-typo-error-text, var(--a-text-danger)));
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
1266
|
+
.navds-error-message.navds-error-message--show-icon {
|
|
1267
|
+
display: flex;
|
|
1268
|
+
gap: var(--a-spacing-1);
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1271
|
+
.navds-error-message.navds-error-message--show-icon svg {
|
|
1272
|
+
margin-top: 0.15em;
|
|
1273
|
+
flex: 0 0 auto;
|
|
1274
|
+
width: 1em;
|
|
1275
|
+
height: 1em;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1266
1278
|
.navds-typo--truncate {
|
|
1267
1279
|
overflow: hidden;
|
|
1268
1280
|
white-space: nowrap;
|
|
@@ -1696,7 +1708,7 @@ body,
|
|
|
1696
1708
|
margin-right: var(--ac-button-icon-margin);
|
|
1697
1709
|
}
|
|
1698
1710
|
|
|
1699
|
-
.navds-
|
|
1711
|
+
.navds-button--icon-only .navds-button__icon {
|
|
1700
1712
|
margin: 0;
|
|
1701
1713
|
}
|
|
1702
1714
|
|
|
@@ -2085,6 +2097,10 @@ body,
|
|
|
2085
2097
|
|
|
2086
2098
|
/* Loader overrides */
|
|
2087
2099
|
|
|
2100
|
+
.navds-button .navds-loader {
|
|
2101
|
+
position: absolute;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2088
2104
|
.navds-button .navds-loader .navds-loader__foreground {
|
|
2089
2105
|
stroke: var(--ac-button-loader-stroke, currentColor);
|
|
2090
2106
|
}
|
|
@@ -2094,6 +2110,10 @@ body,
|
|
|
2094
2110
|
stroke: var(--ac-button-primary-loader-stroke-bg, rgb(255 255 255 / 0.3));
|
|
2095
2111
|
}
|
|
2096
2112
|
|
|
2113
|
+
.navds-button--loading > :not(.navds-loader) {
|
|
2114
|
+
visibility: hidden;
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2097
2117
|
@media (forced-colors: active) {
|
|
2098
2118
|
.navds-button:not(.navds-button--loading):where(:disabled, .navds-button--disabled) {
|
|
2099
2119
|
opacity: 1;
|
|
@@ -3645,19 +3665,6 @@ li.navds-file-item {
|
|
|
3645
3665
|
color: var(--ac-form-description, var(--__ac-form-description, var(--a-text-subtle)));
|
|
3646
3666
|
}
|
|
3647
3667
|
|
|
3648
|
-
.navds-form-field .navds-error-message,
|
|
3649
|
-
.navds-fieldset .navds-error-message,
|
|
3650
|
-
.navds-file-item .navds-error-message {
|
|
3651
|
-
display: flex;
|
|
3652
|
-
gap: var(--a-spacing-2);
|
|
3653
|
-
}
|
|
3654
|
-
|
|
3655
|
-
.navds-form-field .navds-error-message::before,
|
|
3656
|
-
.navds-fieldset .navds-error-message::before,
|
|
3657
|
-
.navds-file-item .navds-error-message::before {
|
|
3658
|
-
content: "•";
|
|
3659
|
-
}
|
|
3660
|
-
|
|
3661
3668
|
.navds-form-field--disabled {
|
|
3662
3669
|
opacity: 0.3;
|
|
3663
3670
|
cursor: not-allowed;
|
|
@@ -4233,11 +4240,15 @@ li.navds-file-item {
|
|
|
4233
4240
|
Error handling
|
|
4234
4241
|
*/
|
|
4235
4242
|
|
|
4236
|
-
.navds-select--error > *
|
|
4243
|
+
.navds-select--error > * .navds-select__input:not(:hover, :disabled) {
|
|
4237
4244
|
box-shadow: 0 0 0 1px var(--ac-select-error-border, var(--a-surface-danger));
|
|
4238
4245
|
border-color: var(--ac-select-error-border, var(--a-surface-danger));
|
|
4239
4246
|
}
|
|
4240
4247
|
|
|
4248
|
+
.navds-select--error .navds-select__input:focus {
|
|
4249
|
+
box-shadow: var(--a-shadow-focus);
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4241
4252
|
/**
|
|
4242
4253
|
Disabled
|
|
4243
4254
|
*/
|
|
@@ -4346,12 +4357,15 @@ li.navds-file-item {
|
|
|
4346
4357
|
.navds-switch__track {
|
|
4347
4358
|
width: 2.75rem;
|
|
4348
4359
|
height: 1.5rem;
|
|
4349
|
-
background-color: var(--ac-switch-bg, var(--a-surface-
|
|
4360
|
+
background-color: var(--ac-switch-bg, var(--a-surface-default));
|
|
4361
|
+
border: 2px solid var(--a-border-default);
|
|
4350
4362
|
position: absolute;
|
|
4351
4363
|
top: var(--a-spacing-3);
|
|
4352
4364
|
left: 0;
|
|
4353
4365
|
border-radius: var(--a-border-radius-full);
|
|
4354
|
-
transition: background-color
|
|
4366
|
+
transition-property: background-color, border-color;
|
|
4367
|
+
transition-duration: 100ms;
|
|
4368
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4355
4369
|
}
|
|
4356
4370
|
|
|
4357
4371
|
.navds-switch--small > .navds-switch__track {
|
|
@@ -4366,18 +4380,20 @@ li.navds-file-item {
|
|
|
4366
4380
|
|
|
4367
4381
|
.navds-switch__input:checked ~ .navds-switch__track {
|
|
4368
4382
|
background-color: var(--ac-switch-checked-bg, var(--a-surface-action-selected));
|
|
4383
|
+
border-color: var(--ac-switch-checked-bg, var(--a-surface-action-selected));
|
|
4369
4384
|
}
|
|
4370
4385
|
|
|
4371
4386
|
.navds-switch__input:hover ~ .navds-switch__track {
|
|
4372
|
-
background-color: var(--ac-switch-hover-bg, var(--a-surface-
|
|
4387
|
+
background-color: var(--ac-switch-hover-bg, var(--a-surface-subtle));
|
|
4373
4388
|
}
|
|
4374
4389
|
|
|
4375
|
-
.navds-switch__input:hover:checked ~ .navds-switch__track {
|
|
4390
|
+
.navds-switch__input:hover:checked:not(:disabled) ~ .navds-switch__track {
|
|
4376
4391
|
background-color: var(--ac-switch-checked-hover-bg, var(--a-surface-action-selected-hover));
|
|
4392
|
+
border-color: var(--ac-switch-checked-hover-bg, var(--a-surface-action-selected-hover));
|
|
4377
4393
|
}
|
|
4378
4394
|
|
|
4379
4395
|
.navds-switch__input:disabled ~ .navds-switch__track {
|
|
4380
|
-
background-color: var(--ac-switch-bg, var(--a-surface-
|
|
4396
|
+
background-color: var(--ac-switch-bg, var(--a-surface-default));
|
|
4381
4397
|
}
|
|
4382
4398
|
|
|
4383
4399
|
.navds-switch__input:checked:disabled ~ .navds-switch__track {
|
|
@@ -4404,15 +4420,15 @@ li.navds-file-item {
|
|
|
4404
4420
|
/* Thumb */
|
|
4405
4421
|
|
|
4406
4422
|
.navds-switch__thumb {
|
|
4407
|
-
background-color: var(--ac-switch-thumb-bg, var(--a-surface-
|
|
4423
|
+
background-color: var(--ac-switch-thumb-bg, var(--a-surface-neutral));
|
|
4408
4424
|
color: var(--ac-switch-thumb-icon, var(--a-icon-subtle));
|
|
4409
4425
|
border-radius: var(--a-border-radius-full);
|
|
4410
|
-
width: 1.
|
|
4411
|
-
height: 1.
|
|
4426
|
+
width: 1.125rem;
|
|
4427
|
+
height: 1.125rem;
|
|
4412
4428
|
position: absolute;
|
|
4413
4429
|
transform: translateX(0);
|
|
4414
|
-
left:
|
|
4415
|
-
top:
|
|
4430
|
+
left: 0.0625rem;
|
|
4431
|
+
top: 0.0625rem;
|
|
4416
4432
|
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
4417
4433
|
display: flex;
|
|
4418
4434
|
align-items: center;
|
|
@@ -4422,6 +4438,11 @@ li.navds-file-item {
|
|
|
4422
4438
|
.navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
|
|
4423
4439
|
transform: translateX(1.25rem);
|
|
4424
4440
|
color: var(--ac-switch-thumb-icon-checked, var(--a-icon-action-selected));
|
|
4441
|
+
background-color: var(--a-surface-default);
|
|
4442
|
+
width: 1.25rem;
|
|
4443
|
+
height: 1.25rem;
|
|
4444
|
+
left: 0;
|
|
4445
|
+
top: 0;
|
|
4425
4446
|
}
|
|
4426
4447
|
|
|
4427
4448
|
.navds-switch__input:checked ~ .navds-switch__track .navds-switch__checkmark {
|
|
@@ -4472,6 +4493,7 @@ li.navds-file-item {
|
|
|
4472
4493
|
.navds-switch--readonly > .navds-switch__input:checked ~ .navds-switch__track,
|
|
4473
4494
|
.navds-switch--readonly > .navds-switch__input:checked:hover ~ .navds-switch__track {
|
|
4474
4495
|
background-color: var(--a-surface-neutral-moderate);
|
|
4496
|
+
border-color: var(--a-border-subtle);
|
|
4475
4497
|
}
|
|
4476
4498
|
|
|
4477
4499
|
.navds-switch--readonly > .navds-switch__label-wrapper,
|
|
@@ -4489,12 +4511,12 @@ li.navds-file-item {
|
|
|
4489
4511
|
}
|
|
4490
4512
|
|
|
4491
4513
|
.navds-switch--readonly .navds-switch__thumb {
|
|
4492
|
-
background-color: var(--a-surface-
|
|
4493
|
-
box-shadow: 0 0 0 2px var(--a-border-default);
|
|
4514
|
+
background-color: var(--a-surface-neutral);
|
|
4494
4515
|
}
|
|
4495
4516
|
|
|
4496
4517
|
.navds-switch--readonly > .navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
|
|
4497
|
-
color: var(--a-icon-
|
|
4518
|
+
color: var(--a-icon-on-neutral);
|
|
4519
|
+
background-color: var(--a-surface-neutral);
|
|
4498
4520
|
}
|
|
4499
4521
|
|
|
4500
4522
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -4514,7 +4536,9 @@ li.navds-file-item {
|
|
|
4514
4536
|
}
|
|
4515
4537
|
|
|
4516
4538
|
.navds-switch__thumb,
|
|
4517
|
-
.navds-switch--readonly .navds-switch__thumb
|
|
4539
|
+
.navds-switch--readonly .navds-switch__thumb,
|
|
4540
|
+
.navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb,
|
|
4541
|
+
.navds-switch--readonly .navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
|
|
4518
4542
|
background-color: fieldtext;
|
|
4519
4543
|
}
|
|
4520
4544
|
|
|
@@ -4523,11 +4547,8 @@ li.navds-file-item {
|
|
|
4523
4547
|
color: field;
|
|
4524
4548
|
}
|
|
4525
4549
|
|
|
4526
|
-
.navds-switch__track {
|
|
4527
|
-
|
|
4528
|
-
height: calc(1.5rem + 4px);
|
|
4529
|
-
top: var(--a-spacing-3);
|
|
4530
|
-
border: 2px solid fieldtext;
|
|
4550
|
+
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__input:checked ~ .navds-switch__track > .navds-switch__thumb {
|
|
4551
|
+
background-color: graytext;
|
|
4531
4552
|
}
|
|
4532
4553
|
|
|
4533
4554
|
.navds-switch__input:focus-visible ~ .navds-switch__track {
|
|
@@ -4541,6 +4562,7 @@ li.navds-file-item {
|
|
|
4541
4562
|
|
|
4542
4563
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__thumb {
|
|
4543
4564
|
background-color: graytext;
|
|
4565
|
+
border-color: graytext;
|
|
4544
4566
|
}
|
|
4545
4567
|
|
|
4546
4568
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__track {
|
|
@@ -4743,16 +4765,13 @@ li.navds-file-item {
|
|
|
4743
4765
|
Error handling
|
|
4744
4766
|
*/
|
|
4745
4767
|
|
|
4746
|
-
.navds-textarea--error .navds-textarea__input:not(:hover, :
|
|
4768
|
+
.navds-textarea--error .navds-textarea__input:not(:hover, :disabled) {
|
|
4747
4769
|
box-shadow: 0 0 0 1px var(--ac-textarea-error-border, var(--__ac-textarea-error-border, var(--a-border-danger)));
|
|
4748
4770
|
border-color: var(--ac-textarea-error-border, var(--__ac-textarea-error-border, var(--a-border-danger)));
|
|
4749
4771
|
}
|
|
4750
4772
|
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
box-shadow: 0 0 0 1px var(--ac-textarea-error-border, var(--__ac-textarea-error-border, var(--a-border-danger)));
|
|
4754
|
-
border-color: var(--ac-textarea-error-border, var(--__ac-textarea-error-border, var(--a-border-danger)));
|
|
4755
|
-
}
|
|
4773
|
+
.navds-textarea--error .navds-textarea__input:focus-visible {
|
|
4774
|
+
box-shadow: var(--a-shadow-focus);
|
|
4756
4775
|
}
|
|
4757
4776
|
|
|
4758
4777
|
.navds-textarea__input:disabled {
|
|
@@ -5781,7 +5800,7 @@ button.navds-internalheader__title:active,
|
|
|
5781
5800
|
text-decoration: underline;
|
|
5782
5801
|
}
|
|
5783
5802
|
|
|
5784
|
-
.navds-alert:not(.navds-alert--inline) .navds-link,
|
|
5803
|
+
.navds-alert:not(.navds-alert--inline) .navds-link:not(:active, :focus-visible),
|
|
5785
5804
|
.navds-confirmation-panel .navds-link {
|
|
5786
5805
|
color: var(--a-text-default);
|
|
5787
5806
|
}
|