@stackoverflow/stacks 1.6.3 → 1.6.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.
package/dist/css/stacks.css
CHANGED
|
@@ -1687,7 +1687,7 @@ fieldset[disabled] .s-label .s-description,
|
|
|
1687
1687
|
.s-label.s-label__xl {
|
|
1688
1688
|
--_la-fs: var(--fs-headline1);
|
|
1689
1689
|
}
|
|
1690
|
-
.s-label
|
|
1690
|
+
.s-label--status {
|
|
1691
1691
|
--_la-status-b: none;
|
|
1692
1692
|
--_la-status-bg: var(--black-050);
|
|
1693
1693
|
--_la-status-fc: var(--fc-medium);
|
|
@@ -1701,42 +1701,42 @@ fieldset[disabled] .s-label .s-description,
|
|
|
1701
1701
|
padding: var(--su2) var(--su8);
|
|
1702
1702
|
vertical-align: text-bottom;
|
|
1703
1703
|
}
|
|
1704
|
-
body.theme-highcontrast .s-label
|
|
1704
|
+
body.theme-highcontrast .s-label--status {
|
|
1705
1705
|
--_la-status-b: var(--su-static1) solid currentColor;
|
|
1706
1706
|
}
|
|
1707
|
-
.s-label
|
|
1707
|
+
.s-label--status__beta {
|
|
1708
1708
|
--_la-status-bg: var(--blue-100);
|
|
1709
1709
|
--_la-status-fc: var(--blue-700);
|
|
1710
1710
|
}
|
|
1711
|
-
.s-label
|
|
1711
|
+
.s-label--status__new {
|
|
1712
1712
|
--_la-status-bg: var(--green-100);
|
|
1713
1713
|
--_la-status-fc: var(--green-700);
|
|
1714
1714
|
}
|
|
1715
1715
|
@media (prefers-color-scheme: dark) {
|
|
1716
|
-
body.theme-system .s-label
|
|
1716
|
+
body.theme-system .s-label--status__new {
|
|
1717
1717
|
--_la-status-bg: var(--green-050);
|
|
1718
1718
|
--_la-status-fc: var(--green-800);
|
|
1719
1719
|
}
|
|
1720
1720
|
}
|
|
1721
|
-
body.theme-dark .s-label
|
|
1722
|
-
.theme-dark__forced .s-label
|
|
1723
|
-
body.theme-system .theme-dark__forced .s-label
|
|
1721
|
+
body.theme-dark .s-label--status__new,
|
|
1722
|
+
.theme-dark__forced .s-label--status__new,
|
|
1723
|
+
body.theme-system .theme-dark__forced .s-label--status__new {
|
|
1724
1724
|
--_la-status-bg: var(--green-050);
|
|
1725
1725
|
--_la-status-fc: var(--green-800);
|
|
1726
1726
|
}
|
|
1727
|
-
.s-label
|
|
1727
|
+
.s-label--status__required {
|
|
1728
1728
|
--_la-status-bg: var(--red-100);
|
|
1729
1729
|
--_la-status-fc: var(--red-700);
|
|
1730
1730
|
}
|
|
1731
1731
|
@media (prefers-color-scheme: dark) {
|
|
1732
|
-
body.theme-system .s-label
|
|
1732
|
+
body.theme-system .s-label--status__required {
|
|
1733
1733
|
--_la-status-bg: var(--red-050);
|
|
1734
1734
|
--_la-status-fc: var(--red-800);
|
|
1735
1735
|
}
|
|
1736
1736
|
}
|
|
1737
|
-
body.theme-dark .s-label
|
|
1738
|
-
.theme-dark__forced .s-label
|
|
1739
|
-
body.theme-system .theme-dark__forced .s-label
|
|
1737
|
+
body.theme-dark .s-label--status__required,
|
|
1738
|
+
.theme-dark__forced .s-label--status__required,
|
|
1739
|
+
body.theme-system .theme-dark__forced .s-label--status__required {
|
|
1740
1740
|
--_la-status-bg: var(--red-050);
|
|
1741
1741
|
--_la-status-fc: var(--red-800);
|
|
1742
1742
|
}
|
|
@@ -3133,7 +3133,6 @@ body.theme-highcontrast .s-prose {
|
|
|
3133
3133
|
quotes: none;
|
|
3134
3134
|
}
|
|
3135
3135
|
.s-prose dd,
|
|
3136
|
-
.s-prose div,
|
|
3137
3136
|
.s-prose dl,
|
|
3138
3137
|
.s-prose .s-table-container,
|
|
3139
3138
|
.s-prose .s-link-preview {
|