@stackoverflow/stacks 1.9.2 → 1.9.3
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.
|
@@ -50,13 +50,19 @@
|
|
|
50
50
|
&&__ignored {
|
|
51
51
|
--_ps-has-answers-bc: var(--black-300);
|
|
52
52
|
--_ps-has-answers-bg: transparent;
|
|
53
|
-
--_ps-has-answers-fc: var(--
|
|
53
|
+
--_ps-has-answers-fc: var(--_ps-state-fc);
|
|
54
54
|
--_ps-has-accepted-answers-bc: transparent;
|
|
55
|
-
--_ps-has-accepted-answers-bg: var(--black-
|
|
56
|
-
--_ps-has-accepted-answers-fc: var(--
|
|
55
|
+
--_ps-has-accepted-answers-bg: var(--black-050);
|
|
56
|
+
--_ps-has-accepted-answers-fc: var(--_ps-state-fc);
|
|
57
57
|
--_ps-meta-tags-tag-bg: var(--black-050);
|
|
58
|
+
--_ps-meta-tags-tag-fc: var(--_ps-state-fc);
|
|
58
59
|
--_ps-state-fc: var(--black-500);
|
|
59
60
|
|
|
61
|
+
.s-post-summary--content > *:not(.s-post-summary--content-menu-button),
|
|
62
|
+
.s-post-summary--stats > *:not(.s-badge__danger) {
|
|
63
|
+
opacity: 0.75;
|
|
64
|
+
}
|
|
65
|
+
|
|
60
66
|
.s-post-summary--meta-tags {
|
|
61
67
|
a, // TODO: remove rule for `a` once Core replaces `.post-tag` with `.s-tag`
|
|
62
68
|
.post-tag,
|
|
@@ -65,8 +71,11 @@
|
|
|
65
71
|
&:active,
|
|
66
72
|
&:hover,
|
|
67
73
|
&:focus {
|
|
74
|
+
.highcontrast-mode({
|
|
75
|
+
border-color: currentColor;
|
|
76
|
+
});
|
|
77
|
+
|
|
68
78
|
background-color: var(--_ps-meta-tags-tag-bg);
|
|
69
|
-
border-color: transparent;
|
|
70
79
|
color: var(--black-600);
|
|
71
80
|
}
|
|
72
81
|
}
|
|
@@ -92,6 +101,8 @@
|
|
|
92
101
|
|
|
93
102
|
&&__deleted {
|
|
94
103
|
--_ps-bg: var(--red-025);
|
|
104
|
+
--_ps-has-accepted-answers-bg: var(--black-075);
|
|
105
|
+
--_ps-has-accepted-answers-fc: var(--black-600);
|
|
95
106
|
--_ps-meta-tags-tag-bg: var(--black-075);
|
|
96
107
|
|
|
97
108
|
.is-deleted,
|
|
@@ -199,6 +199,7 @@
|
|
|
199
199
|
#calc-topbar-lightness-increase();
|
|
200
200
|
|
|
201
201
|
--theme-topbar-background-color: @topbar-actual-background;
|
|
202
|
+
--theme-topbar-bottom-border: 1px solid @topbar-actual-background;
|
|
202
203
|
|
|
203
204
|
// Search input
|
|
204
205
|
--theme-topbar-search-color: lighten(@topbar-actual-background, 80% + @topbar-search-lightness-increase);
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
|
|
267
267
|
// Topbar themed border accent
|
|
268
268
|
--theme-topbar-accent-border: 3px solid var(--theme-primary-color);
|
|
269
|
-
--theme-topbar-bottom-border:
|
|
269
|
+
--theme-topbar-bottom-border: 1px solid var(--black-100);
|
|
270
270
|
|
|
271
271
|
// Post summary
|
|
272
272
|
--theme-post-title-color: var(--theme-link-color);
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/StackExchange/Stacks.git"
|
|
7
7
|
},
|
|
8
|
-
"version": "1.9.
|
|
8
|
+
"version": "1.9.3",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
"lib"
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@stackoverflow/stacks-icons": "^5.3.1",
|
|
51
51
|
"@testing-library/dom": "^9.2.0",
|
|
52
52
|
"@testing-library/user-event": "^14.4.3",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
54
|
-
"@typescript-eslint/parser": "^5.59.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
54
|
+
"@typescript-eslint/parser": "^5.59.6",
|
|
55
55
|
"@web/dev-server-esbuild": "^0.4.1",
|
|
56
56
|
"@web/dev-server-rollup": "^0.4.0",
|
|
57
57
|
"@web/test-runner": "^0.16.1",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"docsearch.js": "^2.6.3",
|
|
64
64
|
"eleventy-plugin-highlightjs": "^1.1.0",
|
|
65
65
|
"eleventy-plugin-nesting-toc": "^1.3.0",
|
|
66
|
-
"eslint": "^8.
|
|
66
|
+
"eslint": "^8.40.0",
|
|
67
67
|
"eslint-config-prettier": "^8.8.0",
|
|
68
68
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
69
|
-
"jquery": "^3.
|
|
69
|
+
"jquery": "^3.7.0",
|
|
70
70
|
"less-loader": "^11.1.0",
|
|
71
71
|
"list.js": "^2.3.1",
|
|
72
72
|
"markdown-it": "^13.0.1",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"ts-loader": "^9.4.2",
|
|
83
83
|
"typescript": "^5.0.4",
|
|
84
84
|
"webpack": "^5.82.0",
|
|
85
|
-
"webpack-cli": "^5.
|
|
85
|
+
"webpack-cli": "^5.1.1",
|
|
86
86
|
"webpack-merge": "^5.8.0"
|
|
87
87
|
},
|
|
88
88
|
"browserslist": [
|