Skip to content

Commit fa4eae1

Browse files
authored
Update userChrome.css - updates and fixes for tab groups
1 parent 5630bf3 commit fa4eae1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

userChrome.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ tab-group:not([collapsed]) .tab-group-label {
375375
/* Label container margins */
376376
.tab-group-label-container {
377377
margin-top: 3px !important;
378+
margin-left: 0 !important;
378379
margin-bottom: 0 !important;
379380
}
380381
tab-group[collapsed] .tab-group-label-container {
@@ -412,6 +413,23 @@ tab-group .tabbrowser-tab::before {
412413
display: none !important;
413414
}
414415

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+
415433
/*******************************************************************************
416434
* CONTEXT MENU CUSTOMIZATION
417435
******************************************************************************/

0 commit comments

Comments
 (0)