Skip to content

Commit fe22518

Browse files
committed
Replace border-top with box-shadow
1 parent 49bb6bd commit fe22518

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,12 @@
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;
8685
}
8786

8887
#theia-main-content-panel .p-TabBar .p-TabBar-tab.p-mod-current {
8988
background: var(--theia-tab-activeBackground);
9089
color: var(--theia-tab-activeForeground);
91-
border-top: 1px solid var(--theia-tab-activeBorderTop);
90+
box-shadow: 0 1px 0 var(--theia-tab-activeBorderTop) inset;
9291
}
9392

9493
#theia-main-content-panel .p-TabBar:not(.theia-tabBar-active) .p-TabBar-tab .p-TabBar-tabLabel {

0 commit comments

Comments
 (0)