Skip to content

Commit b9b91fa

Browse files
committed
chore: update to 1.12.1
1 parent 8c07955 commit b9b91fa

File tree

3 files changed

+5272
-4540
lines changed

3 files changed

+5272
-4540
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"packageManager": "[email protected]",
5050
"devDependencies": {
5151
"@axe-core/playwright": "^4.9.1",
52-
"@builder.io/qwik": "^1.9",
53-
"@builder.io/qwik-city": "^1.9",
52+
"@builder.io/qwik": "1.12.1",
53+
"@builder.io/qwik-city": "1.12.1",
5454
"@changesets/cli": "^2.27.3",
5555
"@changesets/get-github-info": "^0.6.0",
5656
"@changesets/types": "^6.0.0",
@@ -97,7 +97,7 @@
9797
"eslint": "^8.57.0",
9898
"eslint-config-prettier": "^9.1.0",
9999
"eslint-plugin-playwright": "^1.6.2",
100-
"eslint-plugin-qwik": "^1.9",
100+
"eslint-plugin-qwik": "1.12.1",
101101
"focus-trap": "7.5.4",
102102
"jest": "^29.7.0",
103103
"jest-environment-jsdom": "^29.7.0",

packages/kit-styled/src/templates/global.css

+5-6
Original file line numberDiff line numberDiff line change
@@ -1241,10 +1241,10 @@
12411241
*::-webkit-scrollbar-thumb {
12421242
/* Thumb color */
12431243
background-color: hsla(var(--foreground) / 0.25);
1244-
border-radius: 0.5rem;
1244+
border-radius: 0.4rem;
12451245
background-clip: padding-box;
1246-
border-left: 0.15rem solid transparent;
1247-
border-right: 0.15rem solid transparent;
1246+
border-left: 0.3rem solid transparent;
1247+
border-right: 0.3rem solid transparent;
12481248
}
12491249

12501250
.navigation-docs::-webkit-scrollbar-thumb {
@@ -1261,7 +1261,7 @@
12611261

12621262
*::-webkit-scrollbar-track {
12631263
background: transparent;
1264-
border-left: 1px solid var(--qwikui-slate-300);
1264+
border-left: 0;
12651265
}
12661266

12671267
.toc-scrollbar::-webkit-scrollbar-track,
@@ -1279,8 +1279,7 @@
12791279

12801280
.dark *::-webkit-scrollbar-track {
12811281
background: transparent;
1282-
border-left: 1px solid var(--qwikui-slate-800);
1283-
border-right: 1px solid var(--qwikui-slate-800);
1282+
border-left: 0;
12841283
}
12851284

12861285
.code-example *::-webkit-scrollbar-track {

0 commit comments

Comments
 (0)