Skip to content

Commit

Permalink
Replace border-top with box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Apr 8, 2022
1 parent 49bb6bd commit 12dd01a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/browser/style/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,12 @@
border-right: 1px solid var(--theia-tab-border);
background: var(--theia-tab-inactiveBackground);
color: var(--theia-tab-inactiveForeground);
border-top: 1px solid transparent;
}

#theia-main-content-panel .p-TabBar .p-TabBar-tab.p-mod-current {
background: var(--theia-tab-activeBackground);
color: var(--theia-tab-activeForeground);
border-top: 1px solid var(--theia-tab-activeBorderTop);
box-shadow: 0 1px 0 var(--theia-tab-activeBorderTop) inset, 0 -1px 0 var(--theia-tab-activeBorder) inset;
}

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

0 comments on commit 12dd01a

Please sign in to comment.