Skip to content

Commit

Permalink
Revert golden layout theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Oct 16, 2023
1 parent d684d4c commit 38118c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/golden-layout/scss/goldenlayout-dark-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ body:not(.lm_dragging) .lm_header .lm_tab .lm_close_tab:hover {

// Entire GoldenLayout Container, if a background is set, it is visible as color of "pane header" and "splitters" (if these latest has opacity very low)
.lm_goldenlayout {
background: $background;
background: var(--dh-color-background, $background);
position: absolute;
}

// Single Pane content (area in which final dragged content is contained)
.lm_content {
background: $content-bg;
overflow: visible;
}

// Single Pane content during Drag (style of moving window following mouse)
Expand Down

0 comments on commit 38118c9

Please sign in to comment.