@stackoverflow/stacks 1.9.3 → 1.9.4
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
|
@@ -1303,6 +1303,10 @@ body.theme-highcontrast .s-btn {
|
|
|
1303
1303
|
--_bu-bc-selected: var(--_bu-bc);
|
|
1304
1304
|
--_bu-badge-o: 0.8;
|
|
1305
1305
|
}
|
|
1306
|
+
body.theme-highcontrast .s-btn:not(.s-btn__primary):not(.s-btn__muted):not(.s-btn__danger):not(.is-selected):not(.s-btn__link):not(.s-btn__unset) {
|
|
1307
|
+
--_bu-bg-hover: var(--theme-secondary-100);
|
|
1308
|
+
--_bu-filled-bg-hover: var(--theme-secondary-300);
|
|
1309
|
+
}
|
|
1306
1310
|
fieldset[disabled] .s-btn,
|
|
1307
1311
|
.s-btn[disabled],
|
|
1308
1312
|
.s-btn[aria-disabled="true"] {
|
|
@@ -1632,6 +1636,7 @@ body.theme-highcontrast.theme-dark .s-btn.s-btn__danger.s-btn__filled {
|
|
|
1632
1636
|
--_bu-outlined-fc-selected: var(--_bu-fc-selected);
|
|
1633
1637
|
}
|
|
1634
1638
|
body.theme-highcontrast .s-btn.s-btn__muted {
|
|
1639
|
+
--_bu-bg-hover: var(--black-100);
|
|
1635
1640
|
--_bu-filled-bg: var(--black-400);
|
|
1636
1641
|
--_bu-filled-bg-active: var(--black-600);
|
|
1637
1642
|
--_bu-filled-bg-hover: var(--black-500);
|
|
@@ -3743,6 +3748,7 @@ body.theme-highcontrast .s-popover .s-popover--arrow__lb {
|
|
|
3743
3748
|
.s-post-summary {
|
|
3744
3749
|
--_ps-bb: var(--su1) solid var(--bc-light);
|
|
3745
3750
|
--_ps-bg: unset;
|
|
3751
|
+
--_ps-o: unset;
|
|
3746
3752
|
--_ps-content-excerpt-fc: var(--_ps-state-fc, var(--fc-medium));
|
|
3747
3753
|
--_ps-content-title-a-fc: var(--_ps-state-fc, var(--theme-post-title-color));
|
|
3748
3754
|
--_ps-content-title-a-fc-hover: var(--_ps-state-fc, var(--theme-post-title-color-hover));
|
|
@@ -3786,6 +3792,7 @@ body.theme-highcontrast .s-popover .s-popover--arrow__lb {
|
|
|
3786
3792
|
}
|
|
3787
3793
|
.s-post-summary.s-post-summary__deleted,
|
|
3788
3794
|
.s-post-summary.s-post-summary__ignored {
|
|
3795
|
+
--_ps-o: 0.75;
|
|
3789
3796
|
--_ps-has-answers-bc: var(--black-300);
|
|
3790
3797
|
--_ps-has-answers-bg: transparent;
|
|
3791
3798
|
--_ps-has-answers-fc: var(--_ps-state-fc);
|
|
@@ -3796,12 +3803,6 @@ body.theme-highcontrast .s-popover .s-popover--arrow__lb {
|
|
|
3796
3803
|
--_ps-meta-tags-tag-fc: var(--_ps-state-fc);
|
|
3797
3804
|
--_ps-state-fc: var(--black-500);
|
|
3798
3805
|
}
|
|
3799
|
-
.s-post-summary.s-post-summary__deleted .s-post-summary--content > *:not(.s-post-summary--content-menu-button),
|
|
3800
|
-
.s-post-summary.s-post-summary__ignored .s-post-summary--content > *:not(.s-post-summary--content-menu-button),
|
|
3801
|
-
.s-post-summary.s-post-summary__deleted .s-post-summary--stats > *:not(.s-badge__danger),
|
|
3802
|
-
.s-post-summary.s-post-summary__ignored .s-post-summary--stats > *:not(.s-badge__danger) {
|
|
3803
|
-
opacity: 0.75;
|
|
3804
|
-
}
|
|
3805
3806
|
.s-post-summary.s-post-summary__deleted .s-post-summary--meta-tags a,
|
|
3806
3807
|
.s-post-summary.s-post-summary__ignored .s-post-summary--meta-tags a,
|
|
3807
3808
|
.s-post-summary.s-post-summary__deleted .s-post-summary--meta-tags .post-tag,
|
|
@@ -3957,6 +3958,9 @@ body.theme-highcontrast .s-post-summary .s-post-summary--answer:before {
|
|
|
3957
3958
|
flex-grow: 1;
|
|
3958
3959
|
max-width: 100%;
|
|
3959
3960
|
}
|
|
3961
|
+
.s-post-summary .s-post-summary--content > *:not(.s-post-summary--content-menu-button):not(.s-post-summary--meta):not(.s-popover) {
|
|
3962
|
+
opacity: var(--_ps-o);
|
|
3963
|
+
}
|
|
3960
3964
|
.s-post-summary .s-post-summary--content-excerpt {
|
|
3961
3965
|
word-break: break-word !important;
|
|
3962
3966
|
overflow-wrap: break-word !important;
|
|
@@ -4059,6 +4063,9 @@ body.theme-highcontrast .s-post-summary .s-post-summary--answer:before {
|
|
|
4059
4063
|
justify-content: space-between;
|
|
4060
4064
|
row-gap: var(--su8);
|
|
4061
4065
|
}
|
|
4066
|
+
.s-post-summary .s-post-summary--meta > *:not(.s-post-summary--meta-tags) > * {
|
|
4067
|
+
opacity: var(--_ps-o);
|
|
4068
|
+
}
|
|
4062
4069
|
.s-post-summary .s-post-summary--meta .s-user-card {
|
|
4063
4070
|
flex-wrap: wrap;
|
|
4064
4071
|
justify-content: flex-end;
|
|
@@ -4069,6 +4076,12 @@ body.theme-highcontrast .s-post-summary .s-post-summary--answer:before {
|
|
|
4069
4076
|
flex-wrap: wrap;
|
|
4070
4077
|
gap: var(--su4);
|
|
4071
4078
|
}
|
|
4079
|
+
.s-post-summary .s-post-summary--meta-tags > ul > li > a,
|
|
4080
|
+
.s-post-summary .s-post-summary--meta-tags > a,
|
|
4081
|
+
.s-post-summary .s-post-summary--meta-tags .post-tag,
|
|
4082
|
+
.s-post-summary .s-post-summary--meta-tags .s-tag {
|
|
4083
|
+
opacity: var(--_ps-o);
|
|
4084
|
+
}
|
|
4072
4085
|
.s-post-summary .s-post-summary--stats {
|
|
4073
4086
|
align-items: var(--_ps-stats-ai);
|
|
4074
4087
|
color: var(--_ps-stats-fc);
|
|
@@ -4082,6 +4095,9 @@ body.theme-highcontrast .s-post-summary .s-post-summary--answer:before {
|
|
|
4082
4095
|
margin-bottom: var(--su4);
|
|
4083
4096
|
margin-right: var(--su16);
|
|
4084
4097
|
}
|
|
4098
|
+
.s-post-summary .s-post-summary--stats > *:not(.s-badge__danger) {
|
|
4099
|
+
opacity: var(--_ps-o);
|
|
4100
|
+
}
|
|
4085
4101
|
.s-post-summary .s-post-summary--stats-item:not(.s-badge) {
|
|
4086
4102
|
align-items: center;
|
|
4087
4103
|
border: var(--su1) solid transparent;
|