Skip to content

Commit 5b659fe

Browse files
authored
fix: force ED titlebar color for new room list (#30332)
1 parent 42c7186 commit 5b659fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/structures/_LeftPanel.pcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,5 +245,6 @@ Please see LICENSE files in the repository root for full details.
245245
/* Thew new rooms list is not designed to be collapsed to just icons. */
246246
/* 224 + 68(spaces bar) was deemed by design to be a good minimum for the left panel. */
247247
--collapsedWidth: 224px;
248-
background-color: var(--cpd-color-bg-canvas-default);
248+
/* Important to force the color on ED titlebar until we remove the old room list */
249+
background-color: var(--cpd-color-bg-canvas-default) !important;
249250
}

0 commit comments

Comments
 (0)