|
80 | 80 |
|
81 | 81 | #theia-main-content-panel .p-TabBar .p-TabBar-tab { |
82 | 82 | border-right: 1px solid var(--theia-tab-border); |
| 83 | + background: var(--theia-tab-inactiveBackground); |
| 84 | + color: var(--theia-tab-inactiveForeground); |
83 | 85 | } |
84 | 86 |
|
85 | | -#theia-main-content-panel .p-TabBar .p-TabBar-tab:hover.theia-mod-active { |
86 | | - background: var(--theia-tab-hoverBackground) !important; |
87 | | - box-shadow: var(--theia-tab-hoverBorder) 0 -1px inset !important; |
88 | | -} |
89 | | - |
90 | | -#theia-main-content-panel .p-TabBar .p-TabBar-tab:hover:not(.theia-mod-active) { |
91 | | - background: var(--theia-tab-unfocusedHoverBackground) !important; |
92 | | - box-shadow: var(--theia-tab-unfocusedHoverBorder) 0 -1px inset !important; |
| 87 | +#theia-main-content-panel .p-TabBar .p-TabBar-tab:hover { |
| 88 | + background: var(--theia-tab-hoverBackground); |
| 89 | + box-shadow: 0 1px 0 var(--theia-tab-hoverBorder) inset; |
93 | 90 | } |
94 | 91 |
|
95 | | -/* active tab in an active group */ |
96 | | -body.theia-editor-highlightModifiedTabs |
97 | | -#theia-main-content-panel .p-TabBar .p-TabBar-tab.p-mod-current.theia-mod-active.theia-mod-dirty { |
98 | | - border-top: 1px solid var(--theia-tab-activeModifiedBorder); |
| 92 | +#theia-main-content-panel .p-TabBar:not(.theia-tabBar-active) .p-TabBar-tab:hover { |
| 93 | + background: var(--theia-tab-unfocusedHoverBackground); |
| 94 | + box-shadow: 0 1px 0 var(--theia-tab-unfocusedHoverBorder) inset; |
99 | 95 | } |
100 | 96 |
|
101 | | -#theia-main-content-panel .p-TabBar .p-TabBar-tab.p-mod-current.theia-mod-active { |
| 97 | +#theia-main-content-panel .p-TabBar .p-TabBar-tab.p-mod-current { |
102 | 98 | background: var(--theia-tab-activeBackground); |
103 | 99 | color: var(--theia-tab-activeForeground); |
104 | | - border-top: 1px solid var(--theia-tab-activeBorderTop); |
105 | | - border-bottom: 1px solid var(--theia-tab-activeBorder); |
106 | | -} |
107 | | - |
108 | | -/* inactive tab in an active group */ |
109 | | -body.theia-editor-highlightModifiedTabs |
110 | | -#theia-main-content-panel .p-TabBar .p-TabBar-tab:not(.p-mod-current).theia-mod-active.theia-mod-dirty { |
111 | | - border-top: 1px solid var(--theia-tab-inactiveModifiedBorder); |
112 | | -} |
113 | | - |
114 | | -#theia-main-content-panel .p-TabBar .p-TabBar-tab:not(.p-mod-current).theia-mod-active { |
115 | | - background: var(--theia-tab-inactiveBackground); |
116 | | - color: var(--theia-tab-inactiveForeground); |
| 100 | + box-shadow: 0 1px 0 var(--theia-tab-activeBorderTop) inset, 0 -1px 0 var(--theia-tab-activeBorder) inset; |
117 | 101 | } |
118 | 102 |
|
119 | | -/* active tab in an unfocused group */ |
120 | | -body.theia-editor-highlightModifiedTabs |
121 | | -#theia-main-content-panel .p-TabBar .p-TabBar-tab.p-mod-current:not(.theia-mod-active).theia-mod-dirty { |
122 | | - border-top: 1px solid var(--theia-tab-unfocusedActiveModifiedBorder); |
| 103 | +#theia-main-content-panel .p-TabBar:not(.theia-tabBar-active) .p-TabBar-tab { |
| 104 | + color: var(--theia-tab-unfocusedInactiveForeground); |
123 | 105 | } |
124 | 106 |
|
125 | | -#theia-main-content-panel .p-TabBar .p-TabBar-tab.p-mod-current:not(.theia-mod-active) { |
| 107 | +#theia-main-content-panel .p-TabBar:not(.theia-tabBar-active) .p-TabBar-tab.p-mod-current { |
126 | 108 | background: var(--theia-tab-unfocusedActiveBackground); |
127 | 109 | color: var(--theia-tab-unfocusedActiveForeground); |
128 | | - border-top: 1px solid var(--theia-tab-unfocusedActiveBorderTop); |
129 | | - border-bottom: 1px solid var(--theia-tab-unfocusedActiveBorder); |
130 | | -} |
131 | | - |
132 | | -/* inactive tab in an unfocused group */ |
133 | | -body.theia-editor-highlightModifiedTabs |
134 | | -#theia-main-content-panel .p-TabBar .p-TabBar-tab:not(.p-mod-current):not(.theia-mod-active).theia-mod-dirty { |
135 | | - border-top: 1px solid var(--theia-tab-unfocusedInactiveModifiedBorder); |
136 | | -} |
137 | | - |
138 | | -#theia-main-content-panel .p-TabBar .p-TabBar-tab:not(.p-mod-current):not(.theia-mod-active) { |
139 | | - background: var(--theia-tab-inactiveBackground); |
140 | | - color: var(--theia-tab-inactiveForeground); |
141 | | - border-top: 1px solid var(--theia-tab-inactiveBackground); |
| 110 | + box-shadow: 0 1px 0 var(--theia-tab-unfocusedActiveBorderTop) inset, 0 -1px 0 var(--theia-tab-unfocusedActiveBorder) inset; |
142 | 111 | } |
143 | 112 |
|
144 | 113 | .p-TabBar.theia-app-centers { |
|
0 commit comments