1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Remove an obsolete selector from _RightPanel.pcss - mx_RightPanel_blank (#10815)

Deprecated by e80a1c5051
This commit is contained in:
Suguru Hirahara
2023-05-08 02:52:15 +00:00
committed by GitHub
parent 00fe0b4316
commit 0fb4f42434

View File

@ -149,8 +149,7 @@ $pulse-color: $alert;
}
.mx_RightPanel .mx_MemberList,
.mx_RightPanel .mx_MemberInfo,
.mx_RightPanel_blank {
.mx_RightPanel .mx_MemberInfo {
order: 2;
flex: 1 1 0;
}