Skip to content

Commit 4cd55dd

Browse files
committed
Fix missing tab background in new TST version
1 parent 2717e86 commit 4cd55dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tree_style_tabs/extra_style_rules.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ tab-item .closebox {
33
visibility: collapse;
44
}
55

6+
tab-item {
7+
--tab-surface: hsla(0, 0%, 100%, .05);
8+
}
9+
610
tab-item {
711
border: none;
812
outline: 1px solid hsla(0, 0%, 0%, 0.09);

0 commit comments

Comments
 (0)