vanilla-framework 4.7.0 → 4.9.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/package.json +8 -8
- package/scss/_base.scss +2 -0
- package/scss/_base_background.scss +2 -6
- package/scss/_base_button.scss +8 -8
- package/scss/_base_code.scss +5 -5
- package/scss/_base_forms.scss +22 -103
- package/scss/_base_grid-definitions.scss +4 -4
- package/scss/_base_hr.scss +5 -39
- package/scss/_base_icon-definitions.scss +361 -54
- package/scss/_base_links.scss +2 -10
- package/scss/_base_placeholders.scss +1 -1
- package/scss/_base_syntax-highlighting.scss +2 -2
- package/scss/_base_tables.scss +2 -2
- package/scss/_base_themes.scss +52 -0
- package/scss/_base_typography-definitions.scss +1 -1
- package/scss/_global_functions.scss +10 -0
- package/scss/_layouts_application-panels.scss +1 -1
- package/scss/_patterns_buttons.scss +35 -167
- package/scss/_patterns_chip.scss +156 -189
- package/scss/_patterns_code-snippet.scss +7 -8
- package/scss/_patterns_contextual-menu.scss +16 -75
- package/scss/_patterns_divider.scss +5 -35
- package/scss/_patterns_form-help-text.scss +1 -29
- package/scss/_patterns_form-password-toggle.scss +1 -1
- package/scss/_patterns_form-tick-elements.scss +9 -128
- package/scss/_patterns_form-validation.scss +31 -229
- package/scss/_patterns_icons.scss +623 -442
- package/scss/_patterns_links.scss +12 -9
- package/scss/_patterns_lists.scss +23 -40
- package/scss/_patterns_media-container.scss +5 -0
- package/scss/_patterns_notifications.scss +21 -12
- package/scss/_patterns_search-box.scss +20 -99
- package/scss/_patterns_section.scss +12 -1
- package/scss/_patterns_side-navigation-expandable.scss +18 -55
- package/scss/_patterns_side-navigation.scss +132 -317
- package/scss/_patterns_strip.scss +41 -13
- package/scss/_patterns_suru.scss +126 -10
- package/scss/_patterns_table-mobile-card.scss +1 -1
- package/scss/_patterns_table-sortable.scss +2 -2
- package/scss/_patterns_tabs.scss +23 -74
- package/scss/_settings_colors.scss +195 -2
- package/scss/_settings_themes.scss +6 -6
- package/scss/_utilities_baseline-grid.scss +8 -0
- package/scss/_utilities_layout.scss +0 -6
- package/scss/_utilities_theme-toggle.scss +39 -0
- package/scss/_vanilla.scss +4 -0
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
@mixin vf-p-icons {
|
|
4
4
|
@include vf-p-icons-common;
|
|
5
|
+
@include vf-p-icon-sizes;
|
|
6
|
+
|
|
7
|
+
// core icons
|
|
5
8
|
@include vf-p-icon-anchor;
|
|
6
9
|
@include vf-p-icon-plus;
|
|
7
10
|
@include vf-p-icon-minus;
|
|
@@ -26,6 +29,10 @@
|
|
|
26
29
|
@include vf-p-icon-share;
|
|
27
30
|
@include vf-p-icon-user;
|
|
28
31
|
@include vf-p-icon-spinner;
|
|
32
|
+
@include vf-p-icon-show;
|
|
33
|
+
@include vf-p-icon-hide;
|
|
34
|
+
|
|
35
|
+
// social icons
|
|
29
36
|
@include vf-p-icon-facebook;
|
|
30
37
|
@include vf-p-icon-github;
|
|
31
38
|
@include vf-p-icon-twitter;
|
|
@@ -34,12 +41,16 @@
|
|
|
34
41
|
@include vf-p-icon-youtube;
|
|
35
42
|
@include vf-p-icon-rss;
|
|
36
43
|
@include vf-p-icon-email;
|
|
37
|
-
@include vf-p-icon-sizes;
|
|
38
|
-
@include vf-p-icon-show;
|
|
39
|
-
@include vf-p-icon-hide;
|
|
40
44
|
}
|
|
41
45
|
|
|
42
46
|
@mixin vf-p-icons-common {
|
|
47
|
+
// backwards compatibility for dark themed icons in --dark strips and with is-light class name
|
|
48
|
+
// DEPRECATED: use is-dark instead
|
|
49
|
+
[class*='--dark'] [class*='p-icon--'],
|
|
50
|
+
[class*='p-icon--'].is-light {
|
|
51
|
+
@include vf-theme-dark;
|
|
52
|
+
}
|
|
53
|
+
|
|
43
54
|
// stylelint-disable selector-max-type
|
|
44
55
|
h1,
|
|
45
56
|
.p-heading--1,
|
|
@@ -85,60 +96,35 @@
|
|
|
85
96
|
@mixin vf-p-icon-anchor {
|
|
86
97
|
.p-icon--anchor {
|
|
87
98
|
@extend %icon;
|
|
88
|
-
@include vf-icon-anchor
|
|
89
|
-
|
|
90
|
-
[class*='--dark'] &,
|
|
91
|
-
&.is-light {
|
|
92
|
-
@include vf-icon-anchor($color-x-light);
|
|
93
|
-
}
|
|
99
|
+
@include vf-icon-anchor-themed;
|
|
94
100
|
}
|
|
95
101
|
}
|
|
96
102
|
|
|
97
103
|
@mixin vf-p-icon-plus {
|
|
98
104
|
.p-icon--plus {
|
|
99
105
|
@extend %icon;
|
|
100
|
-
@include vf-icon-plus
|
|
101
|
-
|
|
102
|
-
[class*='--dark'] &,
|
|
103
|
-
&.is-light {
|
|
104
|
-
@include vf-icon-plus($color-x-light);
|
|
105
|
-
}
|
|
106
|
+
@include vf-icon-plus-themed;
|
|
106
107
|
}
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
@mixin vf-p-icon-minus {
|
|
110
111
|
.p-icon--minus {
|
|
111
112
|
@extend %icon;
|
|
112
|
-
@include vf-icon-minus
|
|
113
|
-
|
|
114
|
-
[class*='--dark'] &,
|
|
115
|
-
&.is-light {
|
|
116
|
-
@include vf-icon-minus($color-x-light);
|
|
117
|
-
}
|
|
113
|
+
@include vf-icon-minus-themed;
|
|
118
114
|
}
|
|
119
115
|
}
|
|
120
116
|
|
|
121
117
|
@mixin vf-p-icon-expand {
|
|
122
118
|
.p-icon--expand {
|
|
123
119
|
@extend %icon;
|
|
124
|
-
@include vf-icon-expand
|
|
125
|
-
|
|
126
|
-
[class*='--dark'] &,
|
|
127
|
-
&.is-light {
|
|
128
|
-
@include vf-icon-expand($color-x-light);
|
|
129
|
-
}
|
|
120
|
+
@include vf-icon-expand-themed;
|
|
130
121
|
}
|
|
131
122
|
}
|
|
132
123
|
|
|
133
124
|
@mixin vf-p-icon-collapse {
|
|
134
125
|
.p-icon--collapse {
|
|
135
126
|
@extend %icon;
|
|
136
|
-
@include vf-icon-collapse
|
|
137
|
-
|
|
138
|
-
[class*='--dark'] &,
|
|
139
|
-
&.is-light {
|
|
140
|
-
@include vf-icon-collapse($color-x-light);
|
|
141
|
-
}
|
|
127
|
+
@include vf-icon-collapse-themed;
|
|
142
128
|
}
|
|
143
129
|
}
|
|
144
130
|
|
|
@@ -150,24 +136,14 @@
|
|
|
150
136
|
.p-icon--chevron-down,
|
|
151
137
|
.p-icon--chevron-up {
|
|
152
138
|
@extend %icon;
|
|
153
|
-
@include vf-icon-chevron
|
|
154
|
-
|
|
155
|
-
[class*='--dark'] &,
|
|
156
|
-
&.is-light {
|
|
157
|
-
@include vf-icon-chevron($color-x-light);
|
|
158
|
-
}
|
|
139
|
+
@include vf-icon-chevron-themed;
|
|
159
140
|
}
|
|
160
141
|
}
|
|
161
142
|
|
|
162
143
|
@mixin vf-p-icon-close {
|
|
163
144
|
.p-icon--close {
|
|
164
145
|
@extend %icon;
|
|
165
|
-
@include vf-icon-close
|
|
166
|
-
|
|
167
|
-
[class*='--dark'] &,
|
|
168
|
-
&.is-light {
|
|
169
|
-
@include vf-icon-close($color-x-light);
|
|
170
|
-
}
|
|
146
|
+
@include vf-icon-close-themed;
|
|
171
147
|
}
|
|
172
148
|
}
|
|
173
149
|
|
|
@@ -175,165 +151,133 @@
|
|
|
175
151
|
.p-icon--help,
|
|
176
152
|
.p-icon--question {
|
|
177
153
|
@extend %icon;
|
|
178
|
-
@include vf-icon-help
|
|
179
|
-
|
|
180
|
-
[class*='--dark'] &,
|
|
181
|
-
&.is-light {
|
|
182
|
-
@include vf-icon-help($color-x-light);
|
|
183
|
-
}
|
|
154
|
+
@include vf-icon-help-themed;
|
|
184
155
|
}
|
|
185
156
|
}
|
|
186
157
|
|
|
187
158
|
@mixin vf-p-icon-info {
|
|
188
159
|
.p-icon--information {
|
|
189
160
|
@extend %icon;
|
|
190
|
-
@include vf-icon-info
|
|
191
|
-
|
|
192
|
-
[class*='--dark'] &,
|
|
193
|
-
&.is-light {
|
|
194
|
-
@include vf-icon-info($color-x-light);
|
|
195
|
-
}
|
|
161
|
+
@include vf-icon-info-themed;
|
|
196
162
|
}
|
|
197
163
|
}
|
|
198
164
|
|
|
199
165
|
@mixin vf-p-icon-delete {
|
|
200
166
|
.p-icon--delete {
|
|
201
167
|
@extend %icon;
|
|
202
|
-
@include vf-icon-delete
|
|
203
|
-
|
|
204
|
-
[class*='--dark'] &,
|
|
205
|
-
&.is-light {
|
|
206
|
-
@include vf-icon-delete($color-x-light);
|
|
207
|
-
}
|
|
168
|
+
@include vf-icon-delete-themed;
|
|
208
169
|
}
|
|
209
170
|
}
|
|
210
171
|
|
|
211
172
|
@mixin vf-p-icon-error {
|
|
212
173
|
.p-icon--error {
|
|
213
174
|
@extend %icon;
|
|
214
|
-
@include vf-icon-error
|
|
175
|
+
@include vf-icon-error-themed;
|
|
215
176
|
}
|
|
216
177
|
}
|
|
217
178
|
|
|
218
179
|
@mixin vf-p-icon-warning {
|
|
219
180
|
.p-icon--warning {
|
|
220
181
|
@extend %icon;
|
|
221
|
-
@include vf-icon-warning
|
|
182
|
+
@include vf-icon-warning-themed;
|
|
222
183
|
}
|
|
223
184
|
}
|
|
224
185
|
|
|
225
186
|
@mixin vf-p-icon-external-link {
|
|
226
187
|
.p-icon--external-link {
|
|
227
188
|
@extend %icon;
|
|
228
|
-
@include vf-icon-external-link
|
|
229
|
-
|
|
230
|
-
[class*='--dark'] &,
|
|
231
|
-
&.is-light {
|
|
232
|
-
@include vf-icon-external-link($color-x-light);
|
|
233
|
-
}
|
|
189
|
+
@include vf-icon-external-link-themed;
|
|
234
190
|
}
|
|
235
191
|
}
|
|
236
192
|
|
|
237
193
|
@mixin vf-p-icon-drag {
|
|
238
194
|
.p-icon--drag {
|
|
239
195
|
@extend %icon;
|
|
240
|
-
@include vf-icon-drag
|
|
241
|
-
|
|
242
|
-
[class*='--dark'] &,
|
|
243
|
-
&.is-light {
|
|
244
|
-
@include vf-icon-drag($color-x-light);
|
|
245
|
-
}
|
|
196
|
+
@include vf-icon-drag-themed;
|
|
246
197
|
}
|
|
247
198
|
}
|
|
248
199
|
|
|
249
200
|
@mixin vf-p-icon-code {
|
|
250
201
|
.p-icon--code {
|
|
251
202
|
@extend %icon;
|
|
252
|
-
@include vf-icon-code
|
|
253
|
-
|
|
254
|
-
[class*='--dark'] &,
|
|
255
|
-
&.is-light {
|
|
256
|
-
@include vf-icon-code($color-x-light);
|
|
257
|
-
}
|
|
203
|
+
@include vf-icon-code-themed;
|
|
258
204
|
}
|
|
259
205
|
}
|
|
260
206
|
|
|
261
207
|
@mixin vf-p-icon-menu {
|
|
262
208
|
.p-icon--menu {
|
|
263
209
|
@extend %icon;
|
|
264
|
-
@include vf-icon-menu
|
|
265
|
-
|
|
266
|
-
[class*='--dark'] &,
|
|
267
|
-
&.is-light {
|
|
268
|
-
@include vf-icon-menu($color-x-light);
|
|
269
|
-
}
|
|
210
|
+
@include vf-icon-menu-themed;
|
|
270
211
|
}
|
|
271
212
|
}
|
|
272
213
|
|
|
273
214
|
@mixin vf-p-icon-copy {
|
|
274
215
|
.p-icon--copy {
|
|
275
216
|
@extend %icon;
|
|
276
|
-
@include vf-icon-copy
|
|
277
|
-
|
|
278
|
-
[class*='--dark'] &,
|
|
279
|
-
&.is-light {
|
|
280
|
-
@include vf-icon-copy($color-x-light);
|
|
281
|
-
}
|
|
217
|
+
@include vf-icon-copy-themed;
|
|
282
218
|
}
|
|
283
219
|
}
|
|
284
220
|
|
|
285
221
|
@mixin vf-p-icon-search {
|
|
286
222
|
.p-icon--search {
|
|
287
223
|
@extend %icon;
|
|
288
|
-
@include vf-icon-search
|
|
289
|
-
|
|
290
|
-
[class*='--dark'] &,
|
|
291
|
-
&.is-light {
|
|
292
|
-
@include vf-icon-search($color-x-light);
|
|
293
|
-
}
|
|
224
|
+
@include vf-icon-search-themed;
|
|
294
225
|
}
|
|
295
226
|
}
|
|
296
227
|
|
|
297
228
|
@mixin vf-p-icon-success {
|
|
298
229
|
.p-icon--success {
|
|
299
230
|
@extend %icon;
|
|
300
|
-
@include vf-icon-success
|
|
231
|
+
@include vf-icon-success-themed;
|
|
301
232
|
}
|
|
302
233
|
}
|
|
303
234
|
|
|
304
235
|
@mixin vf-p-icon-share {
|
|
305
236
|
.p-icon--share {
|
|
306
237
|
@extend %icon;
|
|
307
|
-
@include vf-icon-share
|
|
308
|
-
|
|
309
|
-
[class*='--dark'] &,
|
|
310
|
-
&.is-light {
|
|
311
|
-
@include vf-icon-share($color-x-light);
|
|
312
|
-
}
|
|
238
|
+
@include vf-icon-share-themed;
|
|
313
239
|
}
|
|
314
240
|
}
|
|
315
241
|
|
|
316
242
|
@mixin vf-p-icon-user {
|
|
317
243
|
.p-icon--user {
|
|
318
244
|
@extend %icon;
|
|
319
|
-
@include vf-icon-user
|
|
320
|
-
|
|
321
|
-
[class*='--dark'] &,
|
|
322
|
-
&.is-light {
|
|
323
|
-
@include vf-icon-user($color-x-light);
|
|
324
|
-
}
|
|
245
|
+
@include vf-icon-user-themed;
|
|
325
246
|
}
|
|
326
247
|
}
|
|
327
248
|
|
|
328
249
|
@mixin vf-p-icon-spinner {
|
|
329
250
|
.p-icon--spinner {
|
|
330
251
|
@extend %icon;
|
|
331
|
-
@include vf-icon-spinner
|
|
252
|
+
@include vf-icon-spinner-themed;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
332
255
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
256
|
+
@mixin vf-p-icon-show {
|
|
257
|
+
.p-icon--show {
|
|
258
|
+
@extend %icon;
|
|
259
|
+
@include vf-icon-show-themed;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
@mixin vf-p-icon-hide {
|
|
264
|
+
.p-icon--hide {
|
|
265
|
+
@extend %icon;
|
|
266
|
+
@include vf-icon-hide-themed;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
@mixin vf-p-icon-success-grey {
|
|
271
|
+
.p-icon--success-grey {
|
|
272
|
+
@extend %icon;
|
|
273
|
+
@include vf-icon-success-grey-themed;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
@mixin vf-p-icon-error-grey {
|
|
278
|
+
.p-icon--error-grey {
|
|
279
|
+
@extend %icon;
|
|
280
|
+
@include vf-icon-error-grey-themed;
|
|
337
281
|
}
|
|
338
282
|
}
|
|
339
283
|
|
|
@@ -347,14 +291,14 @@
|
|
|
347
291
|
@mixin vf-p-icon-github {
|
|
348
292
|
.p-icon--github {
|
|
349
293
|
@extend %social-icon;
|
|
350
|
-
@include vf-icon-github;
|
|
294
|
+
@include vf-icon-github-themed;
|
|
351
295
|
}
|
|
352
296
|
}
|
|
353
297
|
|
|
354
298
|
@mixin vf-p-icon-twitter {
|
|
355
299
|
.p-icon--twitter {
|
|
356
300
|
@extend %social-icon;
|
|
357
|
-
@include vf-icon-twitter;
|
|
301
|
+
@include vf-icon-twitter-themed;
|
|
358
302
|
}
|
|
359
303
|
}
|
|
360
304
|
|
|
@@ -414,11 +358,14 @@
|
|
|
414
358
|
@mixin vf-p-icon-applications {
|
|
415
359
|
.p-icon--applications {
|
|
416
360
|
@extend %icon;
|
|
417
|
-
@include vf-icon-applications($
|
|
361
|
+
@include vf-icon-applications($colors--light-theme--icon);
|
|
418
362
|
|
|
363
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
419
364
|
[class*='--dark'] &,
|
|
420
|
-
|
|
421
|
-
|
|
365
|
+
body.is-dark &,
|
|
366
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
367
|
+
&.is-dark {
|
|
368
|
+
@include vf-icon-applications($colors--dark-theme--icon);
|
|
422
369
|
}
|
|
423
370
|
}
|
|
424
371
|
}
|
|
@@ -426,11 +373,14 @@
|
|
|
426
373
|
@mixin vf-p-icon-controllers {
|
|
427
374
|
.p-icon--controllers {
|
|
428
375
|
@extend %icon;
|
|
429
|
-
@include vf-icon-controllers($
|
|
376
|
+
@include vf-icon-controllers($colors--light-theme--icon);
|
|
430
377
|
|
|
378
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
431
379
|
[class*='--dark'] &,
|
|
432
|
-
|
|
433
|
-
|
|
380
|
+
body.is-dark &,
|
|
381
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
382
|
+
&.is-dark {
|
|
383
|
+
@include vf-icon-controllers($colors--dark-theme--icon);
|
|
434
384
|
}
|
|
435
385
|
}
|
|
436
386
|
}
|
|
@@ -438,11 +388,14 @@
|
|
|
438
388
|
@mixin vf-p-icon-fullscreen {
|
|
439
389
|
.p-icon--fullscreen {
|
|
440
390
|
@extend %icon;
|
|
441
|
-
@include vf-icon-fullscreen($
|
|
391
|
+
@include vf-icon-fullscreen($colors--light-theme--icon);
|
|
442
392
|
|
|
393
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
443
394
|
[class*='--dark'] &,
|
|
444
|
-
|
|
445
|
-
|
|
395
|
+
body.is-dark &,
|
|
396
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
397
|
+
&.is-dark {
|
|
398
|
+
@include vf-icon-fullscreen($colors--dark-theme--icon);
|
|
446
399
|
}
|
|
447
400
|
}
|
|
448
401
|
}
|
|
@@ -450,11 +403,14 @@
|
|
|
450
403
|
@mixin vf-p-icon-models {
|
|
451
404
|
.p-icon--models {
|
|
452
405
|
@extend %icon;
|
|
453
|
-
@include vf-icon-models($
|
|
406
|
+
@include vf-icon-models($colors--light-theme--icon);
|
|
454
407
|
|
|
408
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
455
409
|
[class*='--dark'] &,
|
|
456
|
-
|
|
457
|
-
|
|
410
|
+
body.is-dark &,
|
|
411
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
412
|
+
&.is-dark {
|
|
413
|
+
@include vf-icon-models($colors--dark-theme--icon);
|
|
458
414
|
}
|
|
459
415
|
}
|
|
460
416
|
}
|
|
@@ -462,11 +418,14 @@
|
|
|
462
418
|
@mixin vf-p-icon-machines {
|
|
463
419
|
.p-icon--machines {
|
|
464
420
|
@extend %icon;
|
|
465
|
-
@include vf-icon-machines($
|
|
421
|
+
@include vf-icon-machines($colors--light-theme--icon);
|
|
466
422
|
|
|
423
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
467
424
|
[class*='--dark'] &,
|
|
468
|
-
|
|
469
|
-
|
|
425
|
+
body.is-dark &,
|
|
426
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
427
|
+
&.is-dark {
|
|
428
|
+
@include vf-icon-machines($colors--dark-theme--icon);
|
|
470
429
|
}
|
|
471
430
|
}
|
|
472
431
|
}
|
|
@@ -474,11 +433,14 @@
|
|
|
474
433
|
@mixin vf-p-icon-pin {
|
|
475
434
|
.p-icon--pin {
|
|
476
435
|
@extend %icon;
|
|
477
|
-
@include vf-icon-pin($
|
|
436
|
+
@include vf-icon-pin($colors--light-theme--icon);
|
|
478
437
|
|
|
438
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
479
439
|
[class*='--dark'] &,
|
|
480
|
-
|
|
481
|
-
|
|
440
|
+
body.is-dark &,
|
|
441
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
442
|
+
&.is-dark {
|
|
443
|
+
@include vf-icon-pin($colors--dark-theme--icon);
|
|
482
444
|
}
|
|
483
445
|
}
|
|
484
446
|
}
|
|
@@ -486,11 +448,14 @@
|
|
|
486
448
|
@mixin vf-p-icon-units {
|
|
487
449
|
.p-icon--units {
|
|
488
450
|
@extend %icon;
|
|
489
|
-
@include vf-icon-units($
|
|
451
|
+
@include vf-icon-units($colors--light-theme--icon);
|
|
490
452
|
|
|
453
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
491
454
|
[class*='--dark'] &,
|
|
492
|
-
|
|
493
|
-
|
|
455
|
+
body.is-dark &,
|
|
456
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
457
|
+
&.is-dark {
|
|
458
|
+
@include vf-icon-units($colors--dark-theme--icon);
|
|
494
459
|
}
|
|
495
460
|
}
|
|
496
461
|
}
|
|
@@ -500,11 +465,14 @@
|
|
|
500
465
|
@mixin vf-p-icon-priority-critical {
|
|
501
466
|
.p-icon--priority-critical {
|
|
502
467
|
@extend %icon;
|
|
503
|
-
@include vf-icon-priority-critical($
|
|
468
|
+
@include vf-icon-priority-critical($colors--light-theme--icon);
|
|
504
469
|
|
|
470
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
505
471
|
[class*='--dark'] &,
|
|
506
|
-
|
|
507
|
-
|
|
472
|
+
body.is-dark &,
|
|
473
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
474
|
+
&.is-dark {
|
|
475
|
+
@include vf-icon-priority-critical($colors--dark-theme--icon);
|
|
508
476
|
}
|
|
509
477
|
}
|
|
510
478
|
}
|
|
@@ -512,11 +480,14 @@
|
|
|
512
480
|
@mixin vf-p-icon-priority-high {
|
|
513
481
|
.p-icon--priority-high {
|
|
514
482
|
@extend %icon;
|
|
515
|
-
@include vf-icon-priority-high($
|
|
483
|
+
@include vf-icon-priority-high($colors--light-theme--icon);
|
|
516
484
|
|
|
485
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
517
486
|
[class*='--dark'] &,
|
|
518
|
-
|
|
519
|
-
|
|
487
|
+
body.is-dark &,
|
|
488
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
489
|
+
&.is-dark {
|
|
490
|
+
@include vf-icon-priority-high($colors--dark-theme--icon);
|
|
520
491
|
}
|
|
521
492
|
}
|
|
522
493
|
}
|
|
@@ -524,11 +495,14 @@
|
|
|
524
495
|
@mixin vf-p-icon-priority-low {
|
|
525
496
|
.p-icon--priority-low {
|
|
526
497
|
@extend %icon;
|
|
527
|
-
@include vf-icon-priority-low($
|
|
498
|
+
@include vf-icon-priority-low($colors--light-theme--icon);
|
|
528
499
|
|
|
500
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
529
501
|
[class*='--dark'] &,
|
|
530
|
-
|
|
531
|
-
|
|
502
|
+
body.is-dark &,
|
|
503
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
504
|
+
&.is-dark {
|
|
505
|
+
@include vf-icon-priority-low($colors--dark-theme--icon);
|
|
532
506
|
}
|
|
533
507
|
}
|
|
534
508
|
}
|
|
@@ -536,11 +510,14 @@
|
|
|
536
510
|
@mixin vf-p-icon-priority-medium {
|
|
537
511
|
.p-icon--priority-medium {
|
|
538
512
|
@extend %icon;
|
|
539
|
-
@include vf-icon-priority-medium($
|
|
513
|
+
@include vf-icon-priority-medium($colors--light-theme--icon);
|
|
540
514
|
|
|
515
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
541
516
|
[class*='--dark'] &,
|
|
542
|
-
|
|
543
|
-
|
|
517
|
+
body.is-dark &,
|
|
518
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
519
|
+
&.is-dark {
|
|
520
|
+
@include vf-icon-priority-medium($colors--dark-theme--icon);
|
|
544
521
|
}
|
|
545
522
|
}
|
|
546
523
|
}
|
|
@@ -548,11 +525,14 @@
|
|
|
548
525
|
@mixin vf-p-icon-priority-negligible {
|
|
549
526
|
.p-icon--priority-negligible {
|
|
550
527
|
@extend %icon;
|
|
551
|
-
@include vf-icon-priority-negligible($
|
|
528
|
+
@include vf-icon-priority-negligible($colors--light-theme--icon);
|
|
552
529
|
|
|
530
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
553
531
|
[class*='--dark'] &,
|
|
554
|
-
|
|
555
|
-
|
|
532
|
+
body.is-dark &,
|
|
533
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
534
|
+
&.is-dark {
|
|
535
|
+
@include vf-icon-priority-negligible($colors--dark-theme--icon);
|
|
556
536
|
}
|
|
557
537
|
}
|
|
558
538
|
}
|
|
@@ -560,11 +540,14 @@
|
|
|
560
540
|
@mixin vf-p-icon-priority-unknown {
|
|
561
541
|
.p-icon--priority-unknown {
|
|
562
542
|
@extend %icon;
|
|
563
|
-
@include vf-icon-priority-unknown($
|
|
543
|
+
@include vf-icon-priority-unknown($colors--light-theme--icon);
|
|
564
544
|
|
|
545
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
565
546
|
[class*='--dark'] &,
|
|
566
|
-
|
|
567
|
-
|
|
547
|
+
body.is-dark &,
|
|
548
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
549
|
+
&.is-dark {
|
|
550
|
+
@include vf-icon-priority-unknown($colors--dark-theme--icon);
|
|
568
551
|
}
|
|
569
552
|
}
|
|
570
553
|
}
|
|
@@ -572,11 +555,14 @@
|
|
|
572
555
|
@mixin vf-p-icon-add-canvas {
|
|
573
556
|
.p-icon--add-canvas {
|
|
574
557
|
@extend %icon;
|
|
575
|
-
@include vf-icon-add-canvas($
|
|
558
|
+
@include vf-icon-add-canvas($colors--light-theme--icon);
|
|
576
559
|
|
|
560
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
577
561
|
[class*='--dark'] &,
|
|
578
|
-
|
|
579
|
-
|
|
562
|
+
body.is-dark &,
|
|
563
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
564
|
+
&.is-dark {
|
|
565
|
+
@include vf-icon-add-canvas($colors--dark-theme--icon);
|
|
580
566
|
}
|
|
581
567
|
}
|
|
582
568
|
}
|
|
@@ -584,11 +570,14 @@
|
|
|
584
570
|
@mixin vf-p-icon-add-logical-volume {
|
|
585
571
|
.p-icon--add-logical-volume {
|
|
586
572
|
@extend %icon;
|
|
587
|
-
@include vf-icon-add-logical-volume($
|
|
573
|
+
@include vf-icon-add-logical-volume($colors--light-theme--icon);
|
|
588
574
|
|
|
575
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
589
576
|
[class*='--dark'] &,
|
|
590
|
-
|
|
591
|
-
|
|
577
|
+
body.is-dark &,
|
|
578
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
579
|
+
&.is-dark {
|
|
580
|
+
@include vf-icon-add-logical-volume($colors--dark-theme--icon);
|
|
592
581
|
}
|
|
593
582
|
}
|
|
594
583
|
}
|
|
@@ -596,11 +585,14 @@
|
|
|
596
585
|
@mixin vf-p-icon-add-partition {
|
|
597
586
|
.p-icon--add-partition {
|
|
598
587
|
@extend %icon;
|
|
599
|
-
@include vf-icon-add-partition($
|
|
588
|
+
@include vf-icon-add-partition($colors--light-theme--icon);
|
|
600
589
|
|
|
590
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
601
591
|
[class*='--dark'] &,
|
|
602
|
-
|
|
603
|
-
|
|
592
|
+
body.is-dark &,
|
|
593
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
594
|
+
&.is-dark {
|
|
595
|
+
@include vf-icon-add-partition($colors--dark-theme--icon);
|
|
604
596
|
}
|
|
605
597
|
}
|
|
606
598
|
}
|
|
@@ -608,11 +600,14 @@
|
|
|
608
600
|
@mixin vf-p-icon-back-to-top {
|
|
609
601
|
.p-icon--back-to-top {
|
|
610
602
|
@extend %icon;
|
|
611
|
-
@include vf-icon-back-to-top($
|
|
603
|
+
@include vf-icon-back-to-top($colors--light-theme--icon);
|
|
612
604
|
|
|
605
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
613
606
|
[class*='--dark'] &,
|
|
614
|
-
|
|
615
|
-
|
|
607
|
+
body.is-dark &,
|
|
608
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
609
|
+
&.is-dark {
|
|
610
|
+
@include vf-icon-back-to-top($colors--dark-theme--icon);
|
|
616
611
|
}
|
|
617
612
|
}
|
|
618
613
|
}
|
|
@@ -620,11 +615,14 @@
|
|
|
620
615
|
@mixin vf-p-icon-begin-downloading {
|
|
621
616
|
.p-icon--begin-downloading {
|
|
622
617
|
@extend %icon;
|
|
623
|
-
@include vf-icon-begin-downloading($
|
|
618
|
+
@include vf-icon-begin-downloading($colors--light-theme--icon);
|
|
624
619
|
|
|
620
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
625
621
|
[class*='--dark'] &,
|
|
626
|
-
|
|
627
|
-
|
|
622
|
+
body.is-dark &,
|
|
623
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
624
|
+
&.is-dark {
|
|
625
|
+
@include vf-icon-begin-downloading($colors--dark-theme--icon);
|
|
628
626
|
}
|
|
629
627
|
}
|
|
630
628
|
}
|
|
@@ -632,11 +630,14 @@
|
|
|
632
630
|
@mixin vf-p-icon-bundle {
|
|
633
631
|
.p-icon--bundle {
|
|
634
632
|
@extend %icon;
|
|
635
|
-
@include vf-icon-bundle($
|
|
633
|
+
@include vf-icon-bundle($colors--light-theme--icon);
|
|
636
634
|
|
|
635
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
637
636
|
[class*='--dark'] &,
|
|
638
|
-
|
|
639
|
-
|
|
637
|
+
body.is-dark &,
|
|
638
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
639
|
+
&.is-dark {
|
|
640
|
+
@include vf-icon-bundle($colors--dark-theme--icon);
|
|
640
641
|
}
|
|
641
642
|
}
|
|
642
643
|
}
|
|
@@ -644,11 +645,14 @@
|
|
|
644
645
|
@mixin vf-p-icon-canvas {
|
|
645
646
|
.p-icon--canvas {
|
|
646
647
|
@extend %icon;
|
|
647
|
-
@include vf-icon-canvas($
|
|
648
|
+
@include vf-icon-canvas($colors--light-theme--icon);
|
|
648
649
|
|
|
650
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
649
651
|
[class*='--dark'] &,
|
|
650
|
-
|
|
651
|
-
|
|
652
|
+
body.is-dark &,
|
|
653
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
654
|
+
&.is-dark {
|
|
655
|
+
@include vf-icon-canvas($colors--dark-theme--icon);
|
|
652
656
|
}
|
|
653
657
|
}
|
|
654
658
|
}
|
|
@@ -656,11 +660,14 @@
|
|
|
656
660
|
@mixin vf-p-icon-change-version {
|
|
657
661
|
.p-icon--change-version {
|
|
658
662
|
@extend %icon;
|
|
659
|
-
@include vf-icon-change-version($
|
|
663
|
+
@include vf-icon-change-version($colors--light-theme--icon);
|
|
660
664
|
|
|
665
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
661
666
|
[class*='--dark'] &,
|
|
662
|
-
|
|
663
|
-
|
|
667
|
+
body.is-dark &,
|
|
668
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
669
|
+
&.is-dark {
|
|
670
|
+
@include vf-icon-change-version($colors--dark-theme--icon);
|
|
664
671
|
}
|
|
665
672
|
}
|
|
666
673
|
}
|
|
@@ -668,11 +675,14 @@
|
|
|
668
675
|
@mixin vf-p-icon-comments {
|
|
669
676
|
.p-icon--comments {
|
|
670
677
|
@extend %icon;
|
|
671
|
-
@include vf-icon-comments($
|
|
678
|
+
@include vf-icon-comments($colors--light-theme--icon);
|
|
672
679
|
|
|
680
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
673
681
|
[class*='--dark'] &,
|
|
674
|
-
|
|
675
|
-
|
|
682
|
+
body.is-dark &,
|
|
683
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
684
|
+
&.is-dark {
|
|
685
|
+
@include vf-icon-comments($colors--dark-theme--icon);
|
|
676
686
|
}
|
|
677
687
|
}
|
|
678
688
|
}
|
|
@@ -680,11 +690,14 @@
|
|
|
680
690
|
@mixin vf-p-icon-conflict-grey {
|
|
681
691
|
.p-icon--conflict-grey {
|
|
682
692
|
@extend %icon;
|
|
683
|
-
@include vf-icon-conflict-grey($
|
|
693
|
+
@include vf-icon-conflict-grey($colors--light-theme--icon);
|
|
684
694
|
|
|
695
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
685
696
|
[class*='--dark'] &,
|
|
686
|
-
|
|
687
|
-
|
|
697
|
+
body.is-dark &,
|
|
698
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
699
|
+
&.is-dark {
|
|
700
|
+
@include vf-icon-conflict-grey($colors--dark-theme--icon);
|
|
688
701
|
}
|
|
689
702
|
}
|
|
690
703
|
}
|
|
@@ -692,11 +705,14 @@
|
|
|
692
705
|
@mixin vf-p-icon-conflict-resolution-grey {
|
|
693
706
|
.p-icon--conflict-resolution-grey {
|
|
694
707
|
@extend %icon;
|
|
695
|
-
@include vf-icon-conflict-resolution-grey($
|
|
708
|
+
@include vf-icon-conflict-resolution-grey($colors--light-theme--icon);
|
|
696
709
|
|
|
710
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
697
711
|
[class*='--dark'] &,
|
|
698
|
-
|
|
699
|
-
|
|
712
|
+
body.is-dark &,
|
|
713
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
714
|
+
&.is-dark {
|
|
715
|
+
@include vf-icon-conflict-resolution-grey($colors--dark-theme--icon);
|
|
700
716
|
}
|
|
701
717
|
}
|
|
702
718
|
}
|
|
@@ -704,11 +720,14 @@
|
|
|
704
720
|
@mixin vf-p-icon-conflict-resolution {
|
|
705
721
|
.p-icon--conflict-resolution {
|
|
706
722
|
@extend %icon;
|
|
707
|
-
@include vf-icon-conflict-resolution($color-positive, $
|
|
723
|
+
@include vf-icon-conflict-resolution($color-positive, $colors--dark-theme--icon);
|
|
708
724
|
|
|
725
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
709
726
|
[class*='--dark'] &,
|
|
710
|
-
|
|
711
|
-
|
|
727
|
+
body.is-dark &,
|
|
728
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
729
|
+
&.is-dark {
|
|
730
|
+
@include vf-icon-conflict-resolution($color-positive, $colors--dark-theme--icon);
|
|
712
731
|
}
|
|
713
732
|
}
|
|
714
733
|
}
|
|
@@ -716,11 +735,14 @@
|
|
|
716
735
|
@mixin vf-p-icon-conflict {
|
|
717
736
|
.p-icon--conflict {
|
|
718
737
|
@extend %icon;
|
|
719
|
-
@include vf-icon-conflict($color-caution, $
|
|
738
|
+
@include vf-icon-conflict($color-caution, $colors--dark-theme--icon);
|
|
720
739
|
|
|
740
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
721
741
|
[class*='--dark'] &,
|
|
722
|
-
|
|
723
|
-
|
|
742
|
+
body.is-dark &,
|
|
743
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
744
|
+
&.is-dark {
|
|
745
|
+
@include vf-icon-conflict($color-caution, $colors--dark-theme--icon);
|
|
724
746
|
}
|
|
725
747
|
}
|
|
726
748
|
}
|
|
@@ -728,11 +750,14 @@
|
|
|
728
750
|
@mixin vf-p-icon-connected {
|
|
729
751
|
.p-icon--connected {
|
|
730
752
|
@extend %icon;
|
|
731
|
-
@include vf-icon-connected($
|
|
753
|
+
@include vf-icon-connected($colors--light-theme--icon);
|
|
732
754
|
|
|
755
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
733
756
|
[class*='--dark'] &,
|
|
734
|
-
|
|
735
|
-
|
|
757
|
+
body.is-dark &,
|
|
758
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
759
|
+
&.is-dark {
|
|
760
|
+
@include vf-icon-connected($colors--dark-theme--icon);
|
|
736
761
|
}
|
|
737
762
|
}
|
|
738
763
|
}
|
|
@@ -740,11 +765,14 @@
|
|
|
740
765
|
@mixin vf-p-icon-containers {
|
|
741
766
|
.p-icon--containers {
|
|
742
767
|
@extend %icon;
|
|
743
|
-
@include vf-icon-containers($
|
|
768
|
+
@include vf-icon-containers($colors--light-theme--icon);
|
|
744
769
|
|
|
770
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
745
771
|
[class*='--dark'] &,
|
|
746
|
-
|
|
747
|
-
|
|
772
|
+
body.is-dark &,
|
|
773
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
774
|
+
&.is-dark {
|
|
775
|
+
@include vf-icon-containers($colors--dark-theme--icon);
|
|
748
776
|
}
|
|
749
777
|
}
|
|
750
778
|
}
|
|
@@ -752,11 +780,14 @@
|
|
|
752
780
|
@mixin vf-p-icon-copy-to-clipboard {
|
|
753
781
|
.p-icon--copy-to-clipboard {
|
|
754
782
|
@extend %icon;
|
|
755
|
-
@include vf-icon-copy-to-clipboard($
|
|
783
|
+
@include vf-icon-copy-to-clipboard($colors--light-theme--icon);
|
|
756
784
|
|
|
785
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
757
786
|
[class*='--dark'] &,
|
|
758
|
-
|
|
759
|
-
|
|
787
|
+
body.is-dark &,
|
|
788
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
789
|
+
&.is-dark {
|
|
790
|
+
@include vf-icon-copy-to-clipboard($colors--dark-theme--icon);
|
|
760
791
|
}
|
|
761
792
|
}
|
|
762
793
|
}
|
|
@@ -764,11 +795,14 @@
|
|
|
764
795
|
@mixin vf-p-icon-disconnect {
|
|
765
796
|
.p-icon--disconnect {
|
|
766
797
|
@extend %icon;
|
|
767
|
-
@include vf-icon-disconnect($
|
|
798
|
+
@include vf-icon-disconnect($colors--light-theme--icon);
|
|
768
799
|
|
|
800
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
769
801
|
[class*='--dark'] &,
|
|
770
|
-
|
|
771
|
-
|
|
802
|
+
body.is-dark &,
|
|
803
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
804
|
+
&.is-dark {
|
|
805
|
+
@include vf-icon-disconnect($colors--dark-theme--icon);
|
|
772
806
|
}
|
|
773
807
|
}
|
|
774
808
|
}
|
|
@@ -776,11 +810,14 @@
|
|
|
776
810
|
@mixin vf-p-icon-edit {
|
|
777
811
|
.p-icon--edit {
|
|
778
812
|
@extend %icon;
|
|
779
|
-
@include vf-icon-edit($
|
|
813
|
+
@include vf-icon-edit($colors--light-theme--icon);
|
|
780
814
|
|
|
815
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
781
816
|
[class*='--dark'] &,
|
|
782
|
-
|
|
783
|
-
|
|
817
|
+
body.is-dark &,
|
|
818
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
819
|
+
&.is-dark {
|
|
820
|
+
@include vf-icon-edit($colors--dark-theme--icon);
|
|
784
821
|
}
|
|
785
822
|
}
|
|
786
823
|
}
|
|
@@ -788,11 +825,14 @@
|
|
|
788
825
|
@mixin vf-p-icon-export {
|
|
789
826
|
.p-icon--export {
|
|
790
827
|
@extend %icon;
|
|
791
|
-
@include vf-icon-export($
|
|
828
|
+
@include vf-icon-export($colors--light-theme--icon);
|
|
792
829
|
|
|
830
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
793
831
|
[class*='--dark'] &,
|
|
794
|
-
|
|
795
|
-
|
|
832
|
+
body.is-dark &,
|
|
833
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
834
|
+
&.is-dark {
|
|
835
|
+
@include vf-icon-export($colors--dark-theme--icon);
|
|
796
836
|
}
|
|
797
837
|
}
|
|
798
838
|
}
|
|
@@ -800,11 +840,14 @@
|
|
|
800
840
|
@mixin vf-p-icon-exposed {
|
|
801
841
|
.p-icon--exposed {
|
|
802
842
|
@extend %icon;
|
|
803
|
-
@include vf-icon-exposed($
|
|
843
|
+
@include vf-icon-exposed($colors--light-theme--icon);
|
|
804
844
|
|
|
845
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
805
846
|
[class*='--dark'] &,
|
|
806
|
-
|
|
807
|
-
|
|
847
|
+
body.is-dark &,
|
|
848
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
849
|
+
&.is-dark {
|
|
850
|
+
@include vf-icon-exposed($colors--dark-theme--icon);
|
|
808
851
|
}
|
|
809
852
|
}
|
|
810
853
|
}
|
|
@@ -812,11 +855,14 @@
|
|
|
812
855
|
@mixin vf-p-icon-filter {
|
|
813
856
|
.p-icon--filter {
|
|
814
857
|
@extend %icon;
|
|
815
|
-
@include vf-icon-filter($
|
|
858
|
+
@include vf-icon-filter($colors--light-theme--icon);
|
|
816
859
|
|
|
860
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
817
861
|
[class*='--dark'] &,
|
|
818
|
-
|
|
819
|
-
|
|
862
|
+
body.is-dark &,
|
|
863
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
864
|
+
&.is-dark {
|
|
865
|
+
@include vf-icon-filter($colors--dark-theme--icon);
|
|
820
866
|
}
|
|
821
867
|
}
|
|
822
868
|
}
|
|
@@ -824,11 +870,14 @@
|
|
|
824
870
|
@mixin vf-p-icon-fork {
|
|
825
871
|
.p-icon--fork {
|
|
826
872
|
@extend %icon;
|
|
827
|
-
@include vf-icon-fork($
|
|
873
|
+
@include vf-icon-fork($colors--light-theme--icon);
|
|
828
874
|
|
|
875
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
829
876
|
[class*='--dark'] &,
|
|
830
|
-
|
|
831
|
-
|
|
877
|
+
body.is-dark &,
|
|
878
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
879
|
+
&.is-dark {
|
|
880
|
+
@include vf-icon-fork($colors--dark-theme--icon);
|
|
832
881
|
}
|
|
833
882
|
}
|
|
834
883
|
}
|
|
@@ -836,11 +885,14 @@
|
|
|
836
885
|
@mixin vf-p-icon-get-link {
|
|
837
886
|
.p-icon--get-link {
|
|
838
887
|
@extend %icon;
|
|
839
|
-
@include vf-icon-get-link($
|
|
888
|
+
@include vf-icon-get-link($colors--light-theme--icon);
|
|
840
889
|
|
|
890
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
841
891
|
[class*='--dark'] &,
|
|
842
|
-
|
|
843
|
-
|
|
892
|
+
body.is-dark &,
|
|
893
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
894
|
+
&.is-dark {
|
|
895
|
+
@include vf-icon-get-link($colors--dark-theme--icon);
|
|
844
896
|
}
|
|
845
897
|
}
|
|
846
898
|
}
|
|
@@ -848,23 +900,14 @@
|
|
|
848
900
|
@mixin vf-p-icon-halfscreen-bar {
|
|
849
901
|
.p-icon--halfscreen-bar {
|
|
850
902
|
@extend %icon;
|
|
851
|
-
@include vf-icon-halfscreen-bar($
|
|
852
|
-
|
|
853
|
-
[class*='--dark'] &,
|
|
854
|
-
&.is-light {
|
|
855
|
-
@include vf-icon-halfscreen-bar($color-x-light);
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
@mixin vf-p-icon-hide {
|
|
861
|
-
.p-icon--hide {
|
|
862
|
-
@extend %icon;
|
|
863
|
-
@include vf-icon-hide($color-mid-dark);
|
|
903
|
+
@include vf-icon-halfscreen-bar($colors--light-theme--icon);
|
|
864
904
|
|
|
905
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
865
906
|
[class*='--dark'] &,
|
|
866
|
-
|
|
867
|
-
|
|
907
|
+
body.is-dark &,
|
|
908
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
909
|
+
&.is-dark {
|
|
910
|
+
@include vf-icon-halfscreen-bar($colors--dark-theme--icon);
|
|
868
911
|
}
|
|
869
912
|
}
|
|
870
913
|
}
|
|
@@ -872,11 +915,14 @@
|
|
|
872
915
|
@mixin vf-p-icon-highlight-off {
|
|
873
916
|
.p-icon--highlight-off {
|
|
874
917
|
@extend %icon;
|
|
875
|
-
@include vf-icon-highlight-off($
|
|
918
|
+
@include vf-icon-highlight-off($colors--light-theme--icon);
|
|
876
919
|
|
|
920
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
877
921
|
[class*='--dark'] &,
|
|
878
|
-
|
|
879
|
-
|
|
922
|
+
body.is-dark &,
|
|
923
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
924
|
+
&.is-dark {
|
|
925
|
+
@include vf-icon-highlight-off($colors--dark-theme--icon);
|
|
880
926
|
}
|
|
881
927
|
}
|
|
882
928
|
}
|
|
@@ -884,11 +930,14 @@
|
|
|
884
930
|
@mixin vf-p-icon-highlight-on {
|
|
885
931
|
.p-icon--highlight-on {
|
|
886
932
|
@extend %icon;
|
|
887
|
-
@include vf-icon-highlight-on($
|
|
933
|
+
@include vf-icon-highlight-on($colors--light-theme--icon);
|
|
888
934
|
|
|
935
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
889
936
|
[class*='--dark'] &,
|
|
890
|
-
|
|
891
|
-
|
|
937
|
+
body.is-dark &,
|
|
938
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
939
|
+
&.is-dark {
|
|
940
|
+
@include vf-icon-highlight-on($colors--dark-theme--icon);
|
|
892
941
|
}
|
|
893
942
|
}
|
|
894
943
|
}
|
|
@@ -896,11 +945,14 @@
|
|
|
896
945
|
@mixin vf-p-icon-home {
|
|
897
946
|
.p-icon--home {
|
|
898
947
|
@extend %icon;
|
|
899
|
-
@include vf-icon-home($
|
|
948
|
+
@include vf-icon-home($colors--light-theme--icon);
|
|
900
949
|
|
|
950
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
901
951
|
[class*='--dark'] &,
|
|
902
|
-
|
|
903
|
-
|
|
952
|
+
body.is-dark &,
|
|
953
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
954
|
+
&.is-dark {
|
|
955
|
+
@include vf-icon-home($colors--dark-theme--icon);
|
|
904
956
|
}
|
|
905
957
|
}
|
|
906
958
|
}
|
|
@@ -908,11 +960,14 @@
|
|
|
908
960
|
@mixin vf-p-icon-import {
|
|
909
961
|
.p-icon--import {
|
|
910
962
|
@extend %icon;
|
|
911
|
-
@include vf-icon-import($
|
|
963
|
+
@include vf-icon-import($colors--light-theme--icon);
|
|
912
964
|
|
|
965
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
913
966
|
[class*='--dark'] &,
|
|
914
|
-
|
|
915
|
-
|
|
967
|
+
body.is-dark &,
|
|
968
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
969
|
+
&.is-dark {
|
|
970
|
+
@include vf-icon-import($colors--dark-theme--icon);
|
|
916
971
|
}
|
|
917
972
|
}
|
|
918
973
|
}
|
|
@@ -920,11 +975,14 @@
|
|
|
920
975
|
@mixin vf-p-icon-in-progress {
|
|
921
976
|
.p-icon--in-progress {
|
|
922
977
|
@extend %icon;
|
|
923
|
-
@include vf-icon-in-progress($
|
|
978
|
+
@include vf-icon-in-progress($colors--dark-theme--icon, $colors--light-theme--icon);
|
|
924
979
|
|
|
980
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
925
981
|
[class*='--dark'] &,
|
|
926
|
-
|
|
927
|
-
|
|
982
|
+
body.is-dark &,
|
|
983
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
984
|
+
&.is-dark {
|
|
985
|
+
@include vf-icon-in-progress($colors--dark-theme--icon, $colors--light-theme--icon);
|
|
928
986
|
}
|
|
929
987
|
}
|
|
930
988
|
}
|
|
@@ -932,11 +990,14 @@
|
|
|
932
990
|
@mixin vf-p-icon-inspector-debug {
|
|
933
991
|
.p-icon--inspector-debug {
|
|
934
992
|
@extend %icon;
|
|
935
|
-
@include vf-icon-inspector-debug($
|
|
993
|
+
@include vf-icon-inspector-debug($colors--light-theme--icon);
|
|
936
994
|
|
|
995
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
937
996
|
[class*='--dark'] &,
|
|
938
|
-
|
|
939
|
-
|
|
997
|
+
body.is-dark &,
|
|
998
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
999
|
+
&.is-dark {
|
|
1000
|
+
@include vf-icon-inspector-debug($colors--dark-theme--icon);
|
|
940
1001
|
}
|
|
941
1002
|
}
|
|
942
1003
|
}
|
|
@@ -944,11 +1005,14 @@
|
|
|
944
1005
|
@mixin vf-p-icon-loading-steps {
|
|
945
1006
|
.p-icon--loading-steps {
|
|
946
1007
|
@extend %icon;
|
|
947
|
-
@include vf-icon-loading-steps($
|
|
1008
|
+
@include vf-icon-loading-steps($colors--light-theme--icon);
|
|
948
1009
|
|
|
1010
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
949
1011
|
[class*='--dark'] &,
|
|
950
|
-
|
|
951
|
-
|
|
1012
|
+
body.is-dark &,
|
|
1013
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1014
|
+
&.is-dark {
|
|
1015
|
+
@include vf-icon-loading-steps($colors--dark-theme--icon);
|
|
952
1016
|
}
|
|
953
1017
|
}
|
|
954
1018
|
}
|
|
@@ -956,11 +1020,14 @@
|
|
|
956
1020
|
@mixin vf-p-icon-lock-locked-active {
|
|
957
1021
|
.p-icon--lock-locked-active {
|
|
958
1022
|
@extend %icon;
|
|
959
|
-
@include vf-icon-lock-locked-active($
|
|
1023
|
+
@include vf-icon-lock-locked-active($colors--light-theme--icon);
|
|
960
1024
|
|
|
1025
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
961
1026
|
[class*='--dark'] &,
|
|
962
|
-
|
|
963
|
-
|
|
1027
|
+
body.is-dark &,
|
|
1028
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1029
|
+
&.is-dark {
|
|
1030
|
+
@include vf-icon-lock-locked-active($colors--dark-theme--icon);
|
|
964
1031
|
}
|
|
965
1032
|
}
|
|
966
1033
|
}
|
|
@@ -968,11 +1035,14 @@
|
|
|
968
1035
|
@mixin vf-p-icon-lock-locked {
|
|
969
1036
|
.p-icon--lock-locked {
|
|
970
1037
|
@extend %icon;
|
|
971
|
-
@include vf-icon-lock-locked($
|
|
1038
|
+
@include vf-icon-lock-locked($colors--light-theme--icon);
|
|
972
1039
|
|
|
1040
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
973
1041
|
[class*='--dark'] &,
|
|
974
|
-
|
|
975
|
-
|
|
1042
|
+
body.is-dark &,
|
|
1043
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1044
|
+
&.is-dark {
|
|
1045
|
+
@include vf-icon-lock-locked($colors--dark-theme--icon);
|
|
976
1046
|
}
|
|
977
1047
|
}
|
|
978
1048
|
}
|
|
@@ -980,11 +1050,14 @@
|
|
|
980
1050
|
@mixin vf-p-icon-lock-unlock {
|
|
981
1051
|
.p-icon--lock-unlock {
|
|
982
1052
|
@extend %icon;
|
|
983
|
-
@include vf-icon-lock-unlock($
|
|
1053
|
+
@include vf-icon-lock-unlock($colors--light-theme--icon);
|
|
984
1054
|
|
|
1055
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
985
1056
|
[class*='--dark'] &,
|
|
986
|
-
|
|
987
|
-
|
|
1057
|
+
body.is-dark &,
|
|
1058
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1059
|
+
&.is-dark {
|
|
1060
|
+
@include vf-icon-lock-unlock($colors--dark-theme--icon);
|
|
988
1061
|
}
|
|
989
1062
|
}
|
|
990
1063
|
}
|
|
@@ -992,11 +1065,14 @@
|
|
|
992
1065
|
@mixin vf-p-icon-maximise-bar {
|
|
993
1066
|
.p-icon--maximise-bar {
|
|
994
1067
|
@extend %icon;
|
|
995
|
-
@include vf-icon-maximise-bar($
|
|
1068
|
+
@include vf-icon-maximise-bar($colors--light-theme--icon);
|
|
996
1069
|
|
|
1070
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
997
1071
|
[class*='--dark'] &,
|
|
998
|
-
|
|
999
|
-
|
|
1072
|
+
body.is-dark &,
|
|
1073
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1074
|
+
&.is-dark {
|
|
1075
|
+
@include vf-icon-maximise-bar($colors--dark-theme--icon);
|
|
1000
1076
|
}
|
|
1001
1077
|
}
|
|
1002
1078
|
}
|
|
@@ -1004,11 +1080,14 @@
|
|
|
1004
1080
|
@mixin vf-p-icon-minimise-bar {
|
|
1005
1081
|
.p-icon--minimise-bar {
|
|
1006
1082
|
@extend %icon;
|
|
1007
|
-
@include vf-icon-minimise-bar($
|
|
1083
|
+
@include vf-icon-minimise-bar($colors--light-theme--icon);
|
|
1008
1084
|
|
|
1085
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1009
1086
|
[class*='--dark'] &,
|
|
1010
|
-
|
|
1011
|
-
|
|
1087
|
+
body.is-dark &,
|
|
1088
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1089
|
+
&.is-dark {
|
|
1090
|
+
@include vf-icon-minimise-bar($colors--dark-theme--icon);
|
|
1012
1091
|
}
|
|
1013
1092
|
}
|
|
1014
1093
|
}
|
|
@@ -1016,11 +1095,14 @@
|
|
|
1016
1095
|
@mixin vf-p-icon-mount-2 {
|
|
1017
1096
|
.p-icon--mount-2 {
|
|
1018
1097
|
@extend %icon;
|
|
1019
|
-
@include vf-icon-mount-2($
|
|
1098
|
+
@include vf-icon-mount-2($colors--light-theme--icon);
|
|
1020
1099
|
|
|
1100
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1021
1101
|
[class*='--dark'] &,
|
|
1022
|
-
|
|
1023
|
-
|
|
1102
|
+
body.is-dark &,
|
|
1103
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1104
|
+
&.is-dark {
|
|
1105
|
+
@include vf-icon-mount-2($colors--dark-theme--icon);
|
|
1024
1106
|
}
|
|
1025
1107
|
}
|
|
1026
1108
|
}
|
|
@@ -1028,11 +1110,14 @@
|
|
|
1028
1110
|
@mixin vf-p-icon-mount {
|
|
1029
1111
|
.p-icon--mount {
|
|
1030
1112
|
@extend %icon;
|
|
1031
|
-
@include vf-icon-mount($
|
|
1113
|
+
@include vf-icon-mount($colors--light-theme--icon);
|
|
1032
1114
|
|
|
1115
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1033
1116
|
[class*='--dark'] &,
|
|
1034
|
-
|
|
1035
|
-
|
|
1117
|
+
body.is-dark &,
|
|
1118
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1119
|
+
&.is-dark {
|
|
1120
|
+
@include vf-icon-mount($colors--dark-theme--icon);
|
|
1036
1121
|
}
|
|
1037
1122
|
}
|
|
1038
1123
|
}
|
|
@@ -1040,11 +1125,14 @@
|
|
|
1040
1125
|
@mixin vf-p-icon-open-terminal {
|
|
1041
1126
|
.p-icon--open-terminal {
|
|
1042
1127
|
@extend %icon;
|
|
1043
|
-
@include vf-icon-open-terminal($
|
|
1128
|
+
@include vf-icon-open-terminal($colors--light-theme--icon);
|
|
1044
1129
|
|
|
1130
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1045
1131
|
[class*='--dark'] &,
|
|
1046
|
-
|
|
1047
|
-
|
|
1132
|
+
body.is-dark &,
|
|
1133
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1134
|
+
&.is-dark {
|
|
1135
|
+
@include vf-icon-open-terminal($colors--dark-theme--icon);
|
|
1048
1136
|
}
|
|
1049
1137
|
}
|
|
1050
1138
|
}
|
|
@@ -1052,11 +1140,14 @@
|
|
|
1052
1140
|
@mixin vf-p-icon-plans {
|
|
1053
1141
|
.p-icon--plans {
|
|
1054
1142
|
@extend %icon;
|
|
1055
|
-
@include vf-icon-plans($
|
|
1143
|
+
@include vf-icon-plans($colors--light-theme--icon);
|
|
1056
1144
|
|
|
1145
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1057
1146
|
[class*='--dark'] &,
|
|
1058
|
-
|
|
1059
|
-
|
|
1147
|
+
body.is-dark &,
|
|
1148
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1149
|
+
&.is-dark {
|
|
1150
|
+
@include vf-icon-plans($colors--dark-theme--icon);
|
|
1060
1151
|
}
|
|
1061
1152
|
}
|
|
1062
1153
|
}
|
|
@@ -1064,11 +1155,14 @@
|
|
|
1064
1155
|
@mixin vf-p-icon-pods {
|
|
1065
1156
|
.p-icon--pods {
|
|
1066
1157
|
@extend %icon;
|
|
1067
|
-
@include vf-icon-pods($
|
|
1158
|
+
@include vf-icon-pods($colors--light-theme--icon);
|
|
1068
1159
|
|
|
1160
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1069
1161
|
[class*='--dark'] &,
|
|
1070
|
-
|
|
1071
|
-
|
|
1162
|
+
body.is-dark &,
|
|
1163
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1164
|
+
&.is-dark {
|
|
1165
|
+
@include vf-icon-pods($colors--dark-theme--icon);
|
|
1072
1166
|
}
|
|
1073
1167
|
}
|
|
1074
1168
|
}
|
|
@@ -1076,11 +1170,14 @@
|
|
|
1076
1170
|
@mixin vf-p-icon-power-error {
|
|
1077
1171
|
.p-icon--power-error {
|
|
1078
1172
|
@extend %icon;
|
|
1079
|
-
@include vf-icon-power-error($
|
|
1173
|
+
@include vf-icon-power-error($colors--light-theme--icon);
|
|
1080
1174
|
|
|
1175
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1081
1176
|
[class*='--dark'] &,
|
|
1082
|
-
|
|
1083
|
-
|
|
1177
|
+
body.is-dark &,
|
|
1178
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1179
|
+
&.is-dark {
|
|
1180
|
+
@include vf-icon-power-error($colors--dark-theme--icon);
|
|
1084
1181
|
}
|
|
1085
1182
|
}
|
|
1086
1183
|
}
|
|
@@ -1088,11 +1185,14 @@
|
|
|
1088
1185
|
@mixin vf-p-icon-power-off {
|
|
1089
1186
|
.p-icon--power-off {
|
|
1090
1187
|
@extend %icon;
|
|
1091
|
-
@include vf-icon-power-off($
|
|
1188
|
+
@include vf-icon-power-off($colors--light-theme--icon);
|
|
1092
1189
|
|
|
1190
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1093
1191
|
[class*='--dark'] &,
|
|
1094
|
-
|
|
1095
|
-
|
|
1192
|
+
body.is-dark &,
|
|
1193
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1194
|
+
&.is-dark {
|
|
1195
|
+
@include vf-icon-power-off($colors--dark-theme--icon);
|
|
1096
1196
|
}
|
|
1097
1197
|
}
|
|
1098
1198
|
}
|
|
@@ -1100,11 +1200,14 @@
|
|
|
1100
1200
|
@mixin vf-p-icon-power-on {
|
|
1101
1201
|
.p-icon--power-on {
|
|
1102
1202
|
@extend %icon;
|
|
1103
|
-
@include vf-icon-power-on($
|
|
1203
|
+
@include vf-icon-power-on($colors--light-theme--icon, $colors--dark-theme--icon);
|
|
1104
1204
|
|
|
1205
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1105
1206
|
[class*='--dark'] &,
|
|
1106
|
-
|
|
1107
|
-
|
|
1207
|
+
body.is-dark &,
|
|
1208
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1209
|
+
&.is-dark {
|
|
1210
|
+
@include vf-icon-power-on($colors--light-theme--icon, $colors--dark-theme--icon);
|
|
1108
1211
|
}
|
|
1109
1212
|
}
|
|
1110
1213
|
}
|
|
@@ -1112,11 +1215,14 @@
|
|
|
1112
1215
|
@mixin vf-p-icon-profile {
|
|
1113
1216
|
.p-icon--profile {
|
|
1114
1217
|
@extend %icon;
|
|
1115
|
-
@include vf-icon-profile($
|
|
1218
|
+
@include vf-icon-profile($colors--light-theme--icon);
|
|
1116
1219
|
|
|
1220
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1117
1221
|
[class*='--dark'] &,
|
|
1118
|
-
|
|
1119
|
-
|
|
1222
|
+
body.is-dark &,
|
|
1223
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1224
|
+
&.is-dark {
|
|
1225
|
+
@include vf-icon-profile($colors--dark-theme--icon);
|
|
1120
1226
|
}
|
|
1121
1227
|
}
|
|
1122
1228
|
}
|
|
@@ -1124,11 +1230,14 @@
|
|
|
1124
1230
|
@mixin vf-p-icon-restart {
|
|
1125
1231
|
.p-icon--restart {
|
|
1126
1232
|
@extend %icon;
|
|
1127
|
-
@include vf-icon-restart($
|
|
1233
|
+
@include vf-icon-restart($colors--light-theme--icon);
|
|
1128
1234
|
|
|
1235
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1129
1236
|
[class*='--dark'] &,
|
|
1130
|
-
|
|
1131
|
-
|
|
1237
|
+
body.is-dark &,
|
|
1238
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1239
|
+
&.is-dark {
|
|
1240
|
+
@include vf-icon-restart($colors--dark-theme--icon);
|
|
1132
1241
|
}
|
|
1133
1242
|
}
|
|
1134
1243
|
}
|
|
@@ -1136,11 +1245,14 @@
|
|
|
1136
1245
|
@mixin vf-p-icon-revisions {
|
|
1137
1246
|
.p-icon--revisions {
|
|
1138
1247
|
@extend %icon;
|
|
1139
|
-
@include vf-icon-revisions($
|
|
1248
|
+
@include vf-icon-revisions($colors--light-theme--icon);
|
|
1140
1249
|
|
|
1250
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1141
1251
|
[class*='--dark'] &,
|
|
1142
|
-
|
|
1143
|
-
|
|
1252
|
+
body.is-dark &,
|
|
1253
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1254
|
+
&.is-dark {
|
|
1255
|
+
@include vf-icon-revisions($colors--dark-theme--icon);
|
|
1144
1256
|
}
|
|
1145
1257
|
}
|
|
1146
1258
|
}
|
|
@@ -1148,11 +1260,14 @@
|
|
|
1148
1260
|
@mixin vf-p-icon-security {
|
|
1149
1261
|
.p-icon--security {
|
|
1150
1262
|
@extend %icon;
|
|
1151
|
-
@include vf-icon-security($
|
|
1263
|
+
@include vf-icon-security($colors--light-theme--icon);
|
|
1152
1264
|
|
|
1265
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1153
1266
|
[class*='--dark'] &,
|
|
1154
|
-
|
|
1155
|
-
|
|
1267
|
+
body.is-dark &,
|
|
1268
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1269
|
+
&.is-dark {
|
|
1270
|
+
@include vf-icon-security($colors--dark-theme--icon);
|
|
1156
1271
|
}
|
|
1157
1272
|
}
|
|
1158
1273
|
}
|
|
@@ -1160,23 +1275,14 @@
|
|
|
1160
1275
|
@mixin vf-p-icon-settings {
|
|
1161
1276
|
.p-icon--settings {
|
|
1162
1277
|
@extend %icon;
|
|
1163
|
-
@include vf-icon-settings($
|
|
1164
|
-
|
|
1165
|
-
[class*='--dark'] &,
|
|
1166
|
-
&.is-light {
|
|
1167
|
-
@include vf-icon-settings($color-x-light);
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
@mixin vf-p-icon-show {
|
|
1173
|
-
.p-icon--show {
|
|
1174
|
-
@extend %icon;
|
|
1175
|
-
@include vf-icon-show($color-mid-dark);
|
|
1278
|
+
@include vf-icon-settings($colors--light-theme--icon);
|
|
1176
1279
|
|
|
1280
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1177
1281
|
[class*='--dark'] &,
|
|
1178
|
-
|
|
1179
|
-
|
|
1282
|
+
body.is-dark &,
|
|
1283
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1284
|
+
&.is-dark {
|
|
1285
|
+
@include vf-icon-settings($colors--dark-theme--icon);
|
|
1180
1286
|
}
|
|
1181
1287
|
}
|
|
1182
1288
|
}
|
|
@@ -1184,11 +1290,14 @@
|
|
|
1184
1290
|
@mixin vf-p-icon-sort-both {
|
|
1185
1291
|
.p-icon--sort-both {
|
|
1186
1292
|
@extend %icon;
|
|
1187
|
-
@include vf-icon-sort-both($
|
|
1293
|
+
@include vf-icon-sort-both($colors--light-theme--icon);
|
|
1188
1294
|
|
|
1295
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1189
1296
|
[class*='--dark'] &,
|
|
1190
|
-
|
|
1191
|
-
|
|
1297
|
+
body.is-dark &,
|
|
1298
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1299
|
+
&.is-dark {
|
|
1300
|
+
@include vf-icon-sort-both($colors--dark-theme--icon);
|
|
1192
1301
|
}
|
|
1193
1302
|
}
|
|
1194
1303
|
}
|
|
@@ -1196,11 +1305,14 @@
|
|
|
1196
1305
|
@mixin vf-p-icon-sort-down {
|
|
1197
1306
|
.p-icon--sort-down {
|
|
1198
1307
|
@extend %icon;
|
|
1199
|
-
@include vf-icon-sort-down($
|
|
1308
|
+
@include vf-icon-sort-down($colors--light-theme--icon);
|
|
1200
1309
|
|
|
1310
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1201
1311
|
[class*='--dark'] &,
|
|
1202
|
-
|
|
1203
|
-
|
|
1312
|
+
body.is-dark &,
|
|
1313
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1314
|
+
&.is-dark {
|
|
1315
|
+
@include vf-icon-sort-down($colors--dark-theme--icon);
|
|
1204
1316
|
}
|
|
1205
1317
|
}
|
|
1206
1318
|
}
|
|
@@ -1208,11 +1320,14 @@
|
|
|
1208
1320
|
@mixin vf-p-icon-sort-up {
|
|
1209
1321
|
.p-icon--sort-up {
|
|
1210
1322
|
@extend %icon;
|
|
1211
|
-
@include vf-icon-sort-up($
|
|
1323
|
+
@include vf-icon-sort-up($colors--light-theme--icon);
|
|
1212
1324
|
|
|
1325
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1213
1326
|
[class*='--dark'] &,
|
|
1214
|
-
|
|
1215
|
-
|
|
1327
|
+
body.is-dark &,
|
|
1328
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1329
|
+
&.is-dark {
|
|
1330
|
+
@include vf-icon-sort-up($colors--dark-theme--icon);
|
|
1216
1331
|
}
|
|
1217
1332
|
}
|
|
1218
1333
|
}
|
|
@@ -1220,11 +1335,14 @@
|
|
|
1220
1335
|
@mixin vf-p-icon-starred {
|
|
1221
1336
|
.p-icon--starred {
|
|
1222
1337
|
@extend %icon;
|
|
1223
|
-
@include vf-icon-starred($
|
|
1338
|
+
@include vf-icon-starred($colors--light-theme--icon);
|
|
1224
1339
|
|
|
1340
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1225
1341
|
[class*='--dark'] &,
|
|
1226
|
-
|
|
1227
|
-
|
|
1342
|
+
body.is-dark &,
|
|
1343
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1344
|
+
&.is-dark {
|
|
1345
|
+
@include vf-icon-starred($colors--dark-theme--icon);
|
|
1228
1346
|
}
|
|
1229
1347
|
}
|
|
1230
1348
|
}
|
|
@@ -1234,8 +1352,11 @@
|
|
|
1234
1352
|
@extend %icon;
|
|
1235
1353
|
@include vf-icon-status-small($color-negative);
|
|
1236
1354
|
|
|
1355
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1237
1356
|
[class*='--dark'] &,
|
|
1238
|
-
|
|
1357
|
+
body.is-dark &,
|
|
1358
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1359
|
+
&.is-dark {
|
|
1239
1360
|
@include vf-icon-status-small($color-negative);
|
|
1240
1361
|
}
|
|
1241
1362
|
}
|
|
@@ -1246,8 +1367,11 @@
|
|
|
1246
1367
|
@extend %icon;
|
|
1247
1368
|
@include vf-icon-status-small($color-information);
|
|
1248
1369
|
|
|
1370
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1249
1371
|
[class*='--dark'] &,
|
|
1250
|
-
|
|
1372
|
+
body.is-dark &,
|
|
1373
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1374
|
+
&.is-dark {
|
|
1251
1375
|
@include vf-icon-status-small($color-information);
|
|
1252
1376
|
}
|
|
1253
1377
|
}
|
|
@@ -1256,11 +1380,14 @@
|
|
|
1256
1380
|
@mixin vf-p-icon-status-in-progress {
|
|
1257
1381
|
.p-icon--status-in-progress {
|
|
1258
1382
|
@extend %icon;
|
|
1259
|
-
@include vf-icon-status-in-progress($color-information, $color-light, $
|
|
1383
|
+
@include vf-icon-status-in-progress($color-information, $color-light, $colors--dark-theme--icon);
|
|
1260
1384
|
|
|
1385
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1261
1386
|
[class*='--dark'] &,
|
|
1262
|
-
|
|
1263
|
-
|
|
1387
|
+
body.is-dark &,
|
|
1388
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1389
|
+
&.is-dark {
|
|
1390
|
+
@include vf-icon-status-in-progress($color-information, $color-light, $colors--dark-theme--icon);
|
|
1264
1391
|
}
|
|
1265
1392
|
}
|
|
1266
1393
|
}
|
|
@@ -1268,11 +1395,14 @@
|
|
|
1268
1395
|
@mixin vf-p-icon-status-queued-small {
|
|
1269
1396
|
.p-icon--status-queued-small {
|
|
1270
1397
|
@extend %icon;
|
|
1271
|
-
@include vf-icon-status-small($
|
|
1398
|
+
@include vf-icon-status-small($colors--light-theme--icon);
|
|
1272
1399
|
|
|
1400
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1273
1401
|
[class*='--dark'] &,
|
|
1274
|
-
|
|
1275
|
-
|
|
1402
|
+
body.is-dark &,
|
|
1403
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1404
|
+
&.is-dark {
|
|
1405
|
+
@include vf-icon-status-small($colors--dark-theme--icon);
|
|
1276
1406
|
}
|
|
1277
1407
|
}
|
|
1278
1408
|
}
|
|
@@ -1280,11 +1410,14 @@
|
|
|
1280
1410
|
@mixin vf-p-icon-status-queued {
|
|
1281
1411
|
.p-icon--status-queued {
|
|
1282
1412
|
@extend %icon;
|
|
1283
|
-
@include vf-icon-status-queued($
|
|
1413
|
+
@include vf-icon-status-queued($colors--dark-theme--icon);
|
|
1284
1414
|
|
|
1415
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1285
1416
|
[class*='--dark'] &,
|
|
1286
|
-
|
|
1287
|
-
|
|
1417
|
+
body.is-dark &,
|
|
1418
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1419
|
+
&.is-dark {
|
|
1420
|
+
@include vf-icon-status-queued($colors--dark-theme--icon);
|
|
1288
1421
|
}
|
|
1289
1422
|
}
|
|
1290
1423
|
}
|
|
@@ -1294,8 +1427,11 @@
|
|
|
1294
1427
|
@extend %icon;
|
|
1295
1428
|
@include vf-icon-status-small($color-positive);
|
|
1296
1429
|
|
|
1430
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1297
1431
|
[class*='--dark'] &,
|
|
1298
|
-
|
|
1432
|
+
body.is-dark &,
|
|
1433
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1434
|
+
&.is-dark {
|
|
1299
1435
|
@include vf-icon-status-small($color-positive);
|
|
1300
1436
|
}
|
|
1301
1437
|
}
|
|
@@ -1306,8 +1442,11 @@
|
|
|
1306
1442
|
@extend %icon;
|
|
1307
1443
|
@include vf-icon-status-small($color-caution);
|
|
1308
1444
|
|
|
1445
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1309
1446
|
[class*='--dark'] &,
|
|
1310
|
-
|
|
1447
|
+
body.is-dark &,
|
|
1448
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1449
|
+
&.is-dark {
|
|
1311
1450
|
@include vf-icon-status-small($color-caution);
|
|
1312
1451
|
}
|
|
1313
1452
|
}
|
|
@@ -1316,11 +1455,14 @@
|
|
|
1316
1455
|
@mixin vf-p-icon-status-waiting {
|
|
1317
1456
|
.p-icon--status-waiting {
|
|
1318
1457
|
@extend %icon;
|
|
1319
|
-
@include vf-icon-status-waiting($color-caution, $color-mid-light, $color-light, $
|
|
1458
|
+
@include vf-icon-status-waiting($color-caution, $color-mid-light, $color-light, $colors--dark-theme--icon);
|
|
1320
1459
|
|
|
1460
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1321
1461
|
[class*='--dark'] &,
|
|
1322
|
-
|
|
1323
|
-
|
|
1462
|
+
body.is-dark &,
|
|
1463
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1464
|
+
&.is-dark {
|
|
1465
|
+
@include vf-icon-status-waiting($color-caution, $color-mid-light, $color-light, $colors--dark-theme--icon);
|
|
1324
1466
|
}
|
|
1325
1467
|
}
|
|
1326
1468
|
}
|
|
@@ -1328,11 +1470,14 @@
|
|
|
1328
1470
|
@mixin vf-p-icon-status {
|
|
1329
1471
|
.p-icon--status {
|
|
1330
1472
|
@extend %icon;
|
|
1331
|
-
@include vf-icon-status($
|
|
1473
|
+
@include vf-icon-status($colors--light-theme--icon);
|
|
1332
1474
|
|
|
1475
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1333
1476
|
[class*='--dark'] &,
|
|
1334
|
-
|
|
1335
|
-
|
|
1477
|
+
body.is-dark &,
|
|
1478
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1479
|
+
&.is-dark {
|
|
1480
|
+
@include vf-icon-status($colors--dark-theme--icon);
|
|
1336
1481
|
}
|
|
1337
1482
|
}
|
|
1338
1483
|
}
|
|
@@ -1340,35 +1485,14 @@
|
|
|
1340
1485
|
@mixin vf-p-icon-submit-bug {
|
|
1341
1486
|
.p-icon--submit-bug {
|
|
1342
1487
|
@extend %icon;
|
|
1343
|
-
@include vf-icon-submit-bug($
|
|
1344
|
-
|
|
1345
|
-
[class*='--dark'] &,
|
|
1346
|
-
&.is-light {
|
|
1347
|
-
@include vf-icon-submit-bug($color-x-light);
|
|
1348
|
-
}
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
|
|
1352
|
-
@mixin vf-p-icon-success-grey {
|
|
1353
|
-
.p-icon--success-grey {
|
|
1354
|
-
@extend %icon;
|
|
1355
|
-
@include vf-icon-success-grey($color-mid-dark);
|
|
1356
|
-
|
|
1357
|
-
[class*='--dark'] &,
|
|
1358
|
-
&.is-light {
|
|
1359
|
-
@include vf-icon-success-grey($color-x-light);
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
@mixin vf-p-icon-error-grey {
|
|
1365
|
-
.p-icon--error-grey {
|
|
1366
|
-
@extend %icon;
|
|
1367
|
-
@include vf-icon-error-grey($color-mid-dark);
|
|
1488
|
+
@include vf-icon-submit-bug($colors--light-theme--icon);
|
|
1368
1489
|
|
|
1490
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1369
1491
|
[class*='--dark'] &,
|
|
1370
|
-
|
|
1371
|
-
|
|
1492
|
+
body.is-dark &,
|
|
1493
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1494
|
+
&.is-dark {
|
|
1495
|
+
@include vf-icon-submit-bug($colors--dark-theme--icon);
|
|
1372
1496
|
}
|
|
1373
1497
|
}
|
|
1374
1498
|
}
|
|
@@ -1376,11 +1500,14 @@
|
|
|
1376
1500
|
@mixin vf-p-icon-switcher-dashboard {
|
|
1377
1501
|
.p-icon--switcher-dashboard {
|
|
1378
1502
|
@extend %icon;
|
|
1379
|
-
@include vf-icon-switcher-dashboard($
|
|
1503
|
+
@include vf-icon-switcher-dashboard($colors--light-theme--icon);
|
|
1380
1504
|
|
|
1505
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1381
1506
|
[class*='--dark'] &,
|
|
1382
|
-
|
|
1383
|
-
|
|
1507
|
+
body.is-dark &,
|
|
1508
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1509
|
+
&.is-dark {
|
|
1510
|
+
@include vf-icon-switcher-dashboard($colors--dark-theme--icon);
|
|
1384
1511
|
}
|
|
1385
1512
|
}
|
|
1386
1513
|
}
|
|
@@ -1388,11 +1515,14 @@
|
|
|
1388
1515
|
@mixin vf-p-icon-switcher-environments {
|
|
1389
1516
|
.p-icon--switcher-environments {
|
|
1390
1517
|
@extend %icon;
|
|
1391
|
-
@include vf-icon-switcher-environments($
|
|
1518
|
+
@include vf-icon-switcher-environments($colors--light-theme--icon);
|
|
1392
1519
|
|
|
1520
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1393
1521
|
[class*='--dark'] &,
|
|
1394
|
-
|
|
1395
|
-
|
|
1522
|
+
body.is-dark &,
|
|
1523
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1524
|
+
&.is-dark {
|
|
1525
|
+
@include vf-icon-switcher-environments($colors--dark-theme--icon);
|
|
1396
1526
|
}
|
|
1397
1527
|
}
|
|
1398
1528
|
}
|
|
@@ -1400,11 +1530,14 @@
|
|
|
1400
1530
|
@mixin vf-p-icon-switcher {
|
|
1401
1531
|
.p-icon--switcher {
|
|
1402
1532
|
@extend %icon;
|
|
1403
|
-
@include vf-icon-switcher($
|
|
1533
|
+
@include vf-icon-switcher($colors--light-theme--icon);
|
|
1404
1534
|
|
|
1535
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1405
1536
|
[class*='--dark'] &,
|
|
1406
|
-
|
|
1407
|
-
|
|
1537
|
+
body.is-dark &,
|
|
1538
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1539
|
+
&.is-dark {
|
|
1540
|
+
@include vf-icon-switcher($colors--dark-theme--icon);
|
|
1408
1541
|
}
|
|
1409
1542
|
}
|
|
1410
1543
|
}
|
|
@@ -1412,11 +1545,14 @@
|
|
|
1412
1545
|
@mixin vf-p-icon-tag {
|
|
1413
1546
|
.p-icon--tag {
|
|
1414
1547
|
@extend %icon;
|
|
1415
|
-
@include vf-icon-tag($
|
|
1548
|
+
@include vf-icon-tag($colors--light-theme--icon);
|
|
1416
1549
|
|
|
1550
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1417
1551
|
[class*='--dark'] &,
|
|
1418
|
-
|
|
1419
|
-
|
|
1552
|
+
body.is-dark &,
|
|
1553
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1554
|
+
&.is-dark {
|
|
1555
|
+
@include vf-icon-tag($colors--dark-theme--icon);
|
|
1420
1556
|
}
|
|
1421
1557
|
}
|
|
1422
1558
|
}
|
|
@@ -1424,11 +1560,14 @@
|
|
|
1424
1560
|
@mixin vf-p-icon-task-outstanding {
|
|
1425
1561
|
.p-icon--task-outstanding {
|
|
1426
1562
|
@extend %icon;
|
|
1427
|
-
@include vf-icon-task-outstanding($
|
|
1563
|
+
@include vf-icon-task-outstanding($colors--light-theme--icon);
|
|
1428
1564
|
|
|
1565
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1429
1566
|
[class*='--dark'] &,
|
|
1430
|
-
|
|
1431
|
-
|
|
1567
|
+
body.is-dark &,
|
|
1568
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1569
|
+
&.is-dark {
|
|
1570
|
+
@include vf-icon-task-outstanding($colors--dark-theme--icon);
|
|
1432
1571
|
}
|
|
1433
1572
|
}
|
|
1434
1573
|
}
|
|
@@ -1436,11 +1575,14 @@
|
|
|
1436
1575
|
@mixin vf-p-icon-timed-out-grey {
|
|
1437
1576
|
.p-icon--timed-out-grey {
|
|
1438
1577
|
@extend %icon;
|
|
1439
|
-
@include vf-icon-timed-out-grey($
|
|
1578
|
+
@include vf-icon-timed-out-grey($colors--light-theme--icon);
|
|
1440
1579
|
|
|
1580
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1441
1581
|
[class*='--dark'] &,
|
|
1442
|
-
|
|
1443
|
-
|
|
1582
|
+
body.is-dark &,
|
|
1583
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1584
|
+
&.is-dark {
|
|
1585
|
+
@include vf-icon-timed-out-grey($colors--dark-theme--icon);
|
|
1444
1586
|
}
|
|
1445
1587
|
}
|
|
1446
1588
|
}
|
|
@@ -1448,11 +1590,14 @@
|
|
|
1448
1590
|
@mixin vf-p-icon-timed-out {
|
|
1449
1591
|
.p-icon--timed-out {
|
|
1450
1592
|
@extend %icon;
|
|
1451
|
-
@include vf-icon-timed-out($
|
|
1593
|
+
@include vf-icon-timed-out($colors--light-theme--icon);
|
|
1452
1594
|
|
|
1595
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1453
1596
|
[class*='--dark'] &,
|
|
1454
|
-
|
|
1455
|
-
|
|
1597
|
+
body.is-dark &,
|
|
1598
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1599
|
+
&.is-dark {
|
|
1600
|
+
@include vf-icon-timed-out($colors--dark-theme--icon);
|
|
1456
1601
|
}
|
|
1457
1602
|
}
|
|
1458
1603
|
}
|
|
@@ -1460,11 +1605,14 @@
|
|
|
1460
1605
|
@mixin vf-p-icon-topic {
|
|
1461
1606
|
.p-icon--topic {
|
|
1462
1607
|
@extend %icon;
|
|
1463
|
-
@include vf-icon-topic($
|
|
1608
|
+
@include vf-icon-topic($colors--light-theme--icon);
|
|
1464
1609
|
|
|
1610
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1465
1611
|
[class*='--dark'] &,
|
|
1466
|
-
|
|
1467
|
-
|
|
1612
|
+
body.is-dark &,
|
|
1613
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1614
|
+
&.is-dark {
|
|
1615
|
+
@include vf-icon-topic($colors--dark-theme--icon);
|
|
1468
1616
|
}
|
|
1469
1617
|
}
|
|
1470
1618
|
}
|
|
@@ -1472,11 +1620,14 @@
|
|
|
1472
1620
|
@mixin vf-p-icon-unit-pending {
|
|
1473
1621
|
.p-icon--unit-pending {
|
|
1474
1622
|
@extend %icon;
|
|
1475
|
-
@include vf-icon-unit-pending($
|
|
1623
|
+
@include vf-icon-unit-pending($colors--light-theme--icon);
|
|
1476
1624
|
|
|
1625
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1477
1626
|
[class*='--dark'] &,
|
|
1478
|
-
|
|
1479
|
-
|
|
1627
|
+
body.is-dark &,
|
|
1628
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1629
|
+
&.is-dark {
|
|
1630
|
+
@include vf-icon-unit-pending($colors--dark-theme--icon);
|
|
1480
1631
|
}
|
|
1481
1632
|
}
|
|
1482
1633
|
}
|
|
@@ -1484,11 +1635,14 @@
|
|
|
1484
1635
|
@mixin vf-p-icon-unit-running {
|
|
1485
1636
|
.p-icon--unit-running {
|
|
1486
1637
|
@extend %icon;
|
|
1487
|
-
@include vf-icon-unit-running($color-positive, $
|
|
1638
|
+
@include vf-icon-unit-running($color-positive, $colors--dark-theme--icon);
|
|
1488
1639
|
|
|
1640
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1489
1641
|
[class*='--dark'] &,
|
|
1490
|
-
|
|
1491
|
-
|
|
1642
|
+
body.is-dark &,
|
|
1643
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1644
|
+
&.is-dark {
|
|
1645
|
+
@include vf-icon-unit-running($color-positive, $colors--dark-theme--icon);
|
|
1492
1646
|
}
|
|
1493
1647
|
}
|
|
1494
1648
|
}
|
|
@@ -1496,11 +1650,14 @@
|
|
|
1496
1650
|
@mixin vf-p-icon-unmount {
|
|
1497
1651
|
.p-icon--unmount {
|
|
1498
1652
|
@extend %icon;
|
|
1499
|
-
@include vf-icon-unmount($
|
|
1653
|
+
@include vf-icon-unmount($colors--light-theme--icon);
|
|
1500
1654
|
|
|
1655
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1501
1656
|
[class*='--dark'] &,
|
|
1502
|
-
|
|
1503
|
-
|
|
1657
|
+
body.is-dark &,
|
|
1658
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1659
|
+
&.is-dark {
|
|
1660
|
+
@include vf-icon-unmount($colors--dark-theme--icon);
|
|
1504
1661
|
}
|
|
1505
1662
|
}
|
|
1506
1663
|
}
|
|
@@ -1508,11 +1665,14 @@
|
|
|
1508
1665
|
@mixin vf-p-icon-unstarred {
|
|
1509
1666
|
.p-icon--unstarred {
|
|
1510
1667
|
@extend %icon;
|
|
1511
|
-
@include vf-icon-unstarred($
|
|
1668
|
+
@include vf-icon-unstarred($colors--light-theme--icon);
|
|
1512
1669
|
|
|
1670
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1513
1671
|
[class*='--dark'] &,
|
|
1514
|
-
|
|
1515
|
-
|
|
1672
|
+
body.is-dark &,
|
|
1673
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1674
|
+
&.is-dark {
|
|
1675
|
+
@include vf-icon-unstarred($colors--dark-theme--icon);
|
|
1516
1676
|
}
|
|
1517
1677
|
}
|
|
1518
1678
|
}
|
|
@@ -1520,11 +1680,14 @@
|
|
|
1520
1680
|
@mixin vf-p-icon-user-group {
|
|
1521
1681
|
.p-icon--user-group {
|
|
1522
1682
|
@extend %icon;
|
|
1523
|
-
@include vf-icon-user-group($
|
|
1683
|
+
@include vf-icon-user-group($colors--light-theme--icon);
|
|
1524
1684
|
|
|
1685
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1525
1686
|
[class*='--dark'] &,
|
|
1526
|
-
|
|
1527
|
-
|
|
1687
|
+
body.is-dark &,
|
|
1688
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1689
|
+
&.is-dark {
|
|
1690
|
+
@include vf-icon-user-group($colors--dark-theme--icon);
|
|
1528
1691
|
}
|
|
1529
1692
|
}
|
|
1530
1693
|
}
|
|
@@ -1532,11 +1695,14 @@
|
|
|
1532
1695
|
@mixin vf-p-icon-video-play {
|
|
1533
1696
|
.p-icon--video-play {
|
|
1534
1697
|
@extend %icon;
|
|
1535
|
-
@include vf-icon-video-play($
|
|
1698
|
+
@include vf-icon-video-play($colors--light-theme--icon);
|
|
1536
1699
|
|
|
1700
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1537
1701
|
[class*='--dark'] &,
|
|
1538
|
-
|
|
1539
|
-
|
|
1702
|
+
body.is-dark &,
|
|
1703
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1704
|
+
&.is-dark {
|
|
1705
|
+
@include vf-icon-video-play($colors--dark-theme--icon);
|
|
1540
1706
|
}
|
|
1541
1707
|
}
|
|
1542
1708
|
}
|
|
@@ -1544,11 +1710,14 @@
|
|
|
1544
1710
|
@mixin vf-p-icon-warning-grey {
|
|
1545
1711
|
.p-icon--warning-grey {
|
|
1546
1712
|
@extend %icon;
|
|
1547
|
-
@include vf-icon-warning-grey($
|
|
1713
|
+
@include vf-icon-warning-grey($colors--light-theme--icon);
|
|
1548
1714
|
|
|
1715
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1549
1716
|
[class*='--dark'] &,
|
|
1550
|
-
|
|
1551
|
-
|
|
1717
|
+
body.is-dark &,
|
|
1718
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1719
|
+
&.is-dark {
|
|
1720
|
+
@include vf-icon-warning-grey($colors--dark-theme--icon);
|
|
1552
1721
|
}
|
|
1553
1722
|
}
|
|
1554
1723
|
}
|
|
@@ -1556,10 +1725,13 @@
|
|
|
1556
1725
|
@mixin vf-p-icon-desktop {
|
|
1557
1726
|
.p-icon--desktop {
|
|
1558
1727
|
@extend %icon;
|
|
1559
|
-
@include vf-icon-desktop($
|
|
1728
|
+
@include vf-icon-desktop($colors--light-theme--icon);
|
|
1560
1729
|
|
|
1730
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1561
1731
|
[class*='--dark'] &,
|
|
1562
|
-
|
|
1732
|
+
body.is-dark &,
|
|
1733
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1734
|
+
&.is-dark {
|
|
1563
1735
|
@include vf-icon-desktop($color-mid-x-light);
|
|
1564
1736
|
}
|
|
1565
1737
|
}
|
|
@@ -1568,10 +1740,13 @@
|
|
|
1568
1740
|
@mixin vf-p-icon-play {
|
|
1569
1741
|
.p-icon--play {
|
|
1570
1742
|
@extend %icon;
|
|
1571
|
-
@include vf-icon-play($
|
|
1743
|
+
@include vf-icon-play($colors--light-theme--icon);
|
|
1572
1744
|
|
|
1745
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1573
1746
|
[class*='--dark'] &,
|
|
1574
|
-
|
|
1747
|
+
body.is-dark &,
|
|
1748
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1749
|
+
&.is-dark {
|
|
1575
1750
|
@include vf-icon-play($color-mid-x-light);
|
|
1576
1751
|
}
|
|
1577
1752
|
}
|
|
@@ -1580,10 +1755,13 @@
|
|
|
1580
1755
|
@mixin vf-p-icon-pause {
|
|
1581
1756
|
.p-icon--pause {
|
|
1582
1757
|
@extend %icon;
|
|
1583
|
-
@include vf-icon-pause($
|
|
1758
|
+
@include vf-icon-pause($colors--light-theme--icon);
|
|
1584
1759
|
|
|
1760
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1585
1761
|
[class*='--dark'] &,
|
|
1586
|
-
|
|
1762
|
+
body.is-dark &,
|
|
1763
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1764
|
+
&.is-dark {
|
|
1587
1765
|
@include vf-icon-pause($color-mid-x-light);
|
|
1588
1766
|
}
|
|
1589
1767
|
}
|
|
@@ -1592,10 +1770,13 @@
|
|
|
1592
1770
|
@mixin vf-p-icon-stop {
|
|
1593
1771
|
.p-icon--stop {
|
|
1594
1772
|
@extend %icon;
|
|
1595
|
-
@include vf-icon-stop($
|
|
1773
|
+
@include vf-icon-stop($colors--light-theme--icon);
|
|
1596
1774
|
|
|
1775
|
+
// stylelint-disable-next-line selector-max-type -- allow theme class on body for legacy theming support on icons
|
|
1597
1776
|
[class*='--dark'] &,
|
|
1598
|
-
|
|
1777
|
+
body.is-dark &,
|
|
1778
|
+
&.is-light, // DEPRECATED: use is-dark instead
|
|
1779
|
+
&.is-dark {
|
|
1599
1780
|
@include vf-icon-stop($color-mid-x-light);
|
|
1600
1781
|
}
|
|
1601
1782
|
}
|