@itwin/itwinui-css 0.52.0 → 0.53.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/css/alert.css +44 -44
- package/css/all.css +1946 -1215
- package/css/badge.css +1 -1
- package/css/blockquote.css +2 -2
- package/css/breadcrumbs.css +12 -12
- package/css/button.css +37 -37
- package/css/carousel.css +24 -36
- package/css/code.css +5 -5
- package/css/color-picker.css +14 -10
- package/css/date-picker.css +402 -46
- package/css/expandable-block.css +19 -19
- package/css/fieldset.css +4 -4
- package/css/file-upload.css +11 -11
- package/css/footer.css +2 -2
- package/css/global.css +539 -208
- package/css/header.css +49 -38
- package/css/icon.css +24 -24
- package/css/information-panel.css +15 -8
- package/css/inputs.css +72 -72
- package/css/keyboard.css +4 -4
- package/css/location-marker.css +9 -9
- package/css/menu.css +25 -12
- package/css/modal.css +1 -1
- package/css/notification-marker.css +28 -28
- package/css/progress-indicator.css +32 -32
- package/css/side-navigation.css +18 -18
- package/css/skip-to-content.css +1 -1
- package/css/slider.css +13 -13
- package/css/surface.css +19 -0
- package/css/table.css +78 -74
- package/css/tabs.css +23 -23
- package/css/tag.css +4 -4
- package/css/text.css +1 -1
- package/css/tile.css +35 -35
- package/css/time-picker.css +15 -15
- package/css/toast-notification.css +34 -34
- package/css/tooltip.css +3 -1
- package/css/tree.css +7 -7
- package/css/user-icon.css +15 -16
- package/css/wizard.css +26 -26
- package/package.json +1 -1
- package/scss/carousel/carousel.scss +22 -28
- package/scss/classes.scss +1 -0
- package/scss/color-picker/color-picker.scss +2 -2
- package/scss/date-picker/classes.scss +20 -0
- package/scss/date-picker/date-picker.scss +194 -33
- package/scss/fieldset/fieldset.scss +1 -1
- package/scss/header/header.scss +15 -10
- package/scss/index.scss +1 -0
- package/scss/information-panel/information-panel.scss +10 -3
- package/scss/menu/classes.scss +2 -1
- package/scss/menu/menu.scss +8 -11
- package/scss/modal/modal.scss +2 -1
- package/scss/progress-indicator/linear.scss +1 -1
- package/scss/progress-indicator/radial.scss +1 -1
- package/scss/side-navigation/side-navigation.scss +5 -5
- package/scss/slider/slider.scss +2 -2
- package/scss/style/elevation.scss +5 -5
- package/scss/style/global.scss +32 -21
- package/scss/style/mixins.scss +1 -1
- package/scss/style/theme.scss +248 -65
- package/scss/surface/classes.scss +7 -0
- package/scss/surface/index.scss +3 -0
- package/scss/surface/surface.scss +18 -0
- package/scss/table/column-filter.scss +2 -2
- package/scss/table/table.scss +3 -3
- package/scss/tile/tile.scss +5 -5
- package/scss/time-picker/time-picker.scss +2 -2
- package/scss/tooltip/tooltip.scss +1 -0
- package/scss/wizard/wizard.scss +1 -1
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
top:-6px;
|
|
14
14
|
right:-6px;
|
|
15
15
|
border-radius:100%;
|
|
16
|
-
background-color:#
|
|
17
|
-
border:2px solid
|
|
16
|
+
background-color:#008ae0;
|
|
17
|
+
border:2px solid white;
|
|
18
18
|
background-color:var(--iui-color-foreground-primary);
|
|
19
19
|
border:2px solid var(--iui-color-background-1);
|
|
20
20
|
}
|
|
@@ -32,29 +32,29 @@
|
|
|
32
32
|
@media (prefers-reduced-motion: no-preference){
|
|
33
33
|
@-webkit-keyframes pulse-primary{
|
|
34
34
|
0%{
|
|
35
|
-
box-shadow:0 0 0 0 #
|
|
35
|
+
box-shadow:0 0 0 0 #008ae0;
|
|
36
36
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-1));
|
|
37
37
|
}
|
|
38
38
|
70%{
|
|
39
|
-
box-shadow:0 0 0 7px rgba(0,
|
|
39
|
+
box-shadow:0 0 0 7px rgba(0, 138, 224, 0);
|
|
40
40
|
box-shadow:0 0 0 7px rgba(var(--iui-color-foreground-primary-rgb), 0);
|
|
41
41
|
}
|
|
42
42
|
100%{
|
|
43
|
-
box-shadow:0 0 0 0 rgba(0,
|
|
43
|
+
box-shadow:0 0 0 0 rgba(0, 138, 224, 0);
|
|
44
44
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-primary-rgb), 0);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
@keyframes pulse-primary{
|
|
48
48
|
0%{
|
|
49
|
-
box-shadow:0 0 0 0 #
|
|
49
|
+
box-shadow:0 0 0 0 #008ae0;
|
|
50
50
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-1));
|
|
51
51
|
}
|
|
52
52
|
70%{
|
|
53
|
-
box-shadow:0 0 0 7px rgba(0,
|
|
53
|
+
box-shadow:0 0 0 7px rgba(0, 138, 224, 0);
|
|
54
54
|
box-shadow:0 0 0 7px rgba(var(--iui-color-foreground-primary-rgb), 0);
|
|
55
55
|
}
|
|
56
56
|
100%{
|
|
57
|
-
box-shadow:0 0 0 0 rgba(0,
|
|
57
|
+
box-shadow:0 0 0 0 rgba(0, 138, 224, 0);
|
|
58
58
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-primary-rgb), 0);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
top:-6px;
|
|
72
72
|
right:-6px;
|
|
73
73
|
border-radius:100%;
|
|
74
|
-
background-color:#
|
|
75
|
-
border:2px solid
|
|
74
|
+
background-color:#53a21a;
|
|
75
|
+
border:2px solid white;
|
|
76
76
|
background-color:var(--iui-color-foreground-positive);
|
|
77
77
|
border:2px solid var(--iui-color-background-1);
|
|
78
78
|
}
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
top:-6px;
|
|
130
130
|
right:-6px;
|
|
131
131
|
border-radius:100%;
|
|
132
|
-
background-color:#
|
|
133
|
-
border:2px solid
|
|
132
|
+
background-color:#f18d13;
|
|
133
|
+
border:2px solid white;
|
|
134
134
|
background-color:var(--iui-color-foreground-warning);
|
|
135
135
|
border:2px solid var(--iui-color-background-1);
|
|
136
136
|
}
|
|
@@ -148,29 +148,29 @@
|
|
|
148
148
|
@media (prefers-reduced-motion: no-preference){
|
|
149
149
|
@-webkit-keyframes pulse-warning{
|
|
150
150
|
0%{
|
|
151
|
-
box-shadow:0 0 0 0 #
|
|
151
|
+
box-shadow:0 0 0 0 #f18d13;
|
|
152
152
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-1));
|
|
153
153
|
}
|
|
154
154
|
70%{
|
|
155
|
-
box-shadow:0 0 0 7px rgba(241,
|
|
155
|
+
box-shadow:0 0 0 7px rgba(241, 141, 19, 0);
|
|
156
156
|
box-shadow:0 0 0 7px rgba(var(--iui-color-foreground-warning-rgb), 0);
|
|
157
157
|
}
|
|
158
158
|
100%{
|
|
159
|
-
box-shadow:0 0 0 0 rgba(241,
|
|
159
|
+
box-shadow:0 0 0 0 rgba(241, 141, 19, 0);
|
|
160
160
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-warning-rgb), 0);
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
@keyframes pulse-warning{
|
|
164
164
|
0%{
|
|
165
|
-
box-shadow:0 0 0 0 #
|
|
165
|
+
box-shadow:0 0 0 0 #f18d13;
|
|
166
166
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-warning-rgb), var(--iui-opacity-1));
|
|
167
167
|
}
|
|
168
168
|
70%{
|
|
169
|
-
box-shadow:0 0 0 7px rgba(241,
|
|
169
|
+
box-shadow:0 0 0 7px rgba(241, 141, 19, 0);
|
|
170
170
|
box-shadow:0 0 0 7px rgba(var(--iui-color-foreground-warning-rgb), 0);
|
|
171
171
|
}
|
|
172
172
|
100%{
|
|
173
|
-
box-shadow:0 0 0 0 rgba(241,
|
|
173
|
+
box-shadow:0 0 0 0 rgba(241, 141, 19, 0);
|
|
174
174
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-warning-rgb), 0);
|
|
175
175
|
}
|
|
176
176
|
}
|
|
@@ -187,8 +187,8 @@
|
|
|
187
187
|
top:-6px;
|
|
188
188
|
right:-6px;
|
|
189
189
|
border-radius:100%;
|
|
190
|
-
background-color:#
|
|
191
|
-
border:2px solid
|
|
190
|
+
background-color:#d10a0a;
|
|
191
|
+
border:2px solid white;
|
|
192
192
|
background-color:var(--iui-color-foreground-negative);
|
|
193
193
|
border:2px solid var(--iui-color-background-1);
|
|
194
194
|
}
|
|
@@ -206,29 +206,29 @@
|
|
|
206
206
|
@media (prefers-reduced-motion: no-preference){
|
|
207
207
|
@-webkit-keyframes pulse-negative{
|
|
208
208
|
0%{
|
|
209
|
-
box-shadow:0 0 0 0 #
|
|
209
|
+
box-shadow:0 0 0 0 #d10a0a;
|
|
210
210
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-1));
|
|
211
211
|
}
|
|
212
212
|
70%{
|
|
213
|
-
box-shadow:0 0 0 7px rgba(
|
|
213
|
+
box-shadow:0 0 0 7px rgba(209, 10, 10, 0);
|
|
214
214
|
box-shadow:0 0 0 7px rgba(var(--iui-color-foreground-negative-rgb), 0);
|
|
215
215
|
}
|
|
216
216
|
100%{
|
|
217
|
-
box-shadow:0 0 0 0 rgba(
|
|
217
|
+
box-shadow:0 0 0 0 rgba(209, 10, 10, 0);
|
|
218
218
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-negative-rgb), 0);
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
@keyframes pulse-negative{
|
|
222
222
|
0%{
|
|
223
|
-
box-shadow:0 0 0 0 #
|
|
223
|
+
box-shadow:0 0 0 0 #d10a0a;
|
|
224
224
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-1));
|
|
225
225
|
}
|
|
226
226
|
70%{
|
|
227
|
-
box-shadow:0 0 0 7px rgba(
|
|
227
|
+
box-shadow:0 0 0 7px rgba(209, 10, 10, 0);
|
|
228
228
|
box-shadow:0 0 0 7px rgba(var(--iui-color-foreground-negative-rgb), 0);
|
|
229
229
|
}
|
|
230
230
|
100%{
|
|
231
|
-
box-shadow:0 0 0 0 rgba(
|
|
231
|
+
box-shadow:0 0 0 0 rgba(209, 10, 10, 0);
|
|
232
232
|
box-shadow:0 0 0 0 rgba(var(--iui-color-foreground-negative-rgb), 0);
|
|
233
233
|
}
|
|
234
234
|
}
|
|
@@ -245,8 +245,8 @@
|
|
|
245
245
|
top:-6px;
|
|
246
246
|
right:-6px;
|
|
247
247
|
border-radius:100%;
|
|
248
|
-
background-color
|
|
249
|
-
border:2px solid
|
|
248
|
+
background-color:white;
|
|
249
|
+
border:2px solid white;
|
|
250
250
|
background-color:var(--iui-color-foreground-accessory);
|
|
251
251
|
border:2px solid var(--iui-color-background-1);
|
|
252
252
|
}
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
width:100%;
|
|
15
15
|
height:4px;
|
|
16
16
|
overflow:hidden;
|
|
17
|
-
background-color:#
|
|
18
|
-
background-color:var(--iui-color-background-
|
|
17
|
+
background-color:#c7ccd1;
|
|
18
|
+
background-color:var(--iui-color-background-border);
|
|
19
19
|
}
|
|
20
20
|
.iui-progress-indicator-linear > .iui-track > .iui-fill{
|
|
21
21
|
display:inline-block;
|
|
22
22
|
height:100%;
|
|
23
23
|
vertical-align:top;
|
|
24
|
-
background-color:#
|
|
24
|
+
background-color:#008ae0;
|
|
25
25
|
background-color:var(--iui-color-foreground-primary);
|
|
26
26
|
}
|
|
27
27
|
.iui-progress-indicator-linear > .iui-label{
|
|
@@ -49,47 +49,47 @@
|
|
|
49
49
|
}
|
|
50
50
|
.iui-progress-indicator-linear.iui-positive > .iui-track,
|
|
51
51
|
.iui-progress-indicator-linear.iui-positive > .iui-track > *{
|
|
52
|
-
background-color:#
|
|
52
|
+
background-color:#53a21a;
|
|
53
53
|
background-color:var(--iui-color-foreground-positive);
|
|
54
54
|
}
|
|
55
55
|
.iui-progress-indicator-linear.iui-positive > .iui-label{
|
|
56
|
-
color:#
|
|
56
|
+
color:#53a21a;
|
|
57
57
|
color:var(--iui-color-foreground-positive);
|
|
58
58
|
}
|
|
59
59
|
.iui-progress-indicator-linear.iui-positive > .iui-label svg{
|
|
60
|
-
fill:#
|
|
60
|
+
fill:#53a21a;
|
|
61
61
|
fill:var(--iui-icons-color-positive);
|
|
62
62
|
}
|
|
63
63
|
.iui-progress-indicator-linear.iui-positive > .iui-label > span::-moz-selection, .iui-progress-indicator-linear.iui-positive > .iui-label > span *::-moz-selection{
|
|
64
|
-
background-color:rgba(83, 162, 26, 0.
|
|
65
|
-
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-
|
|
64
|
+
background-color:rgba(83, 162, 26, 0.2);
|
|
65
|
+
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
66
66
|
}
|
|
67
67
|
.iui-progress-indicator-linear.iui-positive > .iui-label > span::selection,
|
|
68
68
|
.iui-progress-indicator-linear.iui-positive > .iui-label > span *::selection{
|
|
69
|
-
background-color:rgba(83, 162, 26, 0.
|
|
70
|
-
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-
|
|
69
|
+
background-color:rgba(83, 162, 26, 0.2);
|
|
70
|
+
background-color:rgba(var(--iui-color-foreground-positive-rgb), var(--iui-opacity-5));
|
|
71
71
|
}
|
|
72
72
|
.iui-progress-indicator-linear.iui-negative > .iui-track > *{
|
|
73
73
|
width:100%;
|
|
74
|
-
background-color:#
|
|
74
|
+
background-color:#d10a0a;
|
|
75
75
|
background-color:var(--iui-color-foreground-negative);
|
|
76
76
|
}
|
|
77
77
|
.iui-progress-indicator-linear.iui-negative > .iui-label{
|
|
78
|
-
color:#
|
|
78
|
+
color:#d10a0a;
|
|
79
79
|
color:var(--iui-color-foreground-negative);
|
|
80
80
|
}
|
|
81
81
|
.iui-progress-indicator-linear.iui-negative > .iui-label svg{
|
|
82
|
-
fill:#
|
|
82
|
+
fill:#d10a0a;
|
|
83
83
|
fill:var(--iui-icons-color-negative);
|
|
84
84
|
}
|
|
85
85
|
.iui-progress-indicator-linear.iui-negative > .iui-label > span::-moz-selection, .iui-progress-indicator-linear.iui-negative > .iui-label > span *::-moz-selection{
|
|
86
|
-
background-color:rgba(
|
|
87
|
-
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-
|
|
86
|
+
background-color:rgba(209, 10, 10, 0.2);
|
|
87
|
+
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
88
88
|
}
|
|
89
89
|
.iui-progress-indicator-linear.iui-negative > .iui-label > span::selection,
|
|
90
90
|
.iui-progress-indicator-linear.iui-negative > .iui-label > span *::selection{
|
|
91
|
-
background-color:rgba(
|
|
92
|
-
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-
|
|
91
|
+
background-color:rgba(209, 10, 10, 0.2);
|
|
92
|
+
background-color:rgba(var(--iui-color-foreground-negative-rgb), var(--iui-opacity-5));
|
|
93
93
|
}
|
|
94
94
|
.iui-progress-indicator-linear > .iui-track > .iui-determinate{
|
|
95
95
|
transition:width 2s ease-in-out;
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
box-sizing:border-box;
|
|
133
133
|
height:100%;
|
|
134
134
|
width:100%;
|
|
135
|
-
color:#
|
|
135
|
+
color:#008ae0;
|
|
136
136
|
color:var(--iui-color-foreground-primary);
|
|
137
137
|
}
|
|
138
138
|
.iui-progress-indicator-radial-ie::after{
|
|
@@ -147,8 +147,8 @@
|
|
|
147
147
|
background-color:transparent;
|
|
148
148
|
-webkit-animation:dash 0.8s linear infinite;
|
|
149
149
|
animation:dash 0.8s linear infinite;
|
|
150
|
-
border-bottom-color:#
|
|
151
|
-
border-bottom-color:var(--iui-color-background-
|
|
150
|
+
border-bottom-color:#c7ccd1;
|
|
151
|
+
border-bottom-color:var(--iui-color-background-border);
|
|
152
152
|
}
|
|
153
153
|
@-webkit-keyframes dash{
|
|
154
154
|
0%{
|
|
@@ -178,13 +178,13 @@
|
|
|
178
178
|
width:100%;
|
|
179
179
|
}
|
|
180
180
|
.iui-progress-indicator-radial > .iui-radial > circle.iui-fill{
|
|
181
|
-
stroke:#
|
|
181
|
+
stroke:#008ae0;
|
|
182
182
|
stroke:var(--iui-color-foreground-primary);
|
|
183
183
|
fill:none;
|
|
184
184
|
stroke-width:3.2;
|
|
185
185
|
}
|
|
186
186
|
.iui-progress-indicator-radial > .iui-radial > circle.iui-track{
|
|
187
|
-
stroke:#
|
|
187
|
+
stroke:#c7ccd1;
|
|
188
188
|
stroke:var(--iui-color-background-5);
|
|
189
189
|
fill:none;
|
|
190
190
|
stroke-width:3.2;
|
|
@@ -220,48 +220,48 @@
|
|
|
220
220
|
fill:var(--iui-icons-color-actionable-hover);
|
|
221
221
|
}
|
|
222
222
|
.iui-progress-indicator-radial.iui-positive{
|
|
223
|
-
color:#
|
|
223
|
+
color:#53a21a;
|
|
224
224
|
color:var(--iui-color-foreground-positive);
|
|
225
225
|
}
|
|
226
226
|
.iui-progress-indicator-radial.iui-positive svg.iui-radial circle.iui-fill,
|
|
227
227
|
.iui-progress-indicator-radial.iui-positive svg.iui-radial circle.iui-track{
|
|
228
|
-
stroke:#
|
|
228
|
+
stroke:#53a21a;
|
|
229
229
|
stroke:var(--iui-color-foreground-positive);
|
|
230
230
|
}
|
|
231
231
|
.iui-progress-indicator-radial.iui-positive .iui-inner-content svg{
|
|
232
|
-
fill:#
|
|
232
|
+
fill:#53a21a;
|
|
233
233
|
fill:var(--iui-icons-color-positive);
|
|
234
234
|
}
|
|
235
235
|
.iui-progress-indicator-radial.iui-positive .iui-progress-indicator-radial-ie{
|
|
236
|
-
color:#
|
|
236
|
+
color:#53a21a;
|
|
237
237
|
color:var(--iui-color-foreground-positive);
|
|
238
238
|
}
|
|
239
239
|
.iui-progress-indicator-radial.iui-positive .iui-progress-indicator-radial-ie::after{
|
|
240
240
|
-webkit-animation:none;
|
|
241
241
|
animation:none;
|
|
242
|
-
border-bottom-color:#
|
|
242
|
+
border-bottom-color:#53a21a;
|
|
243
243
|
border-bottom-color:var(--iui-color-foreground-positive);
|
|
244
244
|
}
|
|
245
245
|
.iui-progress-indicator-radial.iui-negative{
|
|
246
|
-
color:#
|
|
246
|
+
color:#d10a0a;
|
|
247
247
|
color:var(--iui-color-foreground-negative);
|
|
248
248
|
}
|
|
249
249
|
.iui-progress-indicator-radial.iui-negative svg.iui-radial circle.iui-fill{
|
|
250
|
-
stroke:#
|
|
250
|
+
stroke:#d10a0a;
|
|
251
251
|
stroke:var(--iui-color-foreground-negative);
|
|
252
252
|
}
|
|
253
253
|
.iui-progress-indicator-radial.iui-negative .iui-inner-content svg{
|
|
254
|
-
fill:#
|
|
254
|
+
fill:#d10a0a;
|
|
255
255
|
fill:var(--iui-icons-color-negative);
|
|
256
256
|
}
|
|
257
257
|
.iui-progress-indicator-radial.iui-negative .iui-progress-indicator-radial-ie{
|
|
258
|
-
color:#
|
|
258
|
+
color:#d10a0a;
|
|
259
259
|
color:var(--iui-color-foreground-negative);
|
|
260
260
|
}
|
|
261
261
|
.iui-progress-indicator-radial.iui-negative .iui-progress-indicator-radial-ie::after{
|
|
262
262
|
-webkit-animation:none;
|
|
263
263
|
animation:none;
|
|
264
|
-
border-bottom-color:#
|
|
264
|
+
border-bottom-color:#d10a0a;
|
|
265
265
|
border-bottom-color:var(--iui-color-foreground-negative);
|
|
266
266
|
}
|
|
267
267
|
.iui-progress-indicator-radial.iui-x-small{
|
package/css/side-navigation.css
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
flex:0 0 auto;
|
|
8
8
|
flex-direction:column;
|
|
9
9
|
height:100%;
|
|
10
|
-
background-color:#
|
|
11
|
-
border-right:1px solid #
|
|
10
|
+
background-color:#edeff2;
|
|
11
|
+
border-right:1px solid #c7ccd1;
|
|
12
12
|
background-color:var(--iui-color-background-3);
|
|
13
|
-
border-right:1px solid var(--iui-color-background-
|
|
13
|
+
border-right:1px solid var(--iui-color-background-border);
|
|
14
14
|
}
|
|
15
15
|
@media (prefers-reduced-motion: no-preference){
|
|
16
16
|
.iui-side-navigation{
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
}
|
|
44
44
|
.iui-side-navigation > .iui-sidenav-content + .iui-sidenav-button.iui-expand{
|
|
45
45
|
border:none;
|
|
46
|
-
border-top:1px solid #
|
|
47
|
-
border-top:1px solid var(--iui-color-background-
|
|
46
|
+
border-top:1px solid #c7ccd1;
|
|
47
|
+
border-top:1px solid var(--iui-color-background-border);
|
|
48
48
|
}
|
|
49
49
|
.iui-side-navigation.iui-collapsed{
|
|
50
50
|
min-width:72px;
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
text-overflow:ellipsis;
|
|
88
88
|
}
|
|
89
89
|
.iui-side-navigation .iui-sidenav-button, .iui-side-navigation .iui-sidenav-button:hover, .iui-side-navigation .iui-sidenav-button[disabled]{
|
|
90
|
-
border-color:#
|
|
91
|
-
border-color:var(--iui-color-background-
|
|
90
|
+
border-color:#c7ccd1;
|
|
91
|
+
border-color:var(--iui-color-background-border);
|
|
92
92
|
}
|
|
93
93
|
.iui-side-navigation .iui-sidenav-button > .iui-button-icon:not(.iui-user-icon){
|
|
94
94
|
width:24px;
|
|
@@ -96,19 +96,19 @@
|
|
|
96
96
|
flex-shrink:0;
|
|
97
97
|
}
|
|
98
98
|
.iui-side-navigation .iui-sidenav-button.iui-submenu-open .iui-button-icon{
|
|
99
|
-
fill:#
|
|
99
|
+
fill:#008ae0;
|
|
100
100
|
fill:var(--iui-color-foreground-primary);
|
|
101
101
|
}
|
|
102
102
|
.iui-side-navigation .iui-sidenav-button[disabled], .iui-side-navigation .iui-sidenav-button:disabled{
|
|
103
|
-
background-color:#
|
|
103
|
+
background-color:#f9f9fb;
|
|
104
104
|
background-color:var(--iui-color-background-2);
|
|
105
105
|
}
|
|
106
106
|
.iui-side-navigation .iui-sidenav-button.iui-expand{
|
|
107
107
|
height:22px;
|
|
108
108
|
justify-content:center;
|
|
109
109
|
border:none;
|
|
110
|
-
border-bottom:1px solid #
|
|
111
|
-
border-bottom:1px solid var(--iui-color-background-
|
|
110
|
+
border-bottom:1px solid #c7ccd1;
|
|
111
|
+
border-bottom:1px solid var(--iui-color-background-border);
|
|
112
112
|
}
|
|
113
113
|
.iui-side-navigation .iui-sidenav-button.iui-expand > .iui-button-icon{
|
|
114
114
|
fill:rgba(0, 0, 0, 0.4);
|
|
@@ -118,19 +118,19 @@
|
|
|
118
118
|
height:12px;
|
|
119
119
|
}
|
|
120
120
|
.iui-side-navigation .iui-sidenav-button.iui-expand > .iui-button-icon.iui-informational{
|
|
121
|
-
fill:#
|
|
121
|
+
fill:#008ae0;
|
|
122
122
|
fill:var(--iui-icons-color-primary);
|
|
123
123
|
}
|
|
124
124
|
.iui-side-navigation .iui-sidenav-button.iui-expand > .iui-button-icon.iui-positive{
|
|
125
|
-
fill:#
|
|
125
|
+
fill:#53a21a;
|
|
126
126
|
fill:var(--iui-icons-color-positive);
|
|
127
127
|
}
|
|
128
128
|
.iui-side-navigation .iui-sidenav-button.iui-expand > .iui-button-icon.iui-warning{
|
|
129
|
-
fill:#
|
|
129
|
+
fill:#f18d13;
|
|
130
130
|
fill:var(--iui-icons-color-warning);
|
|
131
131
|
}
|
|
132
132
|
.iui-side-navigation .iui-sidenav-button.iui-expand > .iui-button-icon.iui-negative{
|
|
133
|
-
fill:#
|
|
133
|
+
fill:#d10a0a;
|
|
134
134
|
fill:var(--iui-icons-color-negative);
|
|
135
135
|
}
|
|
136
136
|
@media (prefers-reduced-motion: no-preference){
|
|
@@ -148,10 +148,10 @@
|
|
|
148
148
|
overflow-y:auto;
|
|
149
149
|
overflow-y:overlay;
|
|
150
150
|
resize:horizontal;
|
|
151
|
-
background-color
|
|
152
|
-
border-right:1px solid #
|
|
151
|
+
background-color:white;
|
|
152
|
+
border-right:1px solid #c7ccd1;
|
|
153
153
|
background-color:var(--iui-color-background-1);
|
|
154
|
-
border-right:1px solid var(--iui-color-background-
|
|
154
|
+
border-right:1px solid var(--iui-color-background-border);
|
|
155
155
|
}
|
|
156
156
|
.iui-side-navigation-submenu.iui-enter{
|
|
157
157
|
opacity:0;
|
package/css/skip-to-content.css
CHANGED
package/css/slider.css
CHANGED
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
}
|
|
25
25
|
.iui-slider-component-container .iui-slider-min svg.iui-informational,
|
|
26
26
|
.iui-slider-component-container .iui-slider-max svg.iui-informational{
|
|
27
|
-
fill:#
|
|
27
|
+
fill:#008ae0;
|
|
28
28
|
fill:var(--iui-icons-color-primary);
|
|
29
29
|
}
|
|
30
30
|
.iui-slider-component-container .iui-slider-min svg.iui-positive,
|
|
31
31
|
.iui-slider-component-container .iui-slider-max svg.iui-positive{
|
|
32
|
-
fill:#
|
|
32
|
+
fill:#53a21a;
|
|
33
33
|
fill:var(--iui-icons-color-positive);
|
|
34
34
|
}
|
|
35
35
|
.iui-slider-component-container .iui-slider-min svg.iui-warning,
|
|
36
36
|
.iui-slider-component-container .iui-slider-max svg.iui-warning{
|
|
37
|
-
fill:#
|
|
37
|
+
fill:#f18d13;
|
|
38
38
|
fill:var(--iui-icons-color-warning);
|
|
39
39
|
}
|
|
40
40
|
.iui-slider-component-container .iui-slider-min svg.iui-negative,
|
|
41
41
|
.iui-slider-component-container .iui-slider-max svg.iui-negative{
|
|
42
|
-
fill:#
|
|
42
|
+
fill:#d10a0a;
|
|
43
43
|
fill:var(--iui-icons-color-negative);
|
|
44
44
|
}
|
|
45
45
|
.iui-slider-component-container .iui-slider-min{
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
}
|
|
59
59
|
.iui-slider-component-container.iui-disabled .iui-slider-thumb{
|
|
60
60
|
cursor:not-allowed;
|
|
61
|
-
background-color:#
|
|
62
|
-
border-color:#
|
|
61
|
+
background-color:#dde1e4;
|
|
62
|
+
border-color:#dde1e4;
|
|
63
63
|
background-color:var(--iui-color-background-4);
|
|
64
64
|
border-color:var(--iui-color-background-4);
|
|
65
65
|
}
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
height:11px;
|
|
110
110
|
line-height:44px;
|
|
111
111
|
margin-bottom:22px;
|
|
112
|
-
background-color:#
|
|
112
|
+
background-color:#dde1e4;
|
|
113
113
|
background-color:var(--iui-color-background-4);
|
|
114
114
|
}
|
|
115
115
|
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
width:100%;
|
|
119
119
|
height:4px;
|
|
120
120
|
top:12px;
|
|
121
|
-
background-color:#
|
|
122
|
-
background-color:var(--iui-color-background-
|
|
121
|
+
background-color:#c7ccd1;
|
|
122
|
+
background-color:var(--iui-color-background-border);
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.iui-slider-thumb{
|
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
z-index:1;
|
|
133
133
|
cursor:-webkit-grab;
|
|
134
134
|
cursor:grab;
|
|
135
|
-
background
|
|
136
|
-
border:1px solid #
|
|
135
|
+
background:white;
|
|
136
|
+
border:1px solid #c7ccd1;
|
|
137
137
|
background:var(--iui-color-background-1);
|
|
138
|
-
border:1px solid var(--iui-color-background-
|
|
138
|
+
border:1px solid var(--iui-color-background-border);
|
|
139
139
|
}
|
|
140
140
|
.iui-slider-thumb:focus-visible{
|
|
141
141
|
outline:2px solid var(--iui-color-foreground-primary);
|
|
@@ -158,6 +158,6 @@
|
|
|
158
158
|
height:4px;
|
|
159
159
|
left:0;
|
|
160
160
|
top:12px;
|
|
161
|
-
background-color:#
|
|
161
|
+
background-color:#008ae0;
|
|
162
162
|
background-color:var(--iui-color-foreground-primary);
|
|
163
163
|
}
|
package/css/surface.css
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
.iui-surface{
|
|
6
|
+
--iui-surface-background-color:var(--iui-color-background-1);
|
|
7
|
+
--iui-surface-border-radius:0;
|
|
8
|
+
--iui-surface-elevation:0 1px 5px rgba(0, 0, 0, 0.25);
|
|
9
|
+
background-color:var(--iui-surface-background-color);
|
|
10
|
+
border-radius:var(--iui-surface-border-radius);
|
|
11
|
+
box-shadow:var(--iui-surface-elevation);
|
|
12
|
+
box-sizing:border-box;
|
|
13
|
+
color:var(--iui-text-color);
|
|
14
|
+
}
|
|
15
|
+
@media (forced-colors: active){
|
|
16
|
+
.iui-surface{
|
|
17
|
+
border:1px solid transparent;
|
|
18
|
+
}
|
|
19
|
+
}
|