@navikt/ds-css 7.21.1 → 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 +24 -0
- package/darkside/accordion.darkside.css +8 -8
- package/darkside/action-menu.darkside.css +7 -7
- package/darkside/alert.darkside.css +7 -38
- package/darkside/button.darkside.css +85 -174
- package/darkside/chat.darkside.css +23 -24
- package/darkside/chips.darkside.css +14 -48
- package/darkside/date.darkside.css +16 -16
- package/darkside/dropdown.darkside.css +3 -3
- package/darkside/expansioncard.darkside.css +14 -10
- package/darkside/form/combobox.darkside.css +14 -14
- package/darkside/form/confirmation-panel.darkside.css +3 -3
- package/darkside/form/error-summary.darkside.css +1 -1
- package/darkside/form/file-upload.darkside.css +15 -15
- package/darkside/form/form-progress.darkside.css +1 -1
- package/darkside/form/form-summary.darkside.css +5 -5
- package/darkside/form/radio-checkbox.darkside.css +10 -30
- package/darkside/form/search.darkside.css +5 -5
- package/darkside/form/select.darkside.css +4 -4
- package/darkside/form/switch.darkside.css +17 -28
- package/darkside/form/text-field.darkside.css +3 -3
- package/darkside/form/textarea.darkside.css +3 -3
- package/darkside/guide-panel.darkside.css +5 -5
- package/darkside/help-text.darkside.css +8 -8
- package/darkside/link.darkside.css +10 -14
- package/darkside/list.darkside.css +8 -11
- package/darkside/loader.darkside.css +8 -26
- package/darkside/modal.darkside.css +1 -1
- package/darkside/pagination.darkside.css +0 -5
- package/darkside/panel.darkside.css +1 -1
- package/darkside/popover.darkside.css +1 -1
- package/darkside/primitives/box.darkside.css +19 -19
- package/darkside/progress-bar.darkside.css +2 -2
- package/darkside/read-more.darkside.css +6 -6
- package/darkside/skeleton.darkside.css +3 -3
- package/darkside/stepper.darkside.css +12 -12
- package/darkside/table.darkside.css +9 -9
- package/darkside/tabs.darkside.css +5 -7
- package/darkside/tag.darkside.css +28 -85
- package/darkside/timeline.darkside.css +21 -93
- package/darkside/toggle-group.darkside.css +5 -17
- package/darkside/tooltip.darkside.css +2 -2
- 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.css +13 -13
- 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 +21 -25
- package/dist/components.min.css +3 -3
- package/dist/darkside/component/accordion.css +8 -8
- package/dist/darkside/component/accordion.min.css +1 -1
- package/dist/darkside/component/actionmenu.css +7 -7
- package/dist/darkside/component/actionmenu.min.css +1 -1
- package/dist/darkside/component/alert.css +7 -37
- package/dist/darkside/component/alert.min.css +1 -1
- package/dist/darkside/component/button.css +71 -135
- package/dist/darkside/component/button.min.css +1 -1
- package/dist/darkside/component/chat.css +20 -17
- package/dist/darkside/component/chat.min.css +1 -1
- package/dist/darkside/component/chips.css +18 -52
- package/dist/darkside/component/chips.min.css +1 -1
- package/dist/darkside/component/date.css +16 -16
- package/dist/darkside/component/date.min.css +1 -1
- package/dist/darkside/component/dropdown.css +3 -3
- package/dist/darkside/component/dropdown.min.css +1 -1
- package/dist/darkside/component/expansioncard.css +14 -10
- package/dist/darkside/component/expansioncard.min.css +1 -1
- package/dist/darkside/component/form.css +80 -105
- package/dist/darkside/component/form.min.css +1 -1
- package/dist/darkside/component/guidepanel.css +5 -5
- package/dist/darkside/component/guidepanel.min.css +1 -1
- package/dist/darkside/component/helptext.css +8 -8
- 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/modal.css +1 -1
- package/dist/darkside/component/modal.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/panel.css +1 -1
- package/dist/darkside/component/panel.min.css +1 -1
- package/dist/darkside/component/popover.css +1 -1
- package/dist/darkside/component/popover.min.css +1 -1
- package/dist/darkside/component/primitives.css +19 -19
- package/dist/darkside/component/primitives.min.css +1 -1
- package/dist/darkside/component/progressbar.css +2 -2
- package/dist/darkside/component/progressbar.min.css +1 -1
- package/dist/darkside/component/readmore.css +6 -6
- package/dist/darkside/component/readmore.min.css +1 -1
- package/dist/darkside/component/skeleton.css +3 -3
- package/dist/darkside/component/skeleton.min.css +1 -1
- package/dist/darkside/component/stepper.css +12 -12
- package/dist/darkside/component/stepper.min.css +1 -1
- package/dist/darkside/component/table.css +9 -9
- 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 +29 -75
- package/dist/darkside/component/tag.min.css +1 -1
- package/dist/darkside/component/timeline.css +22 -94
- package/dist/darkside/component/timeline.min.css +1 -1
- package/dist/darkside/component/togglegroup.css +5 -14
- package/dist/darkside/component/togglegroup.min.css +1 -1
- package/dist/darkside/component/tooltip.css +2 -2
- package/dist/darkside/component/tooltip.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 +412 -704
- package/dist/darkside/components.min.css +1 -1
- package/dist/darkside/global/tokens.css +824 -819
- package/dist/darkside/global/tokens.min.css +1 -1
- package/dist/darkside/index.css +1224 -1511
- package/dist/darkside/index.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/accordion.css +8 -8
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/accordion.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/actionmenu.css +7 -7
- package/dist/darkside/version/7.23.0/component/actionmenu.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/alert.css +7 -37
- 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.21.1 → 7.23.0}/component/chat.css +20 -17
- package/dist/darkside/version/7.23.0/component/chat.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/chips.css +18 -52
- package/dist/darkside/version/7.23.0/component/chips.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/date.css +16 -16
- package/dist/darkside/version/7.23.0/component/date.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/dropdown.css +3 -3
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/dropdown.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/expansioncard.css +14 -10
- package/dist/darkside/version/7.23.0/component/expansioncard.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/form.css +80 -105
- package/dist/darkside/version/7.23.0/component/form.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/guidepanel.css +5 -5
- package/dist/darkside/version/7.23.0/component/guidepanel.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/helptext.css +8 -8
- package/dist/darkside/version/7.23.0/component/helptext.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 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.21.1 → 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.21.1 → 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.21.1 → 7.23.0}/component/modal.css +1 -1
- package/dist/darkside/version/7.23.0/component/modal.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/pagination.css +0 -5
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/pagination.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/panel.css +1 -1
- package/dist/darkside/version/7.23.0/component/panel.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/popover.css +1 -1
- package/dist/darkside/version/7.23.0/component/popover.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/primitives.css +19 -19
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/primitives.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/progressbar.css +2 -2
- package/dist/darkside/version/7.23.0/component/progressbar.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/readmore.css +6 -6
- package/dist/darkside/version/7.23.0/component/readmore.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/skeleton.css +3 -3
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/skeleton.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/stepper.css +12 -12
- package/dist/darkside/version/7.23.0/component/stepper.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/table.css +9 -9
- package/dist/darkside/version/7.23.0/component/table.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 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.21.1 → 7.23.0}/component/timeline.css +22 -94
- package/dist/darkside/version/7.23.0/component/timeline.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/togglegroup.css +5 -14
- package/dist/darkside/version/7.23.0/component/togglegroup.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/tooltip.css +2 -2
- package/dist/darkside/version/7.23.0/component/tooltip.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/typography.css +16 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/component/typography.min.css +1 -1
- package/dist/darkside/version/{7.21.1 → 7.23.0}/components.css +412 -704
- package/dist/darkside/version/7.23.0/components.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/global/tokens.css +824 -819
- package/dist/darkside/version/7.23.0/global/tokens.min.css +1 -0
- package/dist/darkside/version/{7.21.1 → 7.23.0}/index.css +1224 -1511
- 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 -324
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +350 -349
- package/dist/index.min.css +4 -4
- package/list.css +8 -11
- package/package.json +6 -5
- package/primitives/box.css +13 -13
- package/dist/darkside/version/7.21.1/component/actionmenu.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/alert.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/button.css +0 -272
- package/dist/darkside/version/7.21.1/component/button.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/chat.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/chips.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/date.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/expansioncard.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/form.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/guidepanel.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/helptext.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/link.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/list.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/loader.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/modal.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/panel.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/popover.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/progressbar.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/readmore.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/stepper.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/table.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/tabs.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/tag.css +0 -129
- package/dist/darkside/version/7.21.1/component/tag.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/timeline.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/togglegroup.min.css +0 -1
- package/dist/darkside/version/7.21.1/component/tooltip.min.css +0 -1
- package/dist/darkside/version/7.21.1/components.min.css +0 -1
- package/dist/darkside/version/7.21.1/global/tokens.min.css +0 -1
- package/dist/darkside/version/7.21.1/index.min.css +0 -1
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/copybutton.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/copybutton.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/internalheader.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/internalheader.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/linkpanel.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/linkpanel.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/theme.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/component/theme.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/baseline.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/baseline.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/fonts.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/fonts.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/print.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/print.min.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/reset.css +0 -0
- /package/dist/darkside/version/{7.21.1 → 7.23.0}/global/reset.min.css +0 -0
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
&.rdp-day_selected {
|
|
11
|
-
background-color: var(--ax-bg-
|
|
12
|
-
box-shadow: inset 0 0 0 1px var(--ax-border-
|
|
11
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
12
|
+
box-shadow: inset 0 0 0 1px var(--ax-border-subtleA);
|
|
13
13
|
color: var(--ax-text-neutral);
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
width: 2.5rem;
|
|
36
36
|
height: 2.5rem;
|
|
37
37
|
text-align: center;
|
|
38
|
-
border-radius: var(--ax-
|
|
38
|
+
border-radius: var(--ax-radius-8);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.rdp-day_range_start {
|
|
42
|
-
border-radius: 100% var(--ax-
|
|
42
|
+
border-radius: 100% var(--ax-radius-12) var(--ax-radius-12) 100%;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.rdp-day_range_end:not(.rdp-day_range_start) {
|
|
46
|
-
border-radius: var(--ax-
|
|
46
|
+
border-radius: var(--ax-radius-8) 100% 100% var(--ax-radius-8);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.rdp-day_range_start.rdp-day_range_end {
|
|
50
|
-
border-radius: var(--ax-
|
|
50
|
+
border-radius: var(--ax-radius-8);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.aksel-date__field {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
|
|
60
60
|
.rdp-day_selected,
|
|
61
61
|
.aksel-monthpicker__month--selected {
|
|
62
|
-
color: var(--ax-text-
|
|
63
|
-
background: var(--ax-bg-
|
|
62
|
+
color: var(--ax-text-contrast);
|
|
63
|
+
background: var(--ax-bg-strong-pressed);
|
|
64
64
|
cursor: pointer;
|
|
65
65
|
}
|
|
66
66
|
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
|
|
74
74
|
.rdp-button:where(:not(.rdp-day_selected, [disabled])):hover,
|
|
75
75
|
.aksel-date__month-button:where(:not(.rdp-day_selected, [disabled])):hover {
|
|
76
|
-
background: var(--ax-bg-
|
|
76
|
+
background: var(--ax-bg-moderate-hoverA);
|
|
77
77
|
cursor: pointer;
|
|
78
78
|
}
|
|
79
79
|
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
width: 6px;
|
|
85
85
|
height: 6px;
|
|
86
86
|
display: block;
|
|
87
|
-
background-color: var(--ax-text-
|
|
88
|
-
border-radius: var(--ax-
|
|
87
|
+
background-color: var(--ax-text-subtle);
|
|
88
|
+
border-radius: var(--ax-radius-full);
|
|
89
89
|
content: "";
|
|
90
90
|
position: absolute;
|
|
91
91
|
bottom: 5px;
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
&.rdp-day_selected:not(.rdp-day_range_middle),
|
|
97
97
|
&:active {
|
|
98
98
|
&::before {
|
|
99
|
-
background-color: var(--ax-text-
|
|
99
|
+
background-color: var(--ax-text-contrast);
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
}
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
width: 3rem;
|
|
141
141
|
height: 3rem;
|
|
142
142
|
text-transform: capitalize;
|
|
143
|
-
border-radius: var(--ax-
|
|
143
|
+
border-radius: var(--ax-radius-8);
|
|
144
144
|
cursor: pointer;
|
|
145
145
|
}
|
|
146
146
|
|
|
@@ -162,8 +162,8 @@
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
&:active:not(:disabled) {
|
|
165
|
-
color: var(--ax-text-
|
|
166
|
-
background-color: var(--ax-bg-
|
|
165
|
+
color: var(--ax-text-contrast);
|
|
166
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
}
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
text-decoration: none;
|
|
191
191
|
border: none;
|
|
192
192
|
background: none;
|
|
193
|
-
border-radius: calc(var(--ax-
|
|
193
|
+
border-radius: calc(var(--ax-radius-8) - 1px);
|
|
194
194
|
padding: var(--ax-space-12);
|
|
195
195
|
align-items: center;
|
|
196
196
|
justify-content: center;
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
align-items: center;
|
|
47
47
|
gap: var(--ax-space-8);
|
|
48
48
|
padding: var(--ax-space-4);
|
|
49
|
-
border-radius: var(--ax-
|
|
49
|
+
border-radius: var(--ax-radius-4);
|
|
50
50
|
color: var(--ax-text-neutral);
|
|
51
51
|
|
|
52
52
|
&:hover {
|
|
53
|
-
background-color: var(--ax-bg-
|
|
53
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
&:active {
|
|
57
|
-
background-color: var(--ax-bg-
|
|
57
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
&:focus-visible {
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
.aksel-expansioncard {
|
|
2
|
-
--__axc-expansioncard-border-radius: calc(var(--ax-
|
|
2
|
+
--__axc-expansioncard-border-radius: calc(var(--ax-radius-12) - 1px);
|
|
3
3
|
--__axc-expansioncard-padding-block: var(--ax-space-20);
|
|
4
4
|
--__axc-expansioncard-padding-inline: var(--ax-space-20);
|
|
5
5
|
|
|
6
|
-
border-radius: var(--ax-
|
|
7
|
-
background-color: var(--ax-bg-
|
|
6
|
+
border-radius: var(--ax-radius-12);
|
|
7
|
+
background-color: var(--ax-bg-softA);
|
|
8
8
|
height: fit-content;
|
|
9
|
-
border: 1px solid var(--ax-border-
|
|
9
|
+
border: 1px solid var(--ax-border-default);
|
|
10
|
+
|
|
11
|
+
&[data-color="neutral"] {
|
|
12
|
+
background-color: var(--ax-bg-raised);
|
|
13
|
+
}
|
|
10
14
|
|
|
11
15
|
&:has(.aksel-expansioncard__header:hover) {
|
|
12
|
-
box-shadow: 0 0 0 1px var(--ax-border-
|
|
13
|
-
border-color: var(--ax-border-
|
|
16
|
+
box-shadow: 0 0 0 1px var(--ax-border-strong);
|
|
17
|
+
border-color: var(--ax-border-strong);
|
|
14
18
|
}
|
|
15
19
|
}
|
|
16
20
|
|
|
@@ -45,7 +49,7 @@
|
|
|
45
49
|
justify-content: space-between;
|
|
46
50
|
|
|
47
51
|
&:hover {
|
|
48
|
-
background-color: var(--ax-bg-
|
|
52
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
&[data-open="true"] {
|
|
@@ -55,7 +59,7 @@
|
|
|
55
59
|
/* Divider between header and content */
|
|
56
60
|
&::after {
|
|
57
61
|
content: "";
|
|
58
|
-
background-color: var(--ax-border-
|
|
62
|
+
background-color: var(--ax-border-subtleA);
|
|
59
63
|
bottom: 0;
|
|
60
64
|
left: var(--__axc-expansioncard-padding-inline);
|
|
61
65
|
height: 1px;
|
|
@@ -91,7 +95,7 @@
|
|
|
91
95
|
margin: 0;
|
|
92
96
|
background: transparent;
|
|
93
97
|
border: none;
|
|
94
|
-
border-radius: var(--ax-
|
|
98
|
+
border-radius: var(--ax-radius-8);
|
|
95
99
|
min-height: 3rem;
|
|
96
100
|
min-width: 3rem;
|
|
97
101
|
font-size: 1.5rem;
|
|
@@ -117,7 +121,7 @@
|
|
|
117
121
|
}
|
|
118
122
|
|
|
119
123
|
.aksel-expansioncard__header:hover > .aksel-expansioncard__header-button {
|
|
120
|
-
background-color: var(--ax-bg-
|
|
124
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
121
125
|
}
|
|
122
126
|
|
|
123
127
|
.aksel-expansioncard__header-chevron {
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
flex-direction: column;
|
|
11
11
|
width: 100%;
|
|
12
12
|
position: relative;
|
|
13
|
-
border-radius: var(--ax-
|
|
13
|
+
border-radius: var(--ax-radius-8);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.aksel-form-field:not(:is(.aksel-combobox--disabled, .aksel-combobox--readonly)) {
|
|
17
17
|
& .aksel-combobox__wrapper:hover {
|
|
18
|
-
border-color: var(--ax-border-
|
|
18
|
+
border-color: var(--ax-border-strong);
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
@@ -81,12 +81,12 @@
|
|
|
81
81
|
|
|
82
82
|
.aksel-combobox__wrapper-inner {
|
|
83
83
|
border: 1px solid var(--ax-border-neutral);
|
|
84
|
-
border-radius: var(--ax-
|
|
84
|
+
border-radius: var(--ax-radius-8);
|
|
85
85
|
|
|
86
86
|
&:has(.aksel-combobox__input:focus-visible) {
|
|
87
87
|
outline: 3px solid var(--ax-border-focus);
|
|
88
88
|
outline-offset: 3px;
|
|
89
|
-
border-color: var(--ax-border-
|
|
89
|
+
border-color: var(--ax-border-strong);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
&:has(.aksel-combobox__input:focus-visible).aksel-combobox__wrapper-inner--virtually-unfocused {
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
|
|
136
136
|
& > li {
|
|
137
137
|
margin: auto 0;
|
|
138
|
-
border-radius: var(--ax-
|
|
138
|
+
border-radius: var(--ax-radius-full);
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
& > li:last-of-type {
|
|
@@ -225,10 +225,10 @@
|
|
|
225
225
|
padding: 0;
|
|
226
226
|
|
|
227
227
|
&:hover {
|
|
228
|
-
color: var(--ax-text-
|
|
228
|
+
color: var(--ax-text-subtle);
|
|
229
229
|
|
|
230
230
|
&:active {
|
|
231
|
-
color: var(--ax-text-
|
|
231
|
+
color: var(--ax-text-default);
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
234
|
}
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
247
247
|
display: flex;
|
|
248
248
|
flex-direction: column;
|
|
249
|
-
border-radius: var(--ax-
|
|
249
|
+
border-radius: var(--ax-radius-8);
|
|
250
250
|
background-color: var(--ax-bg-raised);
|
|
251
251
|
color: var(--ax-text-neutral);
|
|
252
252
|
overscroll-behavior: contain;
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
justify-content: space-between;
|
|
272
272
|
padding-block: var(--__axc-combobox-list-item-padding-block);
|
|
273
273
|
padding-inline: var(--__axc-combobox-list-item-padding-inline);
|
|
274
|
-
border-radius: var(--ax-
|
|
274
|
+
border-radius: var(--ax-radius-8);
|
|
275
275
|
border: 0;
|
|
276
276
|
margin-inline: var(--ax-space-8);
|
|
277
277
|
margin-block: var(--ax-space-2);
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
}
|
|
342
342
|
|
|
343
343
|
.aksel-combobox__list-item--selected {
|
|
344
|
-
background-color: var(--ax-bg-
|
|
344
|
+
background-color: var(--ax-bg-moderate-pressedA);
|
|
345
345
|
|
|
346
346
|
& p {
|
|
347
347
|
font-weight: var(--ax-font-weight-bold);
|
|
@@ -349,9 +349,9 @@
|
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
.aksel-combobox__list-item--new-option {
|
|
352
|
-
border-bottom: 1px solid var(--ax-border-
|
|
352
|
+
border-bottom: 1px solid var(--ax-border-subtleA);
|
|
353
353
|
border-radius: 0;
|
|
354
|
-
background: var(--ax-bg-
|
|
354
|
+
background: var(--ax-bg-moderateA);
|
|
355
355
|
cursor: pointer;
|
|
356
356
|
justify-content: flex-start;
|
|
357
357
|
gap: 0.25rem;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
}
|
|
370
370
|
|
|
371
371
|
.aksel-combobox__list-item--new-option--focus {
|
|
372
|
-
border-radius: calc(var(--ax-
|
|
372
|
+
border-radius: calc(var(--ax-radius-8) - 1px) calc(var(--ax-radius-8) - 1px) 0 0;
|
|
373
373
|
|
|
374
374
|
/* TODO: new option should get a wrapper div later to
|
|
375
375
|
* style it properly with a nice rounded border radius
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
outline-offset: -2px;
|
|
379
379
|
|
|
380
380
|
&:only-child {
|
|
381
|
-
border-radius: calc(var(--ax-
|
|
381
|
+
border-radius: calc(var(--ax-radius-8) - 1px);
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
flex-direction: column;
|
|
4
4
|
gap: var(--ax-space-12);
|
|
5
5
|
padding: var(--ax-space-16);
|
|
6
|
-
border-radius: var(--ax-
|
|
6
|
+
border-radius: var(--ax-radius-8);
|
|
7
7
|
border: 1px solid var(--ax-border-default);
|
|
8
8
|
background-color: var(--ax-bg-moderate);
|
|
9
9
|
transition: background-color linear 100ms;
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
border-left: 8px solid;
|
|
26
26
|
border-color: orange;
|
|
27
27
|
forced-color-adjust: none;
|
|
28
|
-
border-start-start-radius: calc(var(--ax-
|
|
29
|
-
border-end-start-radius: calc(var(--ax-
|
|
28
|
+
border-start-start-radius: calc(var(--ax-radius-8) - 1px);
|
|
29
|
+
border-end-start-radius: calc(var(--ax-radius-8) - 1px);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.aksel-confirmation-panel--checked .aksel-confirmation-panel__inner::before {
|
|
@@ -16,25 +16,25 @@
|
|
|
16
16
|
text-align: center;
|
|
17
17
|
padding: var(--ax-space-20);
|
|
18
18
|
border: 1px dashed var(--ax-border-neutral);
|
|
19
|
-
border-radius: var(--ax-
|
|
19
|
+
border-radius: var(--ax-radius-12);
|
|
20
20
|
background-color: var(--__axc-dropzone-background);
|
|
21
21
|
color: var(--ax-text-neutral);
|
|
22
22
|
transition: background-color var(--__axc-dropzone-animation-length-short) var(--__axc-dropzone-animation-ease-out);
|
|
23
23
|
cursor: pointer;
|
|
24
24
|
|
|
25
25
|
&:hover:not([data-disabled="true"]) {
|
|
26
|
-
border-color: var(--ax-border-
|
|
26
|
+
border-color: var(--ax-border-strong);
|
|
27
27
|
|
|
28
28
|
& > .aksel-dropzone__area-button {
|
|
29
|
-
background-color: var(--ax-bg-
|
|
30
|
-
box-shadow: inset 0 0 0 2px var(--ax-bg-
|
|
29
|
+
background-color: var(--ax-bg-moderate-hover);
|
|
30
|
+
box-shadow: inset 0 0 0 2px var(--ax-bg-strong-hover);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
&:active:not([data-disabled="true"]) {
|
|
35
35
|
& > .aksel-dropzone__area-button {
|
|
36
|
-
background-color: var(--ax-bg-
|
|
37
|
-
color: var(--ax-text-
|
|
36
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
37
|
+
color: var(--ax-text-contrast);
|
|
38
38
|
box-shadow: none;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -53,16 +53,16 @@
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
& > .aksel-dropzone__area::after {
|
|
56
|
-
color: var(--ax-text-
|
|
57
|
-
background-color: var(--ax-bg-
|
|
56
|
+
color: var(--ax-text-default);
|
|
57
|
+
background-color: var(--ax-bg-moderateA);
|
|
58
58
|
content: "";
|
|
59
59
|
inset: 0;
|
|
60
60
|
margin: -1px;
|
|
61
|
-
border: 1px dashed var(--ax-border-
|
|
61
|
+
border: 1px dashed var(--ax-border-strong);
|
|
62
62
|
position: absolute;
|
|
63
63
|
-webkit-backdrop-filter: blur(8px);
|
|
64
64
|
backdrop-filter: blur(8px);
|
|
65
|
-
border-radius: var(--ax-
|
|
65
|
+
border-radius: var(--ax-radius-12);
|
|
66
66
|
animation: akselDropzoneDragoverAnimation var(--__axc-dropzone-animation-length-short)
|
|
67
67
|
var(--__axc-dropzone-animation-ease-out);
|
|
68
68
|
}
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
100% {
|
|
84
|
-
background-color: var(--ax-bg-
|
|
84
|
+
background-color: var(--ax-bg-moderateA);
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
.aksel-dropzone__area-release__icon {
|
|
112
112
|
display: grid;
|
|
113
113
|
padding: var(--__axc-dropzone-icon-padding);
|
|
114
|
-
border-radius: var(--ax-
|
|
114
|
+
border-radius: var(--ax-radius-full);
|
|
115
115
|
background-color: var(--ax-bg-neutral-moderateA);
|
|
116
116
|
transition:
|
|
117
117
|
background-color 300ms var(--__axc-dropzone-animation-ease-out),
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
.aksel-dropzone--dragging .aksel-dropzone__area-release {
|
|
137
|
-
color: var(--ax-text-
|
|
137
|
+
color: var(--ax-text-subtle);
|
|
138
138
|
top: 50%;
|
|
139
139
|
transform: translateY(-50%);
|
|
140
140
|
}
|
|
@@ -161,7 +161,7 @@ li.aksel-file-item {
|
|
|
161
161
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
162
162
|
outline-offset: -1px;
|
|
163
163
|
transition: outline-color 250ms cubic-bezier(0, 0.3, 0.15, 1);
|
|
164
|
-
border-radius: var(--ax-
|
|
164
|
+
border-radius: var(--ax-radius-12);
|
|
165
165
|
padding: var(--ax-space-20);
|
|
166
166
|
display: flex;
|
|
167
167
|
gap: var(--ax-space-12);
|
|
@@ -175,7 +175,7 @@ li.aksel-file-item {
|
|
|
175
175
|
.aksel-file-item__icon {
|
|
176
176
|
background-color: var(--ax-bg-neutral-moderateA);
|
|
177
177
|
color: var(--ax-text-neutral);
|
|
178
|
-
border-radius: var(--ax-
|
|
178
|
+
border-radius: var(--ax-radius-full);
|
|
179
179
|
min-height: 2.5rem;
|
|
180
180
|
min-width: 2.5rem;
|
|
181
181
|
margin-top: var(--ax-space-2);
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
visibility: hidden;
|
|
25
25
|
overflow: hidden;
|
|
26
26
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
27
|
-
border-radius: var(--ax-
|
|
27
|
+
border-radius: var(--ax-radius-12);
|
|
28
28
|
background: var(--ax-bg-raised);
|
|
29
29
|
padding-inline: var(--ax-space-20);
|
|
30
30
|
padding-block: 0;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.aksel-form-summary {
|
|
2
2
|
overflow: hidden;
|
|
3
3
|
border: 1px solid var(--ax-border-neutral-subtleA);
|
|
4
|
-
border-radius: var(--ax-
|
|
4
|
+
border-radius: var(--ax-radius-12);
|
|
5
5
|
background: var(--ax-bg-raised);
|
|
6
6
|
}
|
|
7
7
|
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
.aksel-form-summary__value .aksel-form-summary__answers {
|
|
74
74
|
margin-top: var(--ax-space-8);
|
|
75
75
|
padding: var(--ax-space-16);
|
|
76
|
-
background: var(--ax-bg-
|
|
77
|
-
border-radius: var(--ax-
|
|
78
|
-
border: 1px solid var(--ax-border-
|
|
76
|
+
background: var(--ax-bg-moderateA);
|
|
77
|
+
border-radius: var(--ax-radius-8);
|
|
78
|
+
border: 1px solid var(--ax-border-subtleA);
|
|
79
79
|
|
|
80
80
|
& .aksel-form-summary__answer {
|
|
81
|
-
border-color: var(--ax-border-
|
|
81
|
+
border-color: var(--ax-border-subtleA);
|
|
82
82
|
}
|
|
83
83
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
.aksel-checkbox__label::before,
|
|
31
31
|
.aksel-radio__label::before {
|
|
32
32
|
content: "";
|
|
33
|
-
border-radius: var(--ax-
|
|
33
|
+
border-radius: var(--ax-radius-4);
|
|
34
34
|
background-color: var(--ax-bg-input);
|
|
35
35
|
flex-shrink: 0;
|
|
36
36
|
width: 1.5rem;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.aksel-radio__label::before {
|
|
42
|
-
border-radius: var(--ax-
|
|
42
|
+
border-radius: var(--ax-radius-full);
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.aksel-checkbox__content,
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
position: absolute;
|
|
75
75
|
width: 100%;
|
|
76
76
|
height: calc(100% - var(--ax-space-24));
|
|
77
|
-
border-radius: var(--ax-
|
|
77
|
+
border-radius: var(--ax-radius-4);
|
|
78
78
|
outline: 3px solid var(--ax-border-focus);
|
|
79
79
|
outline-offset: 3px;
|
|
80
80
|
pointer-events: none;
|
|
@@ -107,13 +107,13 @@
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.aksel-checkbox__input:where(:checked, :indeterminate) + .aksel-checkbox__label::before {
|
|
110
|
-
background-color: var(--ax-bg-
|
|
111
|
-
border-color: var(--ax-bg-
|
|
110
|
+
background-color: var(--ax-bg-strong-pressed);
|
|
111
|
+
border-color: var(--ax-bg-strong-pressed);
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.aksel-checkbox__input:where(:checked, :indeterminate):not(:disabled):hover + .aksel-checkbox__label::before {
|
|
115
|
-
border-color: var(--ax-bg-
|
|
116
|
-
background-color: var(--ax-bg-
|
|
115
|
+
border-color: var(--ax-bg-strong-hover);
|
|
116
|
+
background-color: var(--ax-bg-strong-hover);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.aksel-checkbox__input:where(:not(:checked)) + .aksel-checkbox__label > .aksel-checkbox__icon {
|
|
@@ -148,22 +148,17 @@
|
|
|
148
148
|
|
|
149
149
|
.aksel-radio__input:checked + .aksel-radio__label::before {
|
|
150
150
|
background-color: var(--ax-bg-input);
|
|
151
|
-
border: 8px solid var(--ax-bg-
|
|
151
|
+
border: 8px solid var(--ax-bg-strong-pressed);
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.aksel-radio--small > .aksel-radio__input:checked + .aksel-radio__label::before {
|
|
155
155
|
border-width: 6px;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.aksel-checkbox__input:hover:not(:disabled) + .aksel-checkbox__label,
|
|
159
|
-
.aksel-radio__input:hover:not(:disabled, :checked) + .aksel-radio__label {
|
|
160
|
-
color: var(--ax-text-accent-subtle);
|
|
161
|
-
}
|
|
162
|
-
|
|
163
158
|
.aksel-checkbox__input:hover:not(:disabled, :checked, :indeterminate) + .aksel-checkbox__label::before,
|
|
164
159
|
.aksel-radio__input:hover:not(:disabled, :checked) + .aksel-radio__label::before {
|
|
165
|
-
border-color: var(--ax-border-
|
|
166
|
-
background-color: var(--ax-bg-
|
|
160
|
+
border-color: var(--ax-border-strong);
|
|
161
|
+
background-color: var(--ax-bg-moderate-hoverA);
|
|
167
162
|
}
|
|
168
163
|
|
|
169
164
|
.aksel-checkbox--error > .aksel-checkbox__input:not(:disabled, :checked, :indeterminate) + .aksel-checkbox__label::before,
|
|
@@ -171,16 +166,6 @@
|
|
|
171
166
|
border-color: var(--ax-border-danger-strong);
|
|
172
167
|
}
|
|
173
168
|
|
|
174
|
-
.aksel-checkbox--error > .aksel-checkbox__input:not(:disabled, :checked, :indeterminate):hover + .aksel-checkbox__label::before,
|
|
175
|
-
.aksel-radio--error > .aksel-radio__input:not(:disabled, :checked):hover + .aksel-radio__label::before {
|
|
176
|
-
background-color: var(--ax-bg-danger-moderate-hoverA);
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.aksel-checkbox--error > .aksel-checkbox__input:is(:checked, :indeterminate):not(:disabled) + .aksel-checkbox__label::before {
|
|
180
|
-
background-color: var(--ax-bg-danger-strong-pressed);
|
|
181
|
-
border-color: var(--ax-bg-danger-strong-pressed);
|
|
182
|
-
}
|
|
183
|
-
|
|
184
169
|
.aksel-radio--error > .aksel-radio__input:checked + .aksel-radio__label::before {
|
|
185
170
|
border-color: var(--ax-bg-danger-strong-pressed);
|
|
186
171
|
}
|
|
@@ -207,11 +192,6 @@
|
|
|
207
192
|
display: inline-flex;
|
|
208
193
|
}
|
|
209
194
|
|
|
210
|
-
.aksel-checkbox--readonly > .aksel-checkbox__input:hover + .aksel-checkbox__label,
|
|
211
|
-
.aksel-radio--readonly > .aksel-radio__input:hover + .aksel-radio__label {
|
|
212
|
-
color: var(--ax-text-neutral);
|
|
213
|
-
}
|
|
214
|
-
|
|
215
195
|
.aksel-checkbox--readonly > .aksel-checkbox__input:not(:disabled) + .aksel-checkbox__label::before,
|
|
216
196
|
.aksel-checkbox--readonly > .aksel-checkbox__input:hover .aksel-checkbox__label::before,
|
|
217
197
|
.aksel-radio--readonly > .aksel-radio__input:not(:disabled, :checked) + .aksel-radio__label::before,
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
.aksel-search__wrapper {
|
|
23
23
|
display: inline-flex;
|
|
24
24
|
align-items: center;
|
|
25
|
-
border-radius: var(--ax-
|
|
25
|
+
border-radius: var(--ax-radius-8);
|
|
26
26
|
|
|
27
27
|
/* We have to outline the whole container to include the Search-buttons */
|
|
28
28
|
&:has(.aksel-search__input:focus-visible) {
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
.aksel-search__button-search {
|
|
98
98
|
flex-shrink: 0;
|
|
99
99
|
border-radius: 0;
|
|
100
|
-
border-top-right-radius: var(--ax-
|
|
101
|
-
border-bottom-right-radius: var(--ax-
|
|
100
|
+
border-top-right-radius: var(--ax-radius-8);
|
|
101
|
+
border-bottom-right-radius: var(--ax-radius-8);
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.aksel-search__button-search.aksel-button--secondary {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
&:hover:not(:disabled) {
|
|
113
|
-
--__axc-button-border-color: var(--ax-border-
|
|
113
|
+
--__axc-button-border-color: var(--ax-border-strong);
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
.aksel-search:not(.aksel-search--error, .aksel-search--disabled)
|
|
119
119
|
.aksel-search__wrapper:has(.aksel-search__input:is(:hover, :focus-visible))
|
|
120
120
|
.aksel-search__button-search.aksel-button--secondary:not(:hover, :active) {
|
|
121
|
-
--__axc-button-border-color: var(--ax-border-
|
|
121
|
+
--__axc-button-border-color: var(--ax-border-strong);
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
/* --------------------------- Search Error-state --------------------------- */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.aksel-select__input {
|
|
2
2
|
appearance: none;
|
|
3
3
|
background-color: var(--ax-bg-input);
|
|
4
|
-
border-radius: var(--ax-
|
|
4
|
+
border-radius: var(--ax-radius-8);
|
|
5
5
|
border: 1px solid var(--ax-border-neutral);
|
|
6
6
|
color: var(--ax-text-neutral);
|
|
7
7
|
width: 100%;
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
padding-right: var(--ax-space-40);
|
|
14
14
|
|
|
15
15
|
&:hover {
|
|
16
|
-
border-color: var(--ax-border-
|
|
16
|
+
border-color: var(--ax-border-strong);
|
|
17
17
|
cursor: pointer;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
&:focus {
|
|
21
21
|
outline: 3px solid var(--ax-border-focus);
|
|
22
22
|
outline-offset: 3px;
|
|
23
|
-
border-color: var(--ax-border-
|
|
23
|
+
border-color: var(--ax-border-strong);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
@media (forced-colors: active) {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
/* --------------------------- Select Error
|
|
66
|
+
/* --------------------------- Select Error --------------------------- */
|
|
67
67
|
.aksel-select--error {
|
|
68
68
|
> * select {
|
|
69
69
|
box-shadow: 0 0 0 1px var(--ax-border-danger-strong);
|