@stackoverflow/stacks 3.0.0-beta.5 → 3.0.0-beta.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.
@@ -420,7 +420,7 @@ fieldset {
420
420
  min-width: var(--_ai-min-size);
421
421
  min-height: var(--_ai-min-size);
422
422
  padding: var(--_ai-p);
423
- border-radius: 1000px;
423
+ border-radius: var(--br-pill);
424
424
  display: inline-flex;
425
425
  font-size: var(--fs-fine);
426
426
  font-weight: 600;
@@ -430,28 +430,15 @@ fieldset {
430
430
  justify-content: center;
431
431
  text-transform: uppercase;
432
432
  }
433
- body.theme-highcontrast .s-activity-indicator {
434
- --_ai-bg: var(--theme-secondary-500);
435
- }
436
433
  .s-activity-indicator.s-activity-indicator__danger {
437
434
  --_ai-bg: var(--red-400);
438
435
  }
439
- body.theme-highcontrast .s-activity-indicator.s-activity-indicator__danger {
440
- --_ai-bg: var(--red-500);
441
- }
442
436
  .s-activity-indicator.s-activity-indicator__success {
443
437
  --_ai-bg: var(--green-400);
444
438
  }
445
- body.theme-highcontrast .s-activity-indicator.s-activity-indicator__success {
446
- --_ai-bg: var(--green-500);
447
- }
448
439
  .s-activity-indicator.s-activity-indicator__warning {
449
440
  --_ai-bg: var(--yellow-400);
450
441
  }
451
- body.theme-highcontrast .s-activity-indicator.s-activity-indicator__warning {
452
- --_ai-bg: var(--yellow-500);
453
- --_ai-fc: var(--white);
454
- }
455
442
  .s-activity-indicator.s-activity-indicator__sm {
456
443
  --_ai-min-size: calc(var(--su-static8) + var(--su-static2));
457
444
  --_ai-p: 0;
@@ -1270,6 +1257,7 @@ body.theme-highcontrast .s-breadcrumbs .s-breadcrumbs--divider {
1270
1257
  gap: var(--_bu-g);
1271
1258
  padding: var(--_bu-py) var(--_bu-px);
1272
1259
  align-items: center;
1260
+ align-self: center;
1273
1261
  border-radius: var(--_bu-br);
1274
1262
  border-style: solid;
1275
1263
  cursor: pointer;