@stackoverflow/stacks 2.6.0 → 2.7.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.
@@ -1254,7 +1254,6 @@ body.theme-highcontrast .s-breadcrumbs .s-breadcrumbs--divider {
1254
1254
  body.theme-highcontrast .s-btn {
1255
1255
  --_bu-bc: currentColor;
1256
1256
  --_bu-outlined-bc: var(--_bu-bc);
1257
- --_bu-bc-selected: var(--_bu-bc);
1258
1257
  --_bu-fc-selected: var(--white);
1259
1258
  --_bu-outlined-fc-selected: var(--white);
1260
1259
  --_bu-badge-o: 0.8;
@@ -1487,6 +1486,7 @@ p .s-btn.s-btn__link {
1487
1486
  --_bu-p: 0.7em;
1488
1487
  }
1489
1488
  body.theme-highcontrast .s-btn.s-btn__danger,
1489
+ body.theme-highcontrast .s-btn.s-btn__featured,
1490
1490
  body.theme-highcontrast .s-btn.s-btn__muted {
1491
1491
  --_bu-filled-bc: transparent;
1492
1492
  }
@@ -1515,6 +1515,31 @@ body.theme-highcontrast .s-btn.s-btn__muted {
1515
1515
  --_bu-number-fc: var(--white);
1516
1516
  --_bu-number-fc-filled: var(--black);
1517
1517
  }
1518
+ .s-btn.s-btn__featured {
1519
+ --_bu-bg-active: var(--purple-300);
1520
+ --_bu-bg-hover: var(--purple-200);
1521
+ --_bu-bg-selected: var(--purple-300);
1522
+ --_bu-fc: var(--purple-500);
1523
+ --_bu-fc-active: var(--_bu-fc);
1524
+ --_bu-fc-hover: var(--purple-500);
1525
+ --_bu-fc-selected: var(--purple-600);
1526
+ --_bu-filled-bc: transparent;
1527
+ --_bu-filled-bc-selected: var(--_bu-filled-bc);
1528
+ --_bu-filled-bg: var(--purple-400);
1529
+ --_bu-filled-bg-active: var(--purple-500);
1530
+ --_bu-filled-bg-hover: var(--purple-500);
1531
+ --_bu-filled-bg-selected: var(--purple-600);
1532
+ --_bu-filled-fc: var(--white);
1533
+ --_bu-filled-fc-active: var(--_bu-filled-fc);
1534
+ --_bu-filled-fc-hover: var(--_bu-filled-fc);
1535
+ --_bu-filled-fc-selected: var(--_bu-filled-fc);
1536
+ --_bu-outlined-bc: var(--purple-400);
1537
+ --_bu-outlined-bc-selected: var(--purple-500);
1538
+ --_bu-outlined-bg-selected: var(--_bu-bg-selected);
1539
+ --_bu-outlined-fc-selected: var(--_bu-fc-selected);
1540
+ --_bu-number-fc: var(--white);
1541
+ --_bu-number-fc-filled: var(--black);
1542
+ }
1518
1543
  .s-btn.s-btn__muted {
1519
1544
  --_bu-bc-hover: var(--black-300);
1520
1545
  --_bu-bg-active: var(--black-150);
@@ -1545,6 +1570,7 @@ body.theme-highcontrast .s-btn.s-btn__muted {
1545
1570
  --_bu-number-fc-focus: var(--black-500);
1546
1571
  }
1547
1572
  body.theme-highcontrast .s-btn.s-btn__muted {
1573
+ --_bu-bc-hover: currentColor;
1548
1574
  --_bu-bg-hover: var(--black-225);
1549
1575
  --_bu-filled-bg: var(--black-400);
1550
1576
  --_bu-filled-bg-active: var(--black-500);
@@ -1552,6 +1578,7 @@ body.theme-highcontrast .s-btn.s-btn__muted {
1552
1578
  --_bu-filled-bg-selected: var(--black-500);
1553
1579
  --_bu-filled-fc: var(--white);
1554
1580
  --_bu-filled-fc-selected: var(--_bu-filled-fc);
1581
+ --_bu-bc-selected: currentColor;
1555
1582
  --_bu-fc-selected: var(--black);
1556
1583
  --_bu-number-fc: var(--white);
1557
1584
  --_bu-number-fc-filled: var(--black);
@@ -1637,7 +1664,7 @@ body.theme-highcontrast .s-btn.s-btn__github {
1637
1664
  border-color: var(--_bu-filled-bc-hover);
1638
1665
  color: var(--_bu-filled-fc-hover);
1639
1666
  }
1640
- .s-btn:not(.s-btn--radio:checked + label):not(.s-btn__link):not(.s-btn__unset):not(.s-btn__facebook):not(.s-btn__github):not(.s-btn__google):not(.is-selected):hover:not(.s-btn__outlined) {
1667
+ .s-btn:not(.s-btn--radio:checked + label):not(.s-btn__link):not(.s-btn__unset):not(.s-btn__facebook):not(.s-btn__github):not(.s-btn__google):not(.is-selected):hover:not(.s-btn__outlined):not(.s-btn__filled) {
1641
1668
  border-color: var(--_bu-bc-hover);
1642
1669
  }
1643
1670
  .s-btn:not(.s-btn--radio:checked + label):not(.s-btn__link):not(.s-btn__unset):not(.s-btn__facebook):not(.s-btn__github):not(.s-btn__google):not(.is-selected):hover:visited:not(:active):not(:focus).s-btn__filled {
@@ -3386,10 +3413,11 @@ body.theme-highcontrast .s-notice__warning.s-notice__important {
3386
3413
  .s-page-title .s-breadcrumbs {
3387
3414
  margin-bottom: var(--_pt-breadcrums-mb);
3388
3415
  }
3389
- .s-pagination {
3390
- display: flex;
3391
- flex-wrap: wrap;
3392
- gap: var(--su4);
3416
+ .s-pagination ul,
3417
+ ul.s-pagination {
3418
+ list-style: none;
3419
+ margin: 0;
3420
+ padding: 0;
3393
3421
  }
3394
3422
  .s-pagination .s-pagination--item {
3395
3423
  --_pa-item-bg: transparent;
@@ -3404,6 +3432,7 @@ body.theme-highcontrast .s-notice__warning.s-notice__important {
3404
3432
  border: 1px solid var(--_pa-item-bc);
3405
3433
  color: var(--_pa-item-fc);
3406
3434
  border-radius: var(--br-sm);
3435
+ display: inline-block;
3407
3436
  font-size: var(--fs-body1);
3408
3437
  line-height: var(--lh-xl);
3409
3438
  padding: 0 var(--su8);
@@ -3443,6 +3472,12 @@ body.theme-highcontrast .s-pagination .s-pagination--item {
3443
3472
  background-color: var(--_pa-item-bg-focus);
3444
3473
  color: var(--_pa-item-fc-focus);
3445
3474
  }
3475
+ .s-pagination,
3476
+ .s-pagination ul {
3477
+ display: flex;
3478
+ flex-wrap: wrap;
3479
+ gap: var(--su4);
3480
+ }
3446
3481
  .s-popover {
3447
3482
  --_po-bg: var(--white);
3448
3483
  --_po-bc: var(--bc-medium);
@@ -5314,7 +5349,7 @@ body.theme-highcontrast .s-sidebarwidget.s-sidebarwidget__green {
5314
5349
  }
5315
5350
  .s-table.s-table__sortable thead th a,
5316
5351
  .s-table.s-table__sortable thead th button {
5317
- color: inherit;
5352
+ color: inherit !important;
5318
5353
  }
5319
5354
  .s-table.s-table__sortable thead th button {
5320
5355
  appearance: none;
@@ -6641,8 +6676,8 @@ body {
6641
6676
  --s-step: calc(var(--s-full) / 12);
6642
6677
  }
6643
6678
  body {
6644
- --_o-disabled: 0.5;
6645
- --_o-disabled-static: 0.5;
6679
+ --_o-disabled: 0.55;
6680
+ --_o-disabled-static: 0.55;
6646
6681
  --_black-static: hsl(0, 0%, 0%);
6647
6682
  --_white-static: hsl(0, 0%, 100%);
6648
6683
  }
@@ -7151,7 +7186,7 @@ body.theme-highcontrast.theme-system .theme-light__forced {
7151
7186
  --purple-100: hsl(237, 83%, 98%);
7152
7187
  --purple-200: hsl(237, 83%, 98%);
7153
7188
  --purple-300: hsl(237, 55%, 57%);
7154
- --purple-400: hsl(237, 55%, 57%);
7189
+ --purple-400: hsl(237, 52%, 48%);
7155
7190
  --purple-500: hsl(237, 50%, 32%);
7156
7191
  --purple-600: hsl(237, 50%, 32%);
7157
7192
  --gold-100: hsl(46, 100%, 91%);