We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
border-top
box-shadow
1 parent 49bb6bd commit fe22518Copy full SHA for fe22518
packages/core/src/browser/style/tabs.css
@@ -82,13 +82,12 @@
82
border-right: 1px solid var(--theia-tab-border);
83
background: var(--theia-tab-inactiveBackground);
84
color: var(--theia-tab-inactiveForeground);
85
- border-top: 1px solid transparent;
86
}
87
88
#theia-main-content-panel .p-TabBar .p-TabBar-tab.p-mod-current {
89
background: var(--theia-tab-activeBackground);
90
color: var(--theia-tab-activeForeground);
91
- border-top: 1px solid var(--theia-tab-activeBorderTop);
+ box-shadow: 0 1px 0 var(--theia-tab-activeBorderTop) inset;
92
93
94
#theia-main-content-panel .p-TabBar:not(.theia-tabBar-active) .p-TabBar-tab .p-TabBar-tabLabel {
0 commit comments