@stackoverflow/stacks 1.3.5 → 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
|
|
|
@@ -378,14 +381,17 @@
|
|
|
378
381
|
}
|
|
379
382
|
}
|
|
380
383
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
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
|
+
}
|
|
389
395
|
}
|
|
390
396
|
}
|
|
391
397
|
}
|
|
@@ -411,15 +417,19 @@
|
|
|
411
417
|
color: var(--black-600);
|
|
412
418
|
}
|
|
413
419
|
|
|
414
|
-
|
|
415
|
-
.s-post-summary--meta-tags
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
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
|
+
}
|
|
423
433
|
}
|
|
424
434
|
}
|
|
425
435
|
|
|
@@ -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
|
|