@stackoverflow/stacks 2.0.0-rc.7 → 2.0.0-rc.8

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.
@@ -1203,9 +1203,9 @@ body.theme-highcontrast .s-breadcrumbs .s-breadcrumbs--divider {
1203
1203
  --_bu-filled-fc-active: var(--theme-button-primary-hover-color, var(--white));
1204
1204
  --_bu-filled-fc-hover: var(--theme-button-primary-hover-color, var(--white));
1205
1205
  --_bu-filled-fc-selected: var(--theme-button-primary-selected-color, var(--white));
1206
- --_bu-outlined-bc: var(--theme-button-outlined-border-color, var(----theme-secondary-400));
1206
+ --_bu-outlined-bc: var(--theme-button-outlined-border-color, var(--theme-secondary-400));
1207
1207
  --_bu-outlined-bg: var(--theme-button-outlined-background-color);
1208
- --_bu-outlined-bc-selected: var(--theme-button-outlined-selected-border-color, var(----theme-secondary-400));
1208
+ --_bu-outlined-bc-selected: var(--theme-button-outlined-selected-border-color, var(--theme-secondary-400));
1209
1209
  --_bu-outlined-bg-selected: var(--theme-button-selected-background-color, var(--theme-secondary-300));
1210
1210
  --_bu-outlined-fc-selected: var(--theme-button-selected-color, var(--theme-secondary-600));
1211
1211
  --_bu-badge-o: 0.5;
@@ -5431,11 +5431,11 @@ body.theme-highcontrast .s-sidebarwidget.s-sidebarwidget__green {
5431
5431
  --_ta-bc: var(--theme-tag-border-color, transparent);
5432
5432
  --_ta-bc-hover: var(--theme-tag-hover-border-color, transparent);
5433
5433
  --_ta-bc-selected: transparent;
5434
- --_ta-bg: var(--theme-tag-background-color, var(----theme-secondary-100));
5434
+ --_ta-bg: var(--theme-tag-background-color, var(--theme-secondary-100));
5435
5435
  --_ta-bg-hover: var(--theme-tag-hover-background-color, var(--theme-secondary-200));
5436
5436
  --_ta-bg-selected: var(--theme-secondary-300);
5437
5437
  --_ta-br: var(--br-sm);
5438
- --_ta-fc: var(--theme-tag-color, var(----theme-secondary-500));
5438
+ --_ta-fc: var(--theme-tag-color, var(--theme-secondary-500));
5439
5439
  --_ta-fc-hover: var(--theme-tag-hover-color, var(--theme-secondary-600));
5440
5440
  --_ta-fc-selected: var(--theme-secondary-600);
5441
5441
  --_ta-fs: var(--fs-caption);