@stackoverflow/stacks 2.7.0 → 2.7.1
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.
|
@@ -441,13 +441,13 @@
|
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
&:visited:not(:active):not(:focus) {
|
|
444
|
-
&.s-btn__filled {
|
|
445
|
-
background-color: var(--_bu-filled-bg);
|
|
446
|
-
border-color: var(--_bu-filled-bc);
|
|
447
|
-
color: var(--_bu-filled-fc);
|
|
448
|
-
}
|
|
449
|
-
|
|
450
444
|
&:not(.s-btn__outlined) {
|
|
445
|
+
&.s-btn__filled {
|
|
446
|
+
background-color: var(--_bu-filled-bg-hover);
|
|
447
|
+
border-color: var(--_bu-filled-bc-hover);
|
|
448
|
+
color: var(--_bu-filled-fc-hover);
|
|
449
|
+
}
|
|
450
|
+
|
|
451
451
|
background-color: var(--_bu-bg);
|
|
452
452
|
border-color: var(--_bu-bc);
|
|
453
453
|
color: var(--_bu-fc);
|
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.7.
|
|
8
|
+
"version": "2.7.1",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist",
|
|
11
11
|
"lib",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@types/cssbeautify": "^0.3.5",
|
|
57
57
|
"@types/less": "^3.0.6",
|
|
58
58
|
"@types/mocha": "^10.0.10",
|
|
59
|
-
"@web/dev-server-esbuild": "^1.0.
|
|
59
|
+
"@web/dev-server-esbuild": "^1.0.4",
|
|
60
60
|
"@web/dev-server-rollup": "^0.6.4",
|
|
61
|
-
"@web/test-runner": "^0.
|
|
61
|
+
"@web/test-runner": "^0.20.0",
|
|
62
62
|
"@web/test-runner-playwright": "^0.11.0",
|
|
63
63
|
"@web/test-runner-visual-regression": "^0.10.0",
|
|
64
64
|
"apca-check": "^0.1.1",
|
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
"not Android > 0"
|
|
111
111
|
],
|
|
112
112
|
"overrides": {
|
|
113
|
-
"aria-query": "~5.0.0"
|
|
113
|
+
"aria-query": "~5.0.0",
|
|
114
|
+
"@web/dev-server-core": "0.7.1"
|
|
114
115
|
}
|
|
115
116
|
}
|