@stackoverflow/stacks 1.3.4 → 1.3.6
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.
|
@@ -334,16 +334,19 @@
|
|
|
334
334
|
background-color: var(--red-600);
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
// TODO: remove rule for `a` once Core replaces `.post-tag` with `.s-tag`
|
|
338
|
-
.s-post-summary--meta-tags > a,
|
|
339
|
-
.s-post-summary--meta-tags > .s-tag {
|
|
340
|
-
&,
|
|
341
|
-
&:hover,
|
|
342
|
-
&:active,
|
|
343
|
-
&:focus {
|
|
344
|
-
background-color: var(--black-075);
|
|
345
|
-
}
|
|
346
337
|
|
|
338
|
+
.s-post-summary--meta-tags {
|
|
339
|
+
// TODO: remove rule for `a`, `.post-tag` once Core replaces `.post-tag` with `.s-tag`
|
|
340
|
+
a,
|
|
341
|
+
.post-tag,
|
|
342
|
+
.s-tag {
|
|
343
|
+
&,
|
|
344
|
+
&:hover,
|
|
345
|
+
&:active,
|
|
346
|
+
&:focus {
|
|
347
|
+
background-color: var(--black-075);
|
|
348
|
+
}
|
|
349
|
+
}
|
|
347
350
|
}
|
|
348
351
|
}
|
|
349
352
|
|
|
@@ -354,6 +357,12 @@
|
|
|
354
357
|
|
|
355
358
|
.s-post-summary--stats-item {
|
|
356
359
|
|
|
360
|
+
&.is-warm,
|
|
361
|
+
&.is-hot,
|
|
362
|
+
&.is-supernova {
|
|
363
|
+
color: var(--black-500);
|
|
364
|
+
}
|
|
365
|
+
|
|
357
366
|
&.has-answers {
|
|
358
367
|
color: var(--black-600);
|
|
359
368
|
border: 1px solid var(--black-075);
|
|
@@ -372,14 +381,17 @@
|
|
|
372
381
|
}
|
|
373
382
|
}
|
|
374
383
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
384
|
+
.s-post-summary--meta-tags {
|
|
385
|
+
// TODO: remove rule for `a`, `.post-tag` once Core replaces `.post-tag` with `.s-tag`
|
|
386
|
+
a,
|
|
387
|
+
.post-tag,
|
|
388
|
+
.s-tag {
|
|
389
|
+
&,
|
|
390
|
+
&:hover,
|
|
391
|
+
&:active,
|
|
392
|
+
&:focus {
|
|
393
|
+
background-color: var(--black-050);
|
|
394
|
+
}
|
|
383
395
|
}
|
|
384
396
|
}
|
|
385
397
|
}
|
|
@@ -405,22 +417,29 @@
|
|
|
405
417
|
color: var(--black-600);
|
|
406
418
|
}
|
|
407
419
|
|
|
408
|
-
|
|
409
|
-
.s-post-summary--meta-tags
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
420
|
+
|
|
421
|
+
.s-post-summary--meta-tags {
|
|
422
|
+
// TODO: remove rule for `a`, `.post-tag` once Core replaces `.post-tag` with `.s-tag`
|
|
423
|
+
a,
|
|
424
|
+
.post-tag,
|
|
425
|
+
.s-tag {
|
|
426
|
+
&,
|
|
427
|
+
&:hover,
|
|
428
|
+
&:active,
|
|
429
|
+
&:focus {
|
|
430
|
+
border-color: transparent;
|
|
431
|
+
color: var(--black-600);
|
|
432
|
+
}
|
|
416
433
|
}
|
|
417
434
|
}
|
|
418
435
|
|
|
419
436
|
.s-user-card {
|
|
420
|
-
.s-
|
|
421
|
-
|
|
437
|
+
.s-badge {
|
|
438
|
+
filter: grayscale(100%);
|
|
422
439
|
}
|
|
423
440
|
|
|
441
|
+
a,
|
|
442
|
+
.s-user-card--link,
|
|
424
443
|
.s-user-card--rep,
|
|
425
444
|
.s-user-card--time {
|
|
426
445
|
color: var(--black-500);
|
|
@@ -113,11 +113,12 @@
|
|
|
113
113
|
input[type="radio"]:checked {
|
|
114
114
|
+ label {
|
|
115
115
|
&.s-toggle-switch--label-off {
|
|
116
|
-
background-color: var(--black-
|
|
117
|
-
color:
|
|
116
|
+
background-color: var(--black-500);
|
|
117
|
+
color: var(--white);
|
|
118
118
|
|
|
119
|
-
.
|
|
120
|
-
color: var(--
|
|
119
|
+
.dark-mode({
|
|
120
|
+
background-color: var(--black-350);
|
|
121
|
+
// color: var(--black);
|
|
121
122
|
});
|
|
122
123
|
}
|
|
123
124
|
|