File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,7 @@ tab-group:not([collapsed]) .tab-group-label {
375
375
/* Label container margins */
376
376
.tab-group-label-container {
377
377
margin-top : 3px !important ;
378
+ margin-left : 0 !important ;
378
379
margin-bottom : 0 !important ;
379
380
}
380
381
tab-group [collapsed ] .tab-group-label-container {
@@ -412,6 +413,23 @@ tab-group .tabbrowser-tab::before {
412
413
display : none !important ;
413
414
}
414
415
416
+ /* animations */
417
+
418
+ /* Folder indicator on the tab group label */
419
+ /* tab-group > .tab-group-label-container > label.tab-group-label::before {
420
+ content: '📁' !important;
421
+ font-size: 1em !important;
422
+ margin-right: 6px !important;
423
+ display: inline-block !important;
424
+ vertical-align: middle !important;
425
+ transition: transform 0.25s ease-in-out !important;
426
+ }
427
+
428
+ tab-group > .tab-group-label-container > label.tab-group-label[aria-expanded="true"]::before {
429
+ content: '📂' !important;
430
+ }
431
+ */
432
+
415
433
/*******************************************************************************
416
434
* CONTEXT MENU CUSTOMIZATION
417
435
******************************************************************************/
You can’t perform that action at this time.
0 commit comments