firefox: update TreeStyleTab styles

This commit is contained in:
He4eT 2026-02-03 16:29:39 +01:00
commit 23c3f99586

View file

@ -59,20 +59,6 @@ tab-item-substance {
margin-top: -1px; margin-top: -1px;
} }
.tab:hover > tab-item-substance,
.tab.active > tab-item-substance {
background: var(--face-highlight-more-lighter);
}
.tab.active > tab-item-substance {
font-weight: bold;
}
.tab.active .highlighter {
width: 5px;
background: var(--tab-highlighted-glow);
}
.tab .label { .tab .label {
margin-left: 0.4em; margin-left: 0.4em;
line-height: var(--tab-size); line-height: var(--tab-size);
@ -92,3 +78,17 @@ tab-item tab-favicon * {
margin-top: 0px; margin-top: 0px;
margin-bottom: 0px; margin-bottom: 0px;
} }
.tab:hover > tab-item-substance,
.tab.active > tab-item-substance {
background: var(--face-highlight-more-lighter);
}
.tab.active > tab-item-substance {
font-weight: bold;
}
.tab.active .highlighter {
width: 5px;
background: var(--tab-highlighted-glow);
}