Skip to content

Commit 0d02ba9

Browse files
committed
Add tab-activeBorderTop back
1 parent 9eda175 commit 0d02ba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/browser/style/tabs.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@
8282
border-right: 1px solid var(--theia-tab-border);
8383
background: var(--theia-tab-inactiveBackground);
8484
color: var(--theia-tab-inactiveForeground);
85+
border-top: 1px solid transparent;
8586
}
8687

8788
#theia-main-content-panel .p-TabBar .p-TabBar-tab.p-mod-current {
8889
background: var(--theia-tab-activeBackground);
8990
color: var(--theia-tab-activeForeground);
91+
border-top: 1px solid var(--theia-tab-activeBorderTop);
9092
}
9193

9294
.p-TabBar.theia-app-centers {

0 commit comments

Comments
 (0)