@stackoverflow/stacks 2.5.6 → 2.5.7
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.
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
&[readonly],
|
|
44
44
|
.is-readonly & {
|
|
45
45
|
.highcontrast-mode({
|
|
46
|
-
--_in-fc: var(--fc-
|
|
46
|
+
--_in-fc: var(--fc-medium);
|
|
47
47
|
});
|
|
48
48
|
|
|
49
49
|
--_in-bg: var(--black-150);
|
|
50
50
|
--_in-bc: var(--bc-light);
|
|
51
|
-
--_in-fc: var(--black-
|
|
51
|
+
--_in-fc: var(--black-400);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.validation-states(
|
|
@@ -4,8 +4,8 @@ a {
|
|
|
4
4
|
&:visited {
|
|
5
5
|
// We're target these specific selectors to avoid affecting the visited state of stacks components
|
|
6
6
|
// not specified here. See for https://github.com/StackExchange/Stacks/pull/1740#discussion_r1698389312
|
|
7
|
-
// TODO remove .post-tag reference once core no longer requires them
|
|
8
|
-
&:not([class*="s-"]):not(.post-tag),
|
|
7
|
+
// TODO remove .post-tag, .badge, .badge-tag reference once core no longer requires them
|
|
8
|
+
&:not([class*="s-"]):not(.post-tag):not(.badge):not(.badge-tag),
|
|
9
9
|
&.s-link,
|
|
10
10
|
&.s-sidebarwidget--action,
|
|
11
11
|
&.s-user-card--link {
|
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": "2.5.
|
|
8
|
+
"version": "2.5.7",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
"lib",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@typescript-eslint/parser": "^7.18.0",
|
|
60
60
|
"@web/dev-server-esbuild": "^1.0.2",
|
|
61
61
|
"@web/dev-server-rollup": "^0.6.4",
|
|
62
|
-
"@web/test-runner": "^0.18.
|
|
62
|
+
"@web/test-runner": "^0.18.3",
|
|
63
63
|
"@web/test-runner-playwright": "^0.11.0",
|
|
64
64
|
"@web/test-runner-visual-regression": "^0.9.0",
|
|
65
65
|
"apca-check": "^0.1.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"concurrently": "^8.2.2",
|
|
68
68
|
"css-loader": "^7.1.2",
|
|
69
69
|
"cssbeautify": "^0.3.1",
|
|
70
|
-
"cssnano": "^7.0.
|
|
70
|
+
"cssnano": "^7.0.5",
|
|
71
71
|
"docsearch.js": "^2.6.3",
|
|
72
72
|
"eleventy-plugin-highlightjs": "^1.1.0",
|
|
73
73
|
"eleventy-plugin-nesting-toc": "^1.3.0",
|