Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Restore room list backdrop (#11300)
Browse files Browse the repository at this point in the history
* Restore room list backdrop

* Lintfix
  • Loading branch information
Germain authored Jul 20, 2023
1 parent dd5b932 commit 882c85a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions res/css/structures/_LeftPanel.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

.mx_MatrixChat--with-avatar {
.mx_LeftPanel,
.mx_LeftPanel .mx_LeftPanel_roomListContainer {
background-color: transparent;
}
}

.mx_LeftPanel_outerWrapper {
display: flex;
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion res/themes/dark/css/_dark.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $separator: var(--cpd-color-alpha-gray-400);

/* RoomList */
/* ******************** */
$roomlist-bg-color: var(--cpd-color-bg-subtle-secondary); /* TODO: there's no corresponding compound color */
$roomlist-bg-color: rgba(38, 40, 45, 0.9);
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, $background 0%, #ffffff00 100%);
$roomtile-default-badge-bg-color: $muted-fg-color;
/* ******************** */
Expand Down
2 changes: 1 addition & 1 deletion res/themes/legacy-dark/css/_legacy-dark.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ $call-primary-content: $primary-content;
$call-light-quaternary-content: #c1c6cd;

$roomlist-filter-active-bg-color: $panel-actions;
$roomlist-bg-color: var(--cpd-color-bg-subtle-secondary);
$roomlist-bg-color: rgba(38, 40, 45, 0.9);

$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #3e444c 0%, #3e444c00 100%);

Expand Down
2 changes: 1 addition & 1 deletion res/themes/legacy-light/css/_legacy-light.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ $separator: var(--cpd-color-alpha-gray-400);
/* ******************** */

$roomlist-filter-active-bg-color: $panel-actions;
$roomlist-bg-color: var(--cpd-color-bg-subtle-secondary);
$roomlist-bg-color: rgba(245, 245, 245, 0.9);
$roomlist-header-color: $primary-fg-color;
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);

Expand Down
2 changes: 1 addition & 1 deletion res/themes/light/css/_light.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ $imagebody-giflabel-color: $background;

/* RoomList */
/* ******************** */
$roomlist-bg-color: var(--cpd-color-bg-subtle-secondary);
$roomlist-bg-color: rgba(245, 245, 245, 0.9);
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, $background 0%, #ffffff00 100%);
$roomtile-default-badge-bg-color: $muted-fg-color;
/* ******************** */
Expand Down

0 comments on commit 882c85a

Please sign in to comment.