File tree Expand file tree Collapse file tree 4 files changed +12770
-15330
lines changed
packages/kit-styled/src/templates Expand file tree Collapse file tree 4 files changed +12770
-15330
lines changed Original file line number Diff line number Diff line change 25
25
- name : Setup pnpm
26
26
27
27
with :
28
- version : 9
28
+ version : 8
29
29
30
30
- name : Use Node
31
31
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 40
40
"test.headless.ci" : " nx component-test-ci headless" ,
41
41
"test.utils" : " nx test utils"
42
42
},
43
- "packageManager" : " pnpm@9.1.1 " ,
43
+ "packageManager" : " pnpm@8.15.8 " ,
44
44
"devDependencies" : {
45
45
"@axe-core/playwright" : " 4.9.0" ,
46
46
"@builder.io/qwik" : " ^1.5.4" ,
Original file line number Diff line number Diff line change 1240
1240
1241
1241
* ::-webkit-scrollbar-thumb {
1242
1242
/* Thumb color */
1243
- background-color : var (--qwikui-slate-500 );
1243
+ background-color : hsla ( var (--foreground ) / 0.25 );
1244
1244
border-radius : 0.5rem ;
1245
1245
background-clip : padding-box;
1246
- border-left : 0.3rem solid transparent;
1247
- border-right : 0.3rem solid transparent;
1246
+ border-left : 0.15rem solid transparent;
1247
+ border-right : 0.15rem solid transparent;
1248
+ }
1249
+
1250
+ .navigation-docs ::-webkit-scrollbar-thumb {
1251
+ background-color : hsla (var (--foreground ) / 0.1 );
1252
+ }
1253
+
1254
+ .dark .navigation-docs ::-webkit-scrollbar-thumb {
1255
+ background-color : hsla (var (--foreground ) / 0.2 );
1248
1256
}
1249
1257
1250
1258
* ::-webkit-scrollbar-corner {
1256
1264
border-left : 1px solid var (--qwikui-slate-300 );
1257
1265
}
1258
1266
1259
- .dark * ::-webkit-scrollbar-thumb {
1260
- background-color : var (--qwikui-slate-500 );
1261
- }
1262
-
1263
1267
.dark * ::-webkit-scrollbar-track {
1264
1268
background : transparent;
1265
1269
border-left : 1px solid var (--qwikui-slate-800 );
1272
1276
}
1273
1277
1274
1278
.code-example * ::-webkit-scrollbar-thumb {
1275
- background : var (--qwikui-slate-500 );
1279
+ background-color : var (--qwikui-slate-600 );
1276
1280
border-radius : 0.5rem ;
1277
1281
background-clip : padding-box;
1278
1282
}
1290
1294
.dark .note-link a {
1291
1295
border-bottom : 1px solid white !important ;
1292
1296
}
1297
+
1298
+ .gif-container {
1299
+ border-radius : var (--border-radius );
1300
+ }
1293
1301
}
1294
1302
1295
1303
: root {
You can’t perform that action at this time.
0 commit comments