Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit dee76ed

Browse files
committed
fix(plugins/plugin-client-common): sidecar top tabs may not have the proper sidecar header color
Fixes #6841
1 parent 5e532af commit dee76ed

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

plugins/plugin-client-common/web/scss/components/Sidecar/Base.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@
1414
* limitations under the License.
1515
*/
1616

17-
@import '_mixins';
17+
@import 'mixins';
1818

1919
@include Sidecar {
2020
&,
2121
.kui--tab-content {
2222
background-color: var(--color-sidecar-background-01);
2323
}
2424
}
25+
26+
@include SidecarTopTabs {
27+
background-color: var(--color-sidecar-header);
28+
}

plugins/plugin-client-common/web/scss/components/Sidecar/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
@import '../Terminal/_mixins';
17+
@import '../Terminal/mixins';
1818

1919
@mixin sidecar-maximized-no-user {
2020
.toggle-sidecar-maximization-button {

0 commit comments

Comments
 (0)