Commit b9b91fa 1 parent 8c07955 commit b9b91fa Copy full SHA for b9b91fa
File tree 3 files changed +5272
-4540
lines changed
packages/kit-styled/src/templates
3 files changed +5272
-4540
lines changed Original file line number Diff line number Diff line change 49
49
"packageManager" :
" [email protected] " ,
50
50
"devDependencies" : {
51
51
"@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 " ,
54
54
"@changesets/cli" : " ^2.27.3" ,
55
55
"@changesets/get-github-info" : " ^0.6.0" ,
56
56
"@changesets/types" : " ^6.0.0" ,
97
97
"eslint" : " ^8.57.0" ,
98
98
"eslint-config-prettier" : " ^9.1.0" ,
99
99
"eslint-plugin-playwright" : " ^1.6.2" ,
100
- "eslint-plugin-qwik" : " ^1.9 " ,
100
+ "eslint-plugin-qwik" : " 1.12.1 " ,
101
101
"focus-trap" : " 7.5.4" ,
102
102
"jest" : " ^29.7.0" ,
103
103
"jest-environment-jsdom" : " ^29.7.0" ,
Original file line number Diff line number Diff line change 1241
1241
* ::-webkit-scrollbar-thumb {
1242
1242
/* Thumb color */
1243
1243
background-color : hsla (var (--foreground ) / 0.25 );
1244
- border-radius : 0.5 rem ;
1244
+ border-radius : 0.4 rem ;
1245
1245
background-clip : padding-box;
1246
- border-left : 0.15 rem solid transparent;
1247
- border-right : 0.15 rem solid transparent;
1246
+ border-left : 0.3 rem solid transparent;
1247
+ border-right : 0.3 rem solid transparent;
1248
1248
}
1249
1249
1250
1250
.navigation-docs ::-webkit-scrollbar-thumb {
1261
1261
1262
1262
* ::-webkit-scrollbar-track {
1263
1263
background : transparent;
1264
- border-left : 1 px solid var ( --qwikui-slate-300 ) ;
1264
+ border-left : 0 ;
1265
1265
}
1266
1266
1267
1267
.toc-scrollbar ::-webkit-scrollbar-track ,
1279
1279
1280
1280
.dark * ::-webkit-scrollbar-track {
1281
1281
background : transparent;
1282
- border-left : 1px solid var (--qwikui-slate-800 );
1283
- border-right : 1px solid var (--qwikui-slate-800 );
1282
+ border-left : 0 ;
1284
1283
}
1285
1284
1286
1285
.code-example * ::-webkit-scrollbar-track {
You can’t perform that action at this time.
0 commit comments