1
+ @import url ("https://github.com/ferrocyante/Tab-groups-for-Arc-H/raw/refs/heads/main/tab-groups.css" )
1
2
2
3
/* Hidden buttons */
3
4
/* #nav-bar-overflow-button, */
@@ -244,8 +245,9 @@ html,
244
245
}
245
246
}
246
247
248
+
247
249
/* Tab group label styling */
248
- /* .tab-group-label,
250
+ .tab-group-label ,
249
251
tab-group .tab-group-label {
250
252
width : 100% !important ;
251
253
border : none !important ;
@@ -254,77 +256,61 @@ tab-group .tab-group-label {
254
256
margin-right : 0 !important ;
255
257
text-align : left !important ;
256
258
padding-left : 10px !important ;
257
- background: color-mix(
258
- in srgb,
259
- var(--tab-group-color) 20%,
260
- transparent
261
- ) !important;
259
+ background : color-mix (in srgb, var (--tab-group-color ) 20% , transparent) !important ;
262
260
color : color-mix (in srgb, var (--tab-group-color ) 70% , # fff ) !important ;
263
261
scale : 1 !important ;
264
262
transition : all 0.2s ease-in-out !important ;
265
263
}
266
264
tab-group .tab-group-label : hover {
267
265
padding-left : 15px !important ;
268
- background: color-mix(
269
- in srgb,
270
- var(--tab-group-color) 50%,
271
- transparent
272
- ) !important;
266
+ background : color-mix (in srgb, var (--tab-group-color ) 50% , transparent) !important ;
273
267
color : color-mix (in srgb, var (--tab-group-color ) 30% , # fff ) !important ;
274
268
}
275
269
tab-group .tab-group-label : active {
276
270
scale : 0.9 !important ;
277
271
}
278
272
tab-group : not ([collapsed ]) .tab-group-label {
279
- border: 1.5px dashed
280
- color-mix(in srgb, var(--tab-group-color) 50%, transparent) !important;
281
- } */
273
+ border : 1.5px dashed color-mix (in srgb, var (--tab-group-color ) 50% , transparent) !important ;
274
+ }
282
275
283
276
/* Label container margins */
284
- /* .tab-group-label-container {
277
+ .tab-group-label-container {
285
278
margin-top : 3px !important ;
286
279
margin-bottom : 0 !important ;
287
280
}
288
281
tab-group [collapsed ] .tab-group-label-container {
289
282
margin-bottom : 3px !important ;
290
- } */
283
+ }
291
284
292
285
/* Hide label container's after pseudo */
293
- /* .tab-group-label-container::after {
286
+ .tab-group-label-container ::after {
294
287
display : none !important ;
295
- } */
288
+ }
296
289
297
290
/* Tab stack styles */
298
- /* .tab-stack,
291
+ .tab-stack ,
299
292
tab-group .tab-stack {
300
293
transition : all 0.3s ease-in-out !important ;
301
294
border-radius : 1.2em !important ;
302
- background: color-mix(
303
- in srgb,
304
- var(--tab-group-color) 20%,
305
- transparent
306
- ) !important;
295
+ background : color-mix (in srgb, var (--tab-group-color ) 20% , transparent) !important ;
307
296
margin-block : 2px !important ;
308
297
}
309
298
.tab-stack : hover ,
310
299
tab-group .tab-stack : hover {
311
- background: color-mix(
312
- in srgb,
313
- var(--tab-group-color) 50%,
314
- transparent
315
- ) !important;
316
- } */
300
+ background : color-mix (in srgb, var (--tab-group-color ) 50% , transparent) !important ;
301
+ }
317
302
318
303
/* Hide tab indicator */
319
- /* tab-group .tabbrowser-tab::before {
304
+ tab-group .tabbrowser-tab ::before {
320
305
display : none !important ;
321
- } */
306
+ }
322
307
323
308
/* Scale effect when tab bar is not expanded */
324
- /* #tabbrowser-tabs:not([expanded]) tab,
309
+ # tabbrowser-tabs : not ([expanded ]) tab ,
325
310
# tabbrowser-tabs : not ([expanded ]) tab-group {
326
311
scale : 1.1 !important ;
327
- } */
312
+ }
313
+
328
314
329
315
/* ctrl tab is back */
330
316
# ctrlTab-previews {
0 commit comments