@stackoverflow/stacks 1.6.0 → 1.6.2
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
|
@@ -732,6 +732,7 @@ body.theme-highcontrast .s-badge.s-badge__danger.s-badge__filled {
|
|
|
732
732
|
--_ba-bg: var(--black-700);
|
|
733
733
|
--_ba-fc: var(--white);
|
|
734
734
|
}
|
|
735
|
+
.s-badge--image,
|
|
735
736
|
.s-badge .s-badge--image {
|
|
736
737
|
display: inline-flex;
|
|
737
738
|
align-self: center;
|
|
@@ -2938,6 +2939,8 @@ body.theme-highcontrast .s-progress.s-progress__stepped .s-progress--stop {
|
|
|
2938
2939
|
--_pr-spacing: 1.1em;
|
|
2939
2940
|
--_pr-spacing-condensed: calc(var(--_pr-spacing) / 2);
|
|
2940
2941
|
--_pr-spoiler-transition: opacity 0.1s ease-in-out;
|
|
2942
|
+
--s-prose-spacing: var(--_pr-spacing);
|
|
2943
|
+
--s-prose-spacing-condensed: var(--_pr-spacing-condensed);
|
|
2941
2944
|
font-size: var(--_pr-fs);
|
|
2942
2945
|
line-height: var(--_pr-lh);
|
|
2943
2946
|
overflow-wrap: break-word;
|
|
@@ -3142,6 +3145,7 @@ body.theme-highcontrast .s-prose {
|
|
|
3142
3145
|
quotes: none;
|
|
3143
3146
|
}
|
|
3144
3147
|
.s-prose dd,
|
|
3148
|
+
.s-prose div,
|
|
3145
3149
|
.s-prose dl,
|
|
3146
3150
|
.s-prose .s-table-container,
|
|
3147
3151
|
.s-prose .s-link-preview {
|
|
@@ -21719,15 +21723,15 @@ body.theme-highcontrast .s-btn.s-btn__github {
|
|
|
21719
21723
|
}
|
|
21720
21724
|
.s-btn--radio {
|
|
21721
21725
|
border: 0;
|
|
21722
|
-
clip: rect(1px, 1px, 1px, 1px);
|
|
21723
21726
|
clip-path: inset(50%);
|
|
21727
|
+
clip: rect(1px, 1px, 1px, 1px);
|
|
21724
21728
|
height: 1px;
|
|
21725
21729
|
margin: -1px;
|
|
21730
|
+
overflow-wrap: normal;
|
|
21726
21731
|
overflow: hidden;
|
|
21727
21732
|
padding: 0;
|
|
21728
21733
|
position: absolute;
|
|
21729
21734
|
width: 1px;
|
|
21730
|
-
overflow-wrap: normal;
|
|
21731
21735
|
}
|
|
21732
21736
|
.s-btn:not(.is-selected):not(.s-btn__link):not(.s-btn__unset):hover,
|
|
21733
21737
|
.s-btn:not(.is-selected):not(.s-btn__link):not(.s-btn__unset):focus {
|
|
@@ -22435,6 +22439,9 @@ body.theme-highcontrast .s-banner__warning.s-banner__important {
|
|
|
22435
22439
|
color: inherit;
|
|
22436
22440
|
padding: var(--su8);
|
|
22437
22441
|
}
|
|
22442
|
+
.s-banner .s-banner--btn:not(:focus) {
|
|
22443
|
+
box-shadow: none;
|
|
22444
|
+
}
|
|
22438
22445
|
.s-banner .s-banner--btn:focus,
|
|
22439
22446
|
.s-banner .s-banner--btn:hover {
|
|
22440
22447
|
background: var(--_no-btn-bg-focus);
|
|
@@ -22665,6 +22672,9 @@ body.theme-highcontrast .s-notice__warning.s-notice__important {
|
|
|
22665
22672
|
color: inherit;
|
|
22666
22673
|
padding: var(--su8);
|
|
22667
22674
|
}
|
|
22675
|
+
.s-notice .s-notice--btn:not(:focus) {
|
|
22676
|
+
box-shadow: none;
|
|
22677
|
+
}
|
|
22668
22678
|
.s-notice .s-notice--btn:focus,
|
|
22669
22679
|
.s-notice .s-notice--btn:hover {
|
|
22670
22680
|
background: var(--_no-btn-bg-focus);
|