@stackoverflow/stacks 3.0.0-beta.8 → 3.0.0-beta.9
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
|
@@ -3018,14 +3018,14 @@ body.theme-highcontrast .s-modal {
|
|
|
3018
3018
|
--_na-item-fs: unset;
|
|
3019
3019
|
--_na-item-p: calc(var(--su12) - var(--su1)) var(--su16);
|
|
3020
3020
|
--_na-item-ws: nowrap;
|
|
3021
|
-
--_na-item-bg-hover: var(--black-
|
|
3021
|
+
--_na-item-bg-hover: var(--black-100);
|
|
3022
3022
|
--_na-item-fc-hover: var(--_na-item-fc);
|
|
3023
3023
|
--_na-item-selected-bg: none;
|
|
3024
3024
|
--_na-item-selected-fc: var(--black-600);
|
|
3025
3025
|
--_na-item-selected-bg-hover: var(--_na-item-bg-hover);
|
|
3026
3026
|
--_na-item-selected-h: var(--su-static2);
|
|
3027
3027
|
--_na-item-text-ta: center;
|
|
3028
|
-
--_na-title-mt: var(--
|
|
3028
|
+
--_na-title-mt: var(--su24);
|
|
3029
3029
|
--_na-after-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M11.35 4.35 6 9.71.65 4.35l.7-.7L6 8.29l4.65-4.64z'/%3E%3C/svg%3E");
|
|
3030
3030
|
--_na-after-bg-color: var(--black-400);
|
|
3031
3031
|
flex-direction: var(--_na-fd);
|
|
@@ -3159,11 +3159,14 @@ body.theme-highcontrast .s-navigation .s-navigation--item:active {
|
|
|
3159
3159
|
margin-top: var(--_na-title-mt);
|
|
3160
3160
|
font-size: var(--fs-fine);
|
|
3161
3161
|
color: var(--black-400);
|
|
3162
|
-
padding: var(--su16) var(--su8);
|
|
3162
|
+
padding: calc(var(--su16) + var(--su2)) var(--su8);
|
|
3163
3163
|
}
|
|
3164
3164
|
.s-navigation .s-navigation--title:first-child {
|
|
3165
3165
|
--_na-title-mt: 0;
|
|
3166
3166
|
}
|
|
3167
|
+
.s-navigation .s-navigation--title .s-btn {
|
|
3168
|
+
color: var(--black-400);
|
|
3169
|
+
}
|
|
3167
3170
|
.s-navigation .s-navigation--icon {
|
|
3168
3171
|
color: inherit;
|
|
3169
3172
|
margin-right: var(--su4);
|