@navikt/ds-css 7.9.2 → 7.11.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 +20 -0
- package/button.css +1 -1
- package/config/tests/bundle.test.ts +7 -2
- package/darkside/accordion.darkside.css +49 -56
- package/darkside/action-menu.darkside.css +4 -4
- package/darkside/baseline/fonts.darkside.css +12 -12
- package/darkside/button.darkside.css +8 -6
- package/darkside/chat.darkside.css +2 -2
- package/darkside/chips.darkside.css +3 -3
- package/darkside/copybutton.darkside.css +6 -35
- package/darkside/date.darkside.css +8 -10
- package/darkside/expansioncard.darkside.css +5 -13
- package/darkside/form/combobox.darkside.css +24 -17
- package/darkside/form/error-summary.darkside.css +3 -3
- package/darkside/form/file-upload.darkside.css +13 -22
- package/darkside/form/form-progress.darkside.css +1 -1
- package/darkside/form/radio-checkbox.darkside.css +37 -19
- package/darkside/form/search.darkside.css +9 -9
- package/darkside/form/select.darkside.css +5 -5
- package/darkside/form/switch.darkside.css +33 -18
- package/darkside/form/text-field.darkside.css +5 -5
- package/darkside/form/textarea.darkside.css +5 -5
- package/darkside/index.css +0 -1
- package/darkside/internalheader.darkside.css +1 -1
- package/darkside/link.darkside.css +3 -2
- package/darkside/modal.darkside.css +1 -0
- package/darkside/read-more.darkside.css +2 -2
- package/darkside/stepper.darkside.css +3 -2
- package/darkside/table.darkside.css +23 -5
- package/darkside/tabs.darkside.css +4 -4
- package/darkside/timeline.darkside.css +10 -10
- package/darkside/toggle-group.darkside.css +4 -4
- package/darkside/typography.darkside.css +3 -0
- package/dist/component/alert.min.css +1 -1
- package/dist/component/button.css +1 -1
- package/dist/component/button.min.css +1 -1
- package/dist/component/chat.min.css +1 -1
- package/dist/component/date.min.css +1 -1
- package/dist/component/expansioncard.css +1 -0
- package/dist/component/expansioncard.min.css +2 -2
- package/dist/component/form.css +4 -0
- package/dist/component/form.min.css +1 -1
- package/dist/component/list.min.css +1 -1
- package/dist/component/modal.css +1 -0
- 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/table.css +20 -2
- package/dist/component/table.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 +29 -3
- package/dist/components.min.css +4 -4
- package/dist/darkside/component/accordion.css +59 -57
- package/dist/darkside/component/accordion.min.css +1 -1
- package/dist/darkside/component/actionmenu.css +13 -5
- package/dist/darkside/component/actionmenu.min.css +1 -1
- package/dist/darkside/component/alert.css +13 -5
- package/dist/darkside/component/alert.min.css +1 -1
- package/dist/darkside/component/button.css +41 -6
- package/dist/darkside/component/button.min.css +1 -1
- package/dist/darkside/component/chat.css +13 -4
- package/dist/darkside/component/chat.min.css +1 -1
- package/dist/darkside/component/chips.css +3 -3
- package/dist/darkside/component/chips.min.css +1 -1
- package/dist/darkside/component/copybutton.css +6 -34
- package/dist/darkside/component/copybutton.min.css +1 -1
- package/dist/darkside/component/date.css +67 -17
- package/dist/darkside/component/date.min.css +1 -1
- package/dist/darkside/component/dropdown.css +2 -1
- package/dist/darkside/component/dropdown.min.css +1 -1
- package/dist/darkside/component/expansioncard.css +36 -18
- package/dist/darkside/component/expansioncard.min.css +1 -1
- package/dist/darkside/component/form.css +300 -116
- package/dist/darkside/component/form.min.css +1 -1
- package/dist/darkside/component/guidepanel.css +17 -1
- package/dist/darkside/component/guidepanel.min.css +1 -1
- package/dist/darkside/component/helptext.css +5 -1
- package/dist/darkside/component/helptext.min.css +1 -1
- package/dist/darkside/component/internalheader.css +11 -2
- package/dist/darkside/component/internalheader.min.css +1 -1
- package/dist/darkside/component/link.css +8 -3
- package/dist/darkside/component/link.min.css +1 -1
- package/dist/darkside/component/list.css +2 -2
- package/dist/darkside/component/list.min.css +1 -1
- package/dist/darkside/component/modal.css +21 -3
- package/dist/darkside/component/modal.min.css +1 -1
- package/dist/darkside/component/primitives.css +18 -4
- package/dist/darkside/component/primitives.min.css +1 -1
- package/dist/darkside/component/readmore.css +17 -3
- package/dist/darkside/component/readmore.min.css +1 -1
- package/dist/darkside/component/skeleton.css +1 -0
- package/dist/darkside/component/skeleton.min.css +1 -1
- package/dist/darkside/component/stepper.css +25 -4
- package/dist/darkside/component/stepper.min.css +1 -1
- package/dist/darkside/component/table.css +28 -6
- package/dist/darkside/component/table.min.css +1 -1
- package/dist/darkside/component/tabs.css +7 -7
- package/dist/darkside/component/tabs.min.css +1 -1
- package/dist/darkside/component/tag.css +12 -1
- package/dist/darkside/component/tag.min.css +1 -1
- package/dist/darkside/component/timeline.css +22 -12
- package/dist/darkside/component/timeline.min.css +1 -1
- package/dist/darkside/component/togglegroup.css +5 -4
- package/dist/darkside/component/togglegroup.min.css +1 -1
- package/dist/darkside/component/typography.css +3 -0
- package/dist/darkside/component/typography.min.css +1 -1
- package/dist/darkside/components.css +755 -366
- package/dist/darkside/components.min.css +1 -1
- package/dist/darkside/global/fonts.css +12 -12
- package/dist/darkside/global/fonts.min.css +1 -1
- package/dist/darkside/global/tokens.css +850 -868
- package/dist/darkside/global/tokens.min.css +1 -1
- package/dist/darkside/index.css +1619 -1248
- package/dist/darkside/index.min.css +1 -1
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/accordion.css +59 -57
- package/dist/darkside/version/7.11.0/component/accordion.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/actionmenu.css +13 -5
- package/dist/darkside/version/7.11.0/component/actionmenu.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/alert.css +13 -5
- package/dist/darkside/version/7.11.0/component/alert.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/button.css +41 -6
- package/dist/darkside/version/7.11.0/component/button.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/chat.css +13 -4
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/chat.min.css +1 -1
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/chips.css +3 -3
- package/dist/darkside/version/7.11.0/component/chips.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/copybutton.css +6 -34
- package/dist/darkside/version/7.11.0/component/copybutton.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/date.css +67 -17
- package/dist/darkside/version/7.11.0/component/date.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/dropdown.css +2 -1
- package/dist/darkside/version/7.11.0/component/dropdown.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/expansioncard.css +36 -18
- package/dist/darkside/version/7.11.0/component/expansioncard.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/form.css +300 -116
- package/dist/darkside/version/7.11.0/component/form.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/guidepanel.css +17 -1
- package/dist/darkside/version/7.11.0/component/guidepanel.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/helptext.css +5 -1
- package/dist/darkside/version/7.11.0/component/helptext.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/internalheader.css +11 -2
- package/dist/darkside/version/7.11.0/component/internalheader.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/link.css +8 -3
- package/dist/darkside/version/7.11.0/component/link.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/list.css +2 -2
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/list.min.css +1 -1
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/modal.css +21 -3
- package/dist/darkside/version/7.11.0/component/modal.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/primitives.css +18 -4
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/primitives.min.css +1 -1
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/readmore.css +17 -3
- package/dist/darkside/version/7.11.0/component/readmore.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/skeleton.css +1 -0
- package/dist/darkside/version/7.11.0/component/skeleton.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/stepper.css +25 -4
- package/dist/darkside/version/7.11.0/component/stepper.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/table.css +28 -6
- package/dist/darkside/version/7.11.0/component/table.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/tabs.css +7 -7
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/tabs.min.css +1 -1
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/tag.css +12 -1
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/tag.min.css +1 -1
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/timeline.css +22 -12
- package/dist/darkside/version/7.11.0/component/timeline.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/togglegroup.css +5 -4
- package/dist/darkside/version/7.11.0/component/togglegroup.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/component/typography.css +3 -0
- package/dist/darkside/version/7.11.0/component/typography.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/components.css +755 -366
- package/dist/darkside/version/7.11.0/components.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/global/fonts.css +12 -12
- package/dist/darkside/version/{7.9.2 → 7.11.0}/global/fonts.min.css +1 -1
- package/dist/darkside/version/{7.9.2 → 7.11.0}/global/tokens.css +850 -868
- package/dist/darkside/version/7.11.0/global/tokens.min.css +1 -0
- package/dist/darkside/version/{7.9.2 → 7.11.0}/index.css +1619 -1248
- package/dist/darkside/version/7.11.0/index.min.css +1 -0
- package/dist/global/baseline.min.css +1 -1
- package/dist/global/tokens.css +324 -324
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +353 -327
- package/dist/index.min.css +5 -5
- package/expansioncard.css +1 -0
- package/form/radio-checkbox.css +5 -0
- package/modal.css +1 -0
- package/package.json +3 -3
- package/table.css +20 -2
- package/darkside/link-panel.darkside.css +0 -47
- package/dist/darkside/component/linkpanel.css +0 -48
- package/dist/darkside/component/linkpanel.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/accordion.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/actionmenu.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/alert.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/button.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/chips.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/copybutton.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/date.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/dropdown.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/expansioncard.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/form.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/guidepanel.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/helptext.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/internalheader.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/link.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/linkpanel.css +0 -48
- package/dist/darkside/version/7.9.2/component/linkpanel.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/modal.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/readmore.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/skeleton.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/stepper.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/table.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/timeline.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/togglegroup.min.css +0 -1
- package/dist/darkside/version/7.9.2/component/typography.min.css +0 -1
- package/dist/darkside/version/7.9.2/components.min.css +0 -1
- package/dist/darkside/version/7.9.2/global/tokens.min.css +0 -1
- package/dist/darkside/version/7.9.2/index.min.css +0 -1
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/loader.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/loader.min.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/pagination.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/pagination.min.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/panel.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/panel.min.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/popover.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/popover.min.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/progressbar.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/progressbar.min.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/theme.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/theme.min.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/tooltip.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/component/tooltip.min.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/global/baseline.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/global/baseline.min.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/global/print.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/global/print.min.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/global/reset.css +0 -0
- /package/dist/darkside/version/{7.9.2 → 7.11.0}/global/reset.min.css +0 -0
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
flex-direction: column;
|
|
11
11
|
width: 100%;
|
|
12
12
|
position: relative;
|
|
13
|
-
border-radius: var(--ax-border-radius-
|
|
13
|
+
border-radius: var(--ax-border-radius-large);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.navds-form-field:not(:is(.navds-combobox--disabled, .navds-combobox--readonly)) {
|
|
17
17
|
& .navds-combobox__wrapper:hover {
|
|
18
|
-
border-color: var(--ax-border-
|
|
18
|
+
border-color: var(--ax-border-accent-strong);
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -31,6 +31,10 @@
|
|
|
31
31
|
opacity: var(--ax-opacity-disabled);
|
|
32
32
|
|
|
33
33
|
& .navds-combobox__wrapper {
|
|
34
|
+
&:hover {
|
|
35
|
+
border-color: var(--ax-border-default);
|
|
36
|
+
}
|
|
37
|
+
|
|
34
38
|
& *:hover {
|
|
35
39
|
cursor: not-allowed;
|
|
36
40
|
}
|
|
@@ -77,12 +81,12 @@
|
|
|
77
81
|
|
|
78
82
|
.navds-combobox__wrapper-inner {
|
|
79
83
|
border: 1px solid var(--ax-border-default);
|
|
80
|
-
border-radius: var(--ax-border-radius-
|
|
84
|
+
border-radius: var(--ax-border-radius-large);
|
|
81
85
|
|
|
82
86
|
&:has(.navds-combobox__input:focus-visible) {
|
|
83
|
-
outline:
|
|
84
|
-
outline-offset:
|
|
85
|
-
border-color: var(--ax-border-
|
|
87
|
+
outline: 3px solid var(--ax-border-focus);
|
|
88
|
+
outline-offset: 3px;
|
|
89
|
+
border-color: var(--ax-border-accent-strong);
|
|
86
90
|
}
|
|
87
91
|
|
|
88
92
|
&:has(.navds-combobox__input:focus-visible).navds-combobox__wrapper-inner--virtually-unfocused {
|
|
@@ -113,15 +117,19 @@
|
|
|
113
117
|
&:hover {
|
|
114
118
|
cursor: text;
|
|
115
119
|
}
|
|
120
|
+
|
|
121
|
+
.navds-combobox--disabled &:hover {
|
|
122
|
+
border-color: var(--ax-border-default);
|
|
123
|
+
}
|
|
116
124
|
}
|
|
117
125
|
|
|
118
126
|
.navds-combobox--error {
|
|
119
127
|
& .navds-combobox__wrapper-inner {
|
|
120
|
-
border-color: var(--ax-border-danger);
|
|
121
|
-
box-shadow: 0 0 0 1px var(--ax-border-danger);
|
|
128
|
+
border-color: var(--ax-border-danger-strong);
|
|
129
|
+
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|
|
122
130
|
|
|
123
131
|
&:has(.navds-combobox__input:focus-visible) {
|
|
124
|
-
border-color: var(--ax-border-danger);
|
|
132
|
+
border-color: var(--ax-border-danger-strong);
|
|
125
133
|
}
|
|
126
134
|
}
|
|
127
135
|
}
|
|
@@ -207,7 +215,6 @@
|
|
|
207
215
|
}
|
|
208
216
|
|
|
209
217
|
.navds-combobox__button-toggle-list {
|
|
210
|
-
border-radius: var(--ax-border-radius-medium);
|
|
211
218
|
color: var(--ax-text-default);
|
|
212
219
|
display: flex;
|
|
213
220
|
justify-content: center;
|
|
@@ -230,7 +237,7 @@
|
|
|
230
237
|
/* dropdown & non selectable dropdown items */
|
|
231
238
|
|
|
232
239
|
.navds-combobox__list {
|
|
233
|
-
max-height:
|
|
240
|
+
max-height: 316px;
|
|
234
241
|
overflow: clip;
|
|
235
242
|
position: absolute;
|
|
236
243
|
left: 0;
|
|
@@ -265,10 +272,10 @@
|
|
|
265
272
|
justify-content: space-between;
|
|
266
273
|
padding-block: var(--__axc-combobox-list-item-padding-block);
|
|
267
274
|
padding-inline: var(--__axc-combobox-list-item-padding-inline);
|
|
268
|
-
border-radius: var(--ax-border-radius-
|
|
275
|
+
border-radius: var(--ax-border-radius-large);
|
|
269
276
|
border: 0;
|
|
270
277
|
margin-inline: var(--ax-space-8);
|
|
271
|
-
margin-block: var(--ax-space-
|
|
278
|
+
margin-block: var(--ax-space-2);
|
|
272
279
|
scroll-margin-block: 8px; /* outline + outline-offset + margin-block */
|
|
273
280
|
}
|
|
274
281
|
|
|
@@ -307,7 +314,6 @@
|
|
|
307
314
|
.navds-combobox__list-item--focus {
|
|
308
315
|
cursor: pointer;
|
|
309
316
|
outline: 2px solid var(--ax-border-focus);
|
|
310
|
-
outline-offset: 2px;
|
|
311
317
|
}
|
|
312
318
|
|
|
313
319
|
.navds-combobox__list-item {
|
|
@@ -321,10 +327,11 @@
|
|
|
321
327
|
& mark {
|
|
322
328
|
background-color: transparent;
|
|
323
329
|
font-weight: var(--ax-font-weight-bold);
|
|
330
|
+
color: var(--ax-text-default);
|
|
324
331
|
}
|
|
325
332
|
|
|
326
333
|
& svg {
|
|
327
|
-
color: var(--ax-text-
|
|
334
|
+
color: var(--ax-text-default);
|
|
328
335
|
}
|
|
329
336
|
}
|
|
330
337
|
|
|
@@ -344,14 +351,14 @@
|
|
|
344
351
|
justify-content: flex-start;
|
|
345
352
|
gap: 0.25rem;
|
|
346
353
|
margin: 0;
|
|
347
|
-
margin-block: calc(var(--ax-space-4) * -1);
|
|
348
|
-
padding-block: var(--ax-space-16);
|
|
354
|
+
margin-block-start: calc(var(--ax-space-4) * -1);
|
|
349
355
|
|
|
350
356
|
& svg {
|
|
351
357
|
color: var(--ax-text-default);
|
|
352
358
|
}
|
|
353
359
|
|
|
354
360
|
&:only-child {
|
|
361
|
+
margin-block: calc(var(--ax-space-4) * -1);
|
|
355
362
|
border: none;
|
|
356
363
|
}
|
|
357
364
|
}
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
4
4
|
border: 4px solid var(--ax-border-danger);
|
|
5
5
|
border-radius: var(--ax-border-radius-xlarge);
|
|
6
|
-
outline-offset:
|
|
6
|
+
outline-offset: 3px;
|
|
7
7
|
|
|
8
8
|
&:focus-visible,
|
|
9
9
|
&:has(.navds-error-summary__heading:focus-visible) {
|
|
10
|
-
outline:
|
|
10
|
+
outline: 3px solid var(--ax-border-focus);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
@supports not selector(:focus-visible) {
|
|
15
15
|
.navds-error-summary:focus {
|
|
16
|
-
outline:
|
|
16
|
+
outline: 3px solid var(--ax-border-focus);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
|
|
@@ -26,19 +26,23 @@
|
|
|
26
26
|
border-color: var(--ax-border-accent-strong);
|
|
27
27
|
|
|
28
28
|
& > .navds-dropzone__area-button {
|
|
29
|
-
color: var(--ax-text-accent-strong);
|
|
30
29
|
background-color: var(--ax-bg-accent-moderate-hover);
|
|
31
30
|
box-shadow: inset 0 0 0 2px var(--ax-bg-accent-strong-hover);
|
|
32
31
|
}
|
|
33
32
|
}
|
|
34
33
|
|
|
35
|
-
&:active
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
34
|
+
&:active:not([data-disabled="true"]) {
|
|
35
|
+
& > .navds-dropzone__area-button {
|
|
36
|
+
background-color: var(--ax-bg-accent-strong-pressed);
|
|
37
|
+
color: var(--ax-text-accent-contrast);
|
|
38
|
+
box-shadow: none;
|
|
39
|
+
}
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
&[data-disabled="true"] {
|
|
43
|
+
--__axc-dropzone-background: var(--ax-bg-soft);
|
|
44
|
+
|
|
45
|
+
border-color: var(--ax-border-subtleA);
|
|
42
46
|
cursor: default;
|
|
43
47
|
}
|
|
44
48
|
}
|
|
@@ -89,7 +93,7 @@
|
|
|
89
93
|
|
|
90
94
|
.navds-dropzone--error > .navds-dropzone__area {
|
|
91
95
|
border-color: transparent;
|
|
92
|
-
outline: 2px solid var(--ax-border-danger);
|
|
96
|
+
outline: 2px solid var(--ax-border-danger-strong);
|
|
93
97
|
outline-offset: -1px;
|
|
94
98
|
}
|
|
95
99
|
|
|
@@ -130,7 +134,7 @@
|
|
|
130
134
|
}
|
|
131
135
|
|
|
132
136
|
.navds-dropzone--dragging .navds-dropzone__area-release {
|
|
133
|
-
color: var(--ax-text-accent
|
|
137
|
+
color: var(--ax-text-accent);
|
|
134
138
|
top: 50%;
|
|
135
139
|
transform: translateY(-50%);
|
|
136
140
|
}
|
|
@@ -165,7 +169,7 @@ li.navds-file-item {
|
|
|
165
169
|
}
|
|
166
170
|
|
|
167
171
|
.navds-file-item--error > .navds-file-item__inner {
|
|
168
|
-
outline: 2px solid var(--ax-border-danger);
|
|
172
|
+
outline: 2px solid var(--ax-border-danger-strong);
|
|
169
173
|
}
|
|
170
174
|
|
|
171
175
|
.navds-file-item__icon {
|
|
@@ -198,7 +202,6 @@ li.navds-file-item {
|
|
|
198
202
|
}
|
|
199
203
|
|
|
200
204
|
.navds-file-item__error {
|
|
201
|
-
color: var(--ax-text-danger);
|
|
202
205
|
display: grid;
|
|
203
206
|
transition-property: grid-template-rows, padding-top;
|
|
204
207
|
transition-duration: 250ms;
|
|
@@ -206,20 +209,8 @@ li.navds-file-item {
|
|
|
206
209
|
overflow: hidden;
|
|
207
210
|
grid-template-rows: 0fr;
|
|
208
211
|
|
|
209
|
-
|
|
212
|
+
.navds-file-item--error & {
|
|
210
213
|
grid-template-rows: 1fr;
|
|
211
214
|
padding-top: var(--ax-space-4);
|
|
212
215
|
}
|
|
213
216
|
}
|
|
214
|
-
|
|
215
|
-
.navds-file-item__error-content {
|
|
216
|
-
min-height: 0;
|
|
217
|
-
display: flex;
|
|
218
|
-
gap: var(--ax-space-4);
|
|
219
|
-
|
|
220
|
-
& > svg {
|
|
221
|
-
flex-shrink: 0;
|
|
222
|
-
height: 1rem;
|
|
223
|
-
margin-top: 0.1rem;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
|
|
51
51
|
.navds-form-progress__stepper {
|
|
52
52
|
border: 1px solid var(--ax-border-subtle);
|
|
53
|
-
border-radius: var(--ax-border-radius-
|
|
53
|
+
border-radius: var(--ax-border-radius-xlarge);
|
|
54
54
|
padding: var(--ax-space-16) var(--ax-space-20);
|
|
55
55
|
margin-top: var(--ax-space-4);
|
|
56
56
|
background: var(--ax-bg-raised);
|
|
@@ -68,26 +68,42 @@
|
|
|
68
68
|
height: 1.25rem;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
.navds-checkbox__input:focus + .navds-checkbox__label::
|
|
72
|
-
.navds-radio__input:focus + .navds-radio__label::
|
|
73
|
-
outline: 2px solid var(--ax-border-focus);
|
|
74
|
-
outline-offset: 2px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.navds-checkbox__input:indeterminate + .navds-checkbox__label::after {
|
|
71
|
+
.navds-checkbox__input:focus + .navds-checkbox__label::after,
|
|
72
|
+
.navds-radio__input:focus + .navds-radio__label::after {
|
|
78
73
|
content: "";
|
|
79
74
|
position: absolute;
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
75
|
+
width: 100%;
|
|
76
|
+
height: calc(100% - var(--ax-space-24));
|
|
77
|
+
border-radius: var(--ax-border-radius-medium);
|
|
78
|
+
outline: 3px solid var(--ax-border-focus);
|
|
79
|
+
outline-offset: 3px;
|
|
80
|
+
pointer-events: none;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.navds-checkbox--small > .navds-checkbox__input:focus + .navds-checkbox__label::after,
|
|
84
|
+
.navds-radio--small > .navds-radio__input:focus + .navds-radio__label::after {
|
|
85
|
+
height: calc(100% - var(--ax-space-12));
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.navds-checkbox__icon-indeterminate {
|
|
89
|
+
display: none;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
93
|
+
display: block;
|
|
83
94
|
width: 0.75rem;
|
|
84
95
|
height: 0.25rem;
|
|
96
|
+
background-color: var(--ax-bg-default);
|
|
85
97
|
border-radius: 1px;
|
|
86
|
-
|
|
98
|
+
position: absolute;
|
|
99
|
+
transform: translate(var(--ax-space-6), -50%);
|
|
100
|
+
top: 50%;
|
|
101
|
+
pointer-events: none;
|
|
87
102
|
}
|
|
88
103
|
|
|
89
|
-
.navds-checkbox--small .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
90
|
-
transform: translate(
|
|
104
|
+
.navds-checkbox--small .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
105
|
+
transform: translate(var(--ax-space-4), -50%);
|
|
106
|
+
height: 0.1875rem;
|
|
91
107
|
}
|
|
92
108
|
|
|
93
109
|
.navds-checkbox__input:where(:checked, :indeterminate) + .navds-checkbox__label::before {
|
|
@@ -141,7 +157,7 @@
|
|
|
141
157
|
|
|
142
158
|
.navds-checkbox__input:hover:not(:disabled) + .navds-checkbox__label,
|
|
143
159
|
.navds-radio__input:hover:not(:disabled) + .navds-radio__label {
|
|
144
|
-
color: var(--ax-text-accent
|
|
160
|
+
color: var(--ax-text-accent);
|
|
145
161
|
}
|
|
146
162
|
|
|
147
163
|
.navds-checkbox__input:hover:not(:disabled, :checked, :indeterminate) + .navds-checkbox__label::before,
|
|
@@ -152,13 +168,12 @@
|
|
|
152
168
|
|
|
153
169
|
.navds-checkbox--error > .navds-checkbox__input:not(:disabled, :checked, :indeterminate) + .navds-checkbox__label::before,
|
|
154
170
|
.navds-radio--error > .navds-radio__input:not(:disabled, :checked) + .navds-radio__label::before {
|
|
155
|
-
border-color: var(--ax-border-danger);
|
|
171
|
+
border-color: var(--ax-border-danger-strong);
|
|
156
172
|
}
|
|
157
173
|
|
|
158
174
|
.navds-checkbox--error > .navds-checkbox__input:not(:disabled, :checked, :indeterminate):hover + .navds-checkbox__label::before,
|
|
159
175
|
.navds-radio--error > .navds-radio__input:not(:disabled, :checked):hover + .navds-radio__label::before {
|
|
160
176
|
background-color: var(--ax-bg-danger-moderate-hoverA);
|
|
161
|
-
border-color: var(--ax-border-danger-strong);
|
|
162
177
|
}
|
|
163
178
|
|
|
164
179
|
.navds-checkbox--error > .navds-checkbox__input:is(:checked, :indeterminate):not(:disabled) + .navds-checkbox__label::before {
|
|
@@ -222,7 +237,7 @@
|
|
|
222
237
|
inset 0 0 0 8px var(--ax-bg-moderate);
|
|
223
238
|
}
|
|
224
239
|
|
|
225
|
-
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
240
|
+
.navds-checkbox--readonly > .navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
226
241
|
background-color: var(--ax-text-subtle);
|
|
227
242
|
}
|
|
228
243
|
|
|
@@ -247,7 +262,7 @@
|
|
|
247
262
|
color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
248
263
|
}
|
|
249
264
|
|
|
250
|
-
.navds-checkbox__input:indeterminate + .navds-checkbox__label
|
|
265
|
+
.navds-checkbox__input:indeterminate + .navds-checkbox__label > .navds-checkbox__icon-indeterminate {
|
|
251
266
|
background-color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
252
267
|
}
|
|
253
268
|
|
|
@@ -265,7 +280,10 @@
|
|
|
265
280
|
background-color: var(--__axc-radio-checkbox-high-contrast-bg);
|
|
266
281
|
}
|
|
267
282
|
|
|
268
|
-
.navds-checkbox--readonly
|
|
283
|
+
.navds-checkbox--readonly
|
|
284
|
+
> .navds-checkbox__input:indeterminate
|
|
285
|
+
+ .navds-checkbox__label
|
|
286
|
+
> .navds-checkbox__icon-indeterminate {
|
|
269
287
|
background-color: var(--__axc-radio-checkbox-high-contrast-text);
|
|
270
288
|
}
|
|
271
289
|
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
.navds-search__wrapper {
|
|
23
23
|
display: inline-flex;
|
|
24
24
|
align-items: center;
|
|
25
|
-
border-radius: var(--ax-border-radius-
|
|
25
|
+
border-radius: var(--ax-border-radius-large);
|
|
26
26
|
|
|
27
27
|
/* We have to outline the whole container to include the Search-buttons */
|
|
28
28
|
&:has(.navds-search__input:focus-visible) {
|
|
29
|
-
outline:
|
|
30
|
-
outline-offset:
|
|
29
|
+
outline: 3px solid var(--ax-border-focus);
|
|
30
|
+
outline-offset: 3px;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
.navds-search__button-search {
|
|
98
98
|
flex-shrink: 0;
|
|
99
99
|
border-radius: 0;
|
|
100
|
-
border-top-right-radius: var(--ax-border-radius-
|
|
101
|
-
border-bottom-right-radius: var(--ax-border-radius-
|
|
100
|
+
border-top-right-radius: var(--ax-border-radius-large);
|
|
101
|
+
border-bottom-right-radius: var(--ax-border-radius-large);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.navds-search__button-search.navds-button--secondary {
|
|
@@ -127,13 +127,13 @@
|
|
|
127
127
|
|
|
128
128
|
/* --------------------------- Search Error-state --------------------------- */
|
|
129
129
|
.navds-search--error .navds-search__input:not(:disabled) {
|
|
130
|
-
border-color: var(--ax-border-danger);
|
|
130
|
+
border-color: var(--ax-border-danger-strong);
|
|
131
131
|
box-shadow:
|
|
132
|
-
inset -2px 0 0 0 var(--ax-border-danger),
|
|
133
|
-
inset 0 0 0 1px var(--ax-border-danger);
|
|
132
|
+
inset -2px 0 0 0 var(--ax-border-danger-strong),
|
|
133
|
+
inset 0 0 0 1px var(--ax-border-danger-strong);
|
|
134
134
|
|
|
135
135
|
&.navds-search__input--simple {
|
|
136
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-danger);
|
|
136
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-danger-strong);
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.navds-select__input {
|
|
2
2
|
appearance: none;
|
|
3
3
|
background-color: var(--ax-bg-input);
|
|
4
|
-
border-radius: var(--ax-border-radius-
|
|
4
|
+
border-radius: var(--ax-border-radius-large);
|
|
5
5
|
border: 1px solid var(--ax-border-default);
|
|
6
6
|
color: var(--ax-text-default);
|
|
7
7
|
width: 100%;
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
&:focus {
|
|
21
|
-
outline:
|
|
22
|
-
outline-offset:
|
|
21
|
+
outline: 3px solid var(--ax-border-focus);
|
|
22
|
+
outline-offset: 3px;
|
|
23
23
|
border-color: var(--ax-border-accent-strong);
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
/* --------------------------- Select Error-state --------------------------- */
|
|
67
67
|
.navds-select--error {
|
|
68
68
|
> * select {
|
|
69
|
-
box-shadow: 0 0 0 1px var(--ax-border-danger);
|
|
70
|
-
border-color: var(--ax-border-danger);
|
|
69
|
+
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|
|
70
|
+
border-color: var(--ax-border-danger-strong);
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
> * select:hover,
|
|
@@ -31,31 +31,46 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.navds-switch__content {
|
|
34
|
+
--__axc-switch-block-padding: 0.75rem;
|
|
35
|
+
|
|
36
|
+
position: relative;
|
|
34
37
|
display: flex;
|
|
35
38
|
flex-direction: column;
|
|
36
|
-
gap:
|
|
37
|
-
padding:
|
|
39
|
+
gap: var(--ax-space-2);
|
|
40
|
+
padding: var(--__axc-switch-block-padding) 0 var(--__axc-switch-block-padding) 3.25rem;
|
|
38
41
|
|
|
39
42
|
.navds-switch--right & {
|
|
40
|
-
padding:
|
|
43
|
+
padding: var(--__axc-switch-block-padding) 3.25rem var(--__axc-switch-block-padding) 0;
|
|
41
44
|
}
|
|
42
45
|
|
|
43
46
|
.navds-switch--small & {
|
|
44
|
-
|
|
47
|
+
--__axc-switch-block-padding: 0.375rem;
|
|
45
48
|
}
|
|
46
49
|
|
|
47
|
-
|
|
48
|
-
padding:
|
|
50
|
+
&.navds-switch--with-description {
|
|
51
|
+
padding-bottom: 0;
|
|
49
52
|
}
|
|
50
|
-
}
|
|
51
53
|
|
|
52
|
-
.navds-
|
|
53
|
-
|
|
54
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > &::after {
|
|
55
|
+
content: "";
|
|
56
|
+
position: absolute;
|
|
57
|
+
left: 0;
|
|
58
|
+
width: 100%;
|
|
59
|
+
height: calc(100% - var(--__axc-switch-block-padding) * 2);
|
|
60
|
+
border-radius: var(--ax-border-radius-medium);
|
|
61
|
+
outline: 3px solid var(--ax-border-focus);
|
|
62
|
+
outline-offset: 3px;
|
|
63
|
+
pointer-events: none;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > &.navds-switch--with-description::after {
|
|
67
|
+
height: calc(100% - var(--__axc-switch-block-padding) * 1);
|
|
68
|
+
}
|
|
54
69
|
}
|
|
55
70
|
|
|
56
71
|
.navds-switch__input:hover ~ .navds-switch__label-wrapper,
|
|
57
72
|
.navds-switch__label-wrapper:hover {
|
|
58
|
-
color: var(--ax-text-accent
|
|
73
|
+
color: var(--ax-text-accent);
|
|
59
74
|
}
|
|
60
75
|
|
|
61
76
|
.navds-switch__input:disabled:hover ~ .navds-switch__label-wrapper {
|
|
@@ -100,9 +115,9 @@
|
|
|
100
115
|
border-color: var(--ax-bg-accent-strong-pressed);
|
|
101
116
|
}
|
|
102
117
|
|
|
103
|
-
.navds-switch__input:focus
|
|
104
|
-
outline:
|
|
105
|
-
outline-offset:
|
|
118
|
+
.navds-switch--standalone > .navds-switch__input:focus ~ & {
|
|
119
|
+
outline: 3px solid var(--ax-border-focus);
|
|
120
|
+
outline-offset: 3px;
|
|
106
121
|
}
|
|
107
122
|
}
|
|
108
123
|
|
|
@@ -124,7 +139,7 @@
|
|
|
124
139
|
.navds-switch__input:checked ~ .navds-switch__track > & {
|
|
125
140
|
background-color: var(--ax-bg-raised);
|
|
126
141
|
transform: translateX(1.25rem);
|
|
127
|
-
color: var(--ax-text-accent
|
|
142
|
+
color: var(--ax-text-accent);
|
|
128
143
|
width: 1.25rem;
|
|
129
144
|
height: 1.25rem;
|
|
130
145
|
left: 0;
|
|
@@ -238,9 +253,9 @@
|
|
|
238
253
|
color: field;
|
|
239
254
|
}
|
|
240
255
|
|
|
241
|
-
.navds-switch__input:focus
|
|
242
|
-
|
|
243
|
-
outline
|
|
256
|
+
.navds-switch__input:focus ~ .navds-switch__label-wrapper > .navds-switch__content::after,
|
|
257
|
+
.navds-switch--standalone > .navds-switch__input:focus ~ .navds-switch__track {
|
|
258
|
+
outline: 3px solid highlight;
|
|
244
259
|
}
|
|
245
260
|
|
|
246
261
|
.navds-switch--disabled:not(.navds-switch--loading) {
|
|
@@ -248,7 +263,7 @@
|
|
|
248
263
|
}
|
|
249
264
|
|
|
250
265
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__thumb {
|
|
251
|
-
background-color: graytext;
|
|
266
|
+
background-color: graytext !important;
|
|
252
267
|
}
|
|
253
268
|
|
|
254
269
|
.navds-switch--disabled:not(.navds-switch--loading) .navds-switch__track {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
appearance: none;
|
|
3
3
|
padding: var(--ax-space-8);
|
|
4
4
|
background: var(--ax-bg-input);
|
|
5
|
-
border-radius: var(--ax-border-radius-
|
|
5
|
+
border-radius: var(--ax-border-radius-large);
|
|
6
6
|
border: 1px solid var(--ax-border-default);
|
|
7
7
|
min-height: 3rem;
|
|
8
8
|
width: 100%;
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
|
|
15
15
|
&:focus-visible {
|
|
16
16
|
border-color: var(--ax-border-accent-strong);
|
|
17
|
-
outline:
|
|
18
|
-
outline-offset:
|
|
17
|
+
outline: 3px solid var(--ax-border-focus);
|
|
18
|
+
outline-offset: 3px;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
&:disabled {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.navds-text-field--error .navds-text-field__input:not(:disabled) {
|
|
42
|
-
border-color: var(--ax-border-danger);
|
|
43
|
-
box-shadow: 0 0 0 1px var(--ax-border-danger);
|
|
42
|
+
border-color: var(--ax-border-danger-strong);
|
|
43
|
+
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.navds-text-field--readonly .navds-text-field__input {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
appearance: none;
|
|
5
5
|
padding: var(--ax-space-8);
|
|
6
6
|
background-color: var(--ax-bg-input);
|
|
7
|
-
border-radius: var(--ax-border-radius-
|
|
7
|
+
border-radius: var(--ax-border-radius-large);
|
|
8
8
|
border: 1px solid var(--ax-border-default);
|
|
9
9
|
resize: none;
|
|
10
10
|
width: 100%;
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&:focus-visible {
|
|
23
|
-
outline:
|
|
24
|
-
outline-offset:
|
|
23
|
+
outline: 3px solid var(--ax-border-focus);
|
|
24
|
+
outline-offset: 3px;
|
|
25
25
|
border-color: var(--ax-border-accent-strong);
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.navds-textarea--error .navds-textarea__input:not(:disabled) {
|
|
93
|
-
box-shadow: 0 0 0 1px var(--ax-border-danger);
|
|
94
|
-
border-color: var(--ax-border-danger);
|
|
93
|
+
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|
|
94
|
+
border-color: var(--ax-border-danger-strong);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
@media (forced-colors: active) {
|
package/darkside/index.css
CHANGED
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
@import "./tooltip.darkside.css" layer(aksel.components);
|
|
46
46
|
@import "./toggle-group.darkside.css" layer(aksel.components);
|
|
47
47
|
@import "./panel.darkside.css" layer(aksel.components);
|
|
48
|
-
@import "./link-panel.darkside.css" layer(aksel.components);
|
|
49
48
|
@import "./read-more.darkside.css" layer(aksel.components);
|
|
50
49
|
@import "./progress-bar.darkside.css" layer(aksel.components);
|
|
51
50
|
@import "./skeleton.darkside.css" layer(aksel.components);
|
|
@@ -66,10 +66,11 @@
|
|
|
66
66
|
padding: var(--__axc-stepper-border-width);
|
|
67
67
|
margin: calc(var(--__axc-stepper-border-width) * -1) calc(var(--__axc-stepper-border-width) * -1)
|
|
68
68
|
var(--__axc-stepper-circle-size);
|
|
69
|
+
width: 100%;
|
|
69
70
|
|
|
70
71
|
&:focus-visible {
|
|
71
|
-
outline:
|
|
72
|
-
outline-offset:
|
|
72
|
+
outline: 3px solid var(--ax-border-focus);
|
|
73
|
+
outline-offset: 3px;
|
|
73
74
|
|
|
74
75
|
/* Isolate item to make outline show above line--2 */
|
|
75
76
|
isolation: isolate;
|