@stackoverflow/stacks 1.3.4 → 1.3.5
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.
|
@@ -354,6 +354,12 @@
|
|
|
354
354
|
|
|
355
355
|
.s-post-summary--stats-item {
|
|
356
356
|
|
|
357
|
+
&.is-warm,
|
|
358
|
+
&.is-hot,
|
|
359
|
+
&.is-supernova {
|
|
360
|
+
color: var(--black-500);
|
|
361
|
+
}
|
|
362
|
+
|
|
357
363
|
&.has-answers {
|
|
358
364
|
color: var(--black-600);
|
|
359
365
|
border: 1px solid var(--black-075);
|
|
@@ -412,15 +418,18 @@
|
|
|
412
418
|
&:hover,
|
|
413
419
|
&:active,
|
|
414
420
|
&:focus {
|
|
421
|
+
border-color: transparent;
|
|
415
422
|
color: var(--black-600);
|
|
416
423
|
}
|
|
417
424
|
}
|
|
418
425
|
|
|
419
426
|
.s-user-card {
|
|
420
|
-
.s-
|
|
421
|
-
|
|
427
|
+
.s-badge {
|
|
428
|
+
filter: grayscale(100%);
|
|
422
429
|
}
|
|
423
430
|
|
|
431
|
+
a,
|
|
432
|
+
.s-user-card--link,
|
|
424
433
|
.s-user-card--rep,
|
|
425
434
|
.s-user-card--time {
|
|
426
435
|
color: var(--black-500);
|