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

Commit 6a75204

Browse files
author
Dariusz Niemczyk
committed
Merge remote-tracking branch 'origin/develop' into palid/19609/fix-room-alias
* origin/develop: (118 commits) Allow filtering room list during treeview navigation (#7219) Improve room list message previews (#7224) Fix EmojiPicker lazy loaded rendering bug (#7225) Prevent default avatar in UserInfo having pointer cursor (#7218) Hide scrollbar if content height is smaller than scroll node height (#7220) Add option to disable grouping in TimelinePanel (#7221) Prevent duplicate avatars in Event List Summaries (#7222) Add right panel chat timeline (#7112) Task/colors 12 (reorganize theme files again) (#7212) Fix size of portrait images with the SIZE_NORMAL setting. (#7188) Task/colors 11 (#7211) Respect the home page as a context for the Home space (#7216) Fix RoomUpgradeWarningBar exploding (#7214) Hide server options hint when disable_custom_urls is true (#7215) Polish threads misalignments and UI diversion (#7209) Improve right panel resize handle usability (#7204) Fix multiline paragraph rendering as single line (#7210) Fix Manage Restricted Join Rule Dialog for Spaces (#7208) Spaces quick settings (#7196) re-enable Spaces e2e tests (#7207) ...
2 parents 81b3512 + 9727a82 commit 6a75204

File tree

399 files changed

+14726
-2675
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

399 files changed

+14726
-2675
lines changed

.github/workflows/layered-build.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Layered Preview Build
22
on:
33
pull_request:
4-
branches: [develop]
54
jobs:
65
build:
76
runs-on: ubuntu-latest

CHANGELOG.md

+78
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
Changes in [3.35.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.35.1) (2021-11-22)
2+
=====================================================================================================
3+
4+
* Fixes the v3.35.0 release which failed to build correctly due to
5+
a missing change updating types following a types update in js-sdk.
6+
7+
Changes in [3.35.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.35.0) (2021-11-22)
8+
=====================================================================================================
9+
10+
## ✨ Features
11+
* Make double-clicking the PiP take you to the call room ([\#7142](https://github.com/matrix-org/matrix-react-sdk/pull/7142)). Fixes vector-im/element-web#18421 vector-im/element-web#15920 and vector-im/element-web#18421. Contributed by @SimonBrandner.
12+
* Add maximise widget functionality ([\#7098](https://github.com/matrix-org/matrix-react-sdk/pull/7098)). Fixes vector-im/element-web#19619, vector-im/element-web#19621 vector-im/element-web#19760 and vector-im/element-web#19619.
13+
* Add rainfall effect ([\#7086](https://github.com/matrix-org/matrix-react-sdk/pull/7086)). Contributed by @justjosias.
14+
* Add root folder to zip file created by export chat feature ([\#7097](https://github.com/matrix-org/matrix-react-sdk/pull/7097)). Fixes vector-im/element-web#19653 and vector-im/element-web#19653. Contributed by @aaronraimist.
15+
* Improve VoIP UI/UX ([\#7048](https://github.com/matrix-org/matrix-react-sdk/pull/7048)). Fixes vector-im/element-web#19513 and vector-im/element-web#19513. Contributed by @SimonBrandner.
16+
* Unified room context menus ([\#7072](https://github.com/matrix-org/matrix-react-sdk/pull/7072)). Fixes vector-im/element-web#19527 and vector-im/element-web#19527.
17+
* In forgot password screen, show validation errors inline in the form, instead of in modals ([\#7113](https://github.com/matrix-org/matrix-react-sdk/pull/7113)). Contributed by @psrpinto.
18+
* Implement more meta-spaces ([\#7077](https://github.com/matrix-org/matrix-react-sdk/pull/7077)). Fixes vector-im/element-web#18634 vector-im/element-web#17295 and vector-im/element-web#18634.
19+
* Expose power level control for m.space.child ([\#7120](https://github.com/matrix-org/matrix-react-sdk/pull/7120)).
20+
* Forget member-list query when switching out of a room ([\#7093](https://github.com/matrix-org/matrix-react-sdk/pull/7093)). Fixes vector-im/element-web#19432 and vector-im/element-web#19432. Contributed by @SimonBrandner.
21+
* Do pre-submit availability check on username during registration ([\#6978](https://github.com/matrix-org/matrix-react-sdk/pull/6978)). Fixes vector-im/element-web#9545 and vector-im/element-web#9545.
22+
23+
## 🐛 Bug Fixes
24+
* Adjust recovery key button sizes depending on text width ([\#7134](https://github.com/matrix-org/matrix-react-sdk/pull/7134)). Fixes vector-im/element-web#19511 and vector-im/element-web#19511. Contributed by @weeman1337.
25+
* Fix bulk invite button getting a negative count ([\#7122](https://github.com/matrix-org/matrix-react-sdk/pull/7122)). Fixes vector-im/element-web#19466 and vector-im/element-web#19466. Contributed by @renancleyson-dev.
26+
* Fix maximised / pinned widget state being loaded correctly ([\#7146](https://github.com/matrix-org/matrix-react-sdk/pull/7146)). Fixes vector-im/element-web#19768 and vector-im/element-web#19768.
27+
* Don't reload the page when user hits enter when entering ban reason ([\#7145](https://github.com/matrix-org/matrix-react-sdk/pull/7145)). Fixes vector-im/element-web#19763 and vector-im/element-web#19763.
28+
* Fix timeline text when sharing room layout ([\#7140](https://github.com/matrix-org/matrix-react-sdk/pull/7140)). Fixes vector-im/element-web#19622 and vector-im/element-web#19622.
29+
* Fix look of emoji verification ([\#7133](https://github.com/matrix-org/matrix-react-sdk/pull/7133)). Fixes vector-im/element-web#19740 and vector-im/element-web#19740. Contributed by @SimonBrandner.
30+
* Fixes element not remembering widget hidden state per room ([\#7136](https://github.com/matrix-org/matrix-react-sdk/pull/7136)). Fixes vector-im/element-web#16672, matrix-org/element-web-rageshakes#4407, vector-im/element-web#15718 vector-im/element-web#15768 and vector-im/element-web#16672.
31+
* Don't keep spinning if joining space child failed ([\#7129](https://github.com/matrix-org/matrix-react-sdk/pull/7129)). Fixes matrix-org/element-web-rageshakes#6813 and matrix-org/element-web-rageshakes#6813.
32+
* Guard around SpaceStore onAccountData handler prevEvent ([\#7123](https://github.com/matrix-org/matrix-react-sdk/pull/7123)). Fixes vector-im/element-web#19705 and vector-im/element-web#19705.
33+
* Fix missing spaces in threads copy ([\#7119](https://github.com/matrix-org/matrix-react-sdk/pull/7119)). Fixes vector-im/element-web#19702 and vector-im/element-web#19702.
34+
* Fix hover tile border ([\#7117](https://github.com/matrix-org/matrix-react-sdk/pull/7117)). Fixes vector-im/element-web#19698 and vector-im/element-web#19698. Contributed by @SimonBrandner.
35+
* Fix quote button ([\#7096](https://github.com/matrix-org/matrix-react-sdk/pull/7096)). Fixes vector-im/element-web#19659 and vector-im/element-web#19659. Contributed by @SimonBrandner.
36+
* Fix space panel layout edge cases ([\#7101](https://github.com/matrix-org/matrix-react-sdk/pull/7101)). Fixes vector-im/element-web#19668 and vector-im/element-web#19668.
37+
* Update powerlevel/role when the user changes in the user info panel ([\#7099](https://github.com/matrix-org/matrix-react-sdk/pull/7099)). Fixes vector-im/element-web#19666 and vector-im/element-web#19666. Contributed by @SimonBrandner.
38+
* Fix avatar disappearing when setting a room topic ([\#7092](https://github.com/matrix-org/matrix-react-sdk/pull/7092)). Fixes vector-im/element-web#19226 and vector-im/element-web#19226. Contributed by @SimonBrandner.
39+
* Fix possible infinite loop on widget start ([\#7071](https://github.com/matrix-org/matrix-react-sdk/pull/7071)). Fixes vector-im/element-web#15494 and vector-im/element-web#15494.
40+
* Use device IDs for nameless devices in device list ([\#7081](https://github.com/matrix-org/matrix-react-sdk/pull/7081)). Fixes vector-im/element-web#19608 and vector-im/element-web#19608.
41+
* Don't re-sort rooms on no-op RoomUpdateCause.PossibleTagChange ([\#7053](https://github.com/matrix-org/matrix-react-sdk/pull/7053)). Contributed by @bradtgmurray.
42+
43+
Changes in [3.35.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.35.0-rc.1) (2021-11-17)
44+
===============================================================================================================
45+
46+
## ✨ Features
47+
* Make double-clicking the PiP take you to the call room ([\#7142](https://github.com/matrix-org/matrix-react-sdk/pull/7142)). Fixes vector-im/element-web#18421 vector-im/element-web#15920 and vector-im/element-web#18421. Contributed by @SimonBrandner.
48+
* Add maximise widget functionality ([\#7098](https://github.com/matrix-org/matrix-react-sdk/pull/7098)). Fixes vector-im/element-web#19619, vector-im/element-web#19621 vector-im/element-web#19760 and vector-im/element-web#19619.
49+
* Add rainfall effect ([\#7086](https://github.com/matrix-org/matrix-react-sdk/pull/7086)). Contributed by @justjosias.
50+
* Add root folder to zip file created by export chat feature ([\#7097](https://github.com/matrix-org/matrix-react-sdk/pull/7097)). Fixes vector-im/element-web#19653 and vector-im/element-web#19653. Contributed by @aaronraimist.
51+
* Improve VoIP UI/UX ([\#7048](https://github.com/matrix-org/matrix-react-sdk/pull/7048)). Fixes vector-im/element-web#19513 and vector-im/element-web#19513. Contributed by @SimonBrandner.
52+
* Unified room context menus ([\#7072](https://github.com/matrix-org/matrix-react-sdk/pull/7072)). Fixes vector-im/element-web#19527 and vector-im/element-web#19527.
53+
* In forgot password screen, show validation errors inline in the form, instead of in modals ([\#7113](https://github.com/matrix-org/matrix-react-sdk/pull/7113)). Contributed by @psrpinto.
54+
* Implement more meta-spaces ([\#7077](https://github.com/matrix-org/matrix-react-sdk/pull/7077)). Fixes vector-im/element-web#18634 vector-im/element-web#17295 and vector-im/element-web#18634.
55+
* Expose power level control for m.space.child ([\#7120](https://github.com/matrix-org/matrix-react-sdk/pull/7120)).
56+
* Forget member-list query when switching out of a room ([\#7093](https://github.com/matrix-org/matrix-react-sdk/pull/7093)). Fixes vector-im/element-web#19432 and vector-im/element-web#19432. Contributed by @SimonBrandner.
57+
* Do pre-submit availability check on username during registration ([\#6978](https://github.com/matrix-org/matrix-react-sdk/pull/6978)). Fixes vector-im/element-web#9545 and vector-im/element-web#9545.
58+
59+
## 🐛 Bug Fixes
60+
* Adjust recovery key button sizes depending on text width ([\#7134](https://github.com/matrix-org/matrix-react-sdk/pull/7134)). Fixes vector-im/element-web#19511 and vector-im/element-web#19511. Contributed by @weeman1337.
61+
* Fix bulk invite button getting a negative count ([\#7122](https://github.com/matrix-org/matrix-react-sdk/pull/7122)). Fixes vector-im/element-web#19466 and vector-im/element-web#19466. Contributed by @renancleyson-dev.
62+
* Fix maximised / pinned widget state being loaded correctly ([\#7146](https://github.com/matrix-org/matrix-react-sdk/pull/7146)). Fixes vector-im/element-web#19768 and vector-im/element-web#19768.
63+
* Don't reload the page when user hits enter when entering ban reason ([\#7145](https://github.com/matrix-org/matrix-react-sdk/pull/7145)). Fixes vector-im/element-web#19763 and vector-im/element-web#19763.
64+
* Fix timeline text when sharing room layout ([\#7140](https://github.com/matrix-org/matrix-react-sdk/pull/7140)). Fixes vector-im/element-web#19622 and vector-im/element-web#19622.
65+
* Fix look of emoji verification ([\#7133](https://github.com/matrix-org/matrix-react-sdk/pull/7133)). Fixes vector-im/element-web#19740 and vector-im/element-web#19740. Contributed by @SimonBrandner.
66+
* Fixes element not remembering widget hidden state per room ([\#7136](https://github.com/matrix-org/matrix-react-sdk/pull/7136)). Fixes vector-im/element-web#16672, matrix-org/element-web-rageshakes#4407, vector-im/element-web#15718 vector-im/element-web#15768 and vector-im/element-web#16672.
67+
* Don't keep spinning if joining space child failed ([\#7129](https://github.com/matrix-org/matrix-react-sdk/pull/7129)). Fixes matrix-org/element-web-rageshakes#6813 and matrix-org/element-web-rageshakes#6813.
68+
* Guard around SpaceStore onAccountData handler prevEvent ([\#7123](https://github.com/matrix-org/matrix-react-sdk/pull/7123)). Fixes vector-im/element-web#19705 and vector-im/element-web#19705.
69+
* Fix missing spaces in threads copy ([\#7119](https://github.com/matrix-org/matrix-react-sdk/pull/7119)). Fixes vector-im/element-web#19702 and vector-im/element-web#19702.
70+
* Fix hover tile border ([\#7117](https://github.com/matrix-org/matrix-react-sdk/pull/7117)). Fixes vector-im/element-web#19698 and vector-im/element-web#19698. Contributed by @SimonBrandner.
71+
* Fix quote button ([\#7096](https://github.com/matrix-org/matrix-react-sdk/pull/7096)). Fixes vector-im/element-web#19659 and vector-im/element-web#19659. Contributed by @SimonBrandner.
72+
* Fix space panel layout edge cases ([\#7101](https://github.com/matrix-org/matrix-react-sdk/pull/7101)). Fixes vector-im/element-web#19668 and vector-im/element-web#19668.
73+
* Update powerlevel/role when the user changes in the user info panel ([\#7099](https://github.com/matrix-org/matrix-react-sdk/pull/7099)). Fixes vector-im/element-web#19666 and vector-im/element-web#19666. Contributed by @SimonBrandner.
74+
* Fix avatar disappearing when setting a room topic ([\#7092](https://github.com/matrix-org/matrix-react-sdk/pull/7092)). Fixes vector-im/element-web#19226 and vector-im/element-web#19226. Contributed by @SimonBrandner.
75+
* Fix possible infinite loop on widget start ([\#7071](https://github.com/matrix-org/matrix-react-sdk/pull/7071)). Fixes vector-im/element-web#15494 and vector-im/element-web#15494.
76+
* Use device IDs for nameless devices in device list ([\#7081](https://github.com/matrix-org/matrix-react-sdk/pull/7081)). Fixes vector-im/element-web#19608 and vector-im/element-web#19608.
77+
* Don't re-sort rooms on no-op RoomUpdateCause.PossibleTagChange ([\#7053](https://github.com/matrix-org/matrix-react-sdk/pull/7053)). Contributed by @bradtgmurray.
78+
179
Changes in [3.34.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v3.34.0) (2021-11-08)
280
=====================================================================================================
381

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-react-sdk",
3-
"version": "3.34.0",
3+
"version": "3.35.1",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {

res/css/_common.scss

+16-17
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ $MessageTimestamp_width_hover: calc($MessageTimestamp_width - 2 * $selected-mess
3030
$slider-dot-size: 1em;
3131
$slider-selection-dot-size: 2.4em;
3232

33+
$container-border-width: 8px;
34+
35+
$timeline-image-border-radius: 8px;
3336
:root {
3437
font-size: 10px;
3538

@@ -74,11 +77,11 @@ pre, code {
7477

7578
.error, .warning,
7679
.text-error, .text-warning {
77-
color: $warning-color;
80+
color: $alert;
7881
}
7982

8083
.text-success {
81-
color: $accent-color;
84+
color: $accent;
8285
}
8386

8487
.text-muted {
@@ -102,7 +105,7 @@ h2 {
102105
a:hover,
103106
a:link,
104107
a:visited {
105-
color: $accent-color-alt;
108+
color: $accent-alt;
106109
}
107110

108111
input[type=text],
@@ -238,17 +241,13 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
238241
//
239242
// They are not used for layout!!
240243
#mx_theme_accentColor {
241-
color: $accent-color;
244+
color: $accent;
242245
}
243246

244247
#mx_theme_secondaryAccentColor {
245248
color: $secondary-accent-color;
246249
}
247250

248-
#mx_theme_tertiaryAccentColor {
249-
color: $tertiary-accent-color;
250-
}
251-
252251
/* Expected z-indexes for dialogs:
253252
4000 - Default wrapper index
254253
4009 - Static dialog background
@@ -364,7 +363,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
364363
}
365364

366365
.mx_Dialog_title.danger {
367-
color: $warning-color;
366+
color: $alert;
368367
}
369368

370369
.mx_Dialog_cancelButton {
@@ -414,8 +413,8 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
414413

415414
// flip colours for the secondary ones
416415
font-weight: 600;
417-
border: 1px solid $accent-color;
418-
color: $accent-color;
416+
border: 1px solid $accent;
417+
color: $accent;
419418
background-color: $button-secondary-bg-color;
420419
font-family: inherit;
421420
}
@@ -443,23 +442,23 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
443442
.mx_Dialog_buttons button.mx_Dialog_primary,
444443
.mx_Dialog_buttons input[type="submit"].mx_Dialog_primary {
445444
color: $accent-fg-color;
446-
background-color: $accent-color;
445+
background-color: $accent;
447446
min-width: 156px;
448447
}
449448

450449
.mx_Dialog button.danger,
451450
.mx_Dialog input[type="submit"].danger,
452451
.mx_Dialog_buttons button.danger,
453452
.mx_Dialog_buttons input[type="submit"].danger {
454-
background-color: $warning-color;
455-
border: solid 1px $warning-color;
453+
background-color: $alert;
454+
border: solid 1px $alert;
456455
color: $accent-fg-color;
457456
}
458457

459458
.mx_Dialog button.warning,
460459
.mx_Dialog input[type="submit"].warning {
461-
border: solid 1px $warning-color;
462-
color: $warning-color;
460+
border: solid 1px $alert;
461+
color: $alert;
463462
}
464463

465464
.mx_Dialog button:not(.mx_Dialog_nonDialogButton):disabled,
@@ -499,7 +498,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
499498

500499
.mx_linkButton {
501500
cursor: pointer;
502-
color: $accent-color;
501+
color: $accent;
503502
}
504503

505504
.mx_TextInputDialog_label {

res/css/_components.scss

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
@import "./structures/_MyGroups.scss";
2323
@import "./structures/_NonUrgentToastContainer.scss";
2424
@import "./structures/_NotificationPanel.scss";
25+
@import "./structures/_QuickSettingsButton.scss";
2526
@import "./structures/_RightPanel.scss";
2627
@import "./structures/_RoomDirectory.scss";
2728
@import "./structures/_RoomSearch.scss";
@@ -182,6 +183,7 @@
182183
@import "./views/messages/_MImageReplyBody.scss";
183184
@import "./views/messages/_MJitsiWidgetEvent.scss";
184185
@import "./views/messages/_MNoticeBody.scss";
186+
@import "./views/messages/_MPollBody.scss";
185187
@import "./views/messages/_MStickerBody.scss";
186188
@import "./views/messages/_MTextBody.scss";
187189
@import "./views/messages/_MVideoBody.scss";
@@ -203,6 +205,7 @@
203205
@import "./views/right_panel/_PinnedMessagesCard.scss";
204206
@import "./views/right_panel/_RoomSummaryCard.scss";
205207
@import "./views/right_panel/_ThreadPanel.scss";
208+
@import "./views/right_panel/_TimelineCard.scss";
206209
@import "./views/right_panel/_UserInfo.scss";
207210
@import "./views/right_panel/_VerificationPanel.scss";
208211
@import "./views/right_panel/_WidgetCard.scss";
@@ -251,6 +254,7 @@
251254
@import "./views/settings/_E2eAdvancedPanel.scss";
252255
@import "./views/settings/_EmailAddresses.scss";
253256
@import "./views/settings/_FontScalingPanel.scss";
257+
@import "./views/settings/_ImageSizePanel.scss";
254258
@import "./views/settings/_IntegrationManager.scss";
255259
@import "./views/settings/_JoinRuleSettings.scss";
256260
@import "./views/settings/_LayoutSwitcher.scss";
@@ -265,6 +269,7 @@
265269
@import "./views/settings/_UpdateCheckButton.scss";
266270
@import "./views/settings/tabs/_SettingsTab.scss";
267271
@import "./views/settings/tabs/room/_GeneralRoomSettingsTab.scss";
272+
@import "./views/settings/tabs/room/_NotificationSettingsTab.scss";
268273
@import "./views/settings/tabs/room/_RolesRoomSettingsTab.scss";
269274
@import "./views/settings/tabs/room/_SecurityRoomSettingsTab.scss";
270275
@import "./views/settings/tabs/user/_AppearanceUserSettingsTab.scss";
@@ -275,6 +280,7 @@
275280
@import "./views/settings/tabs/user/_NotificationUserSettingsTab.scss";
276281
@import "./views/settings/tabs/user/_PreferencesUserSettingsTab.scss";
277282
@import "./views/settings/tabs/user/_SecurityUserSettingsTab.scss";
283+
@import "./views/settings/tabs/user/_SidebarUserSettingsTab.scss";
278284
@import "./views/settings/tabs/user/_VoiceUserSettingsTab.scss";
279285
@import "./views/spaces/_SpaceBasicSettings.scss";
280286
@import "./views/spaces/_SpaceChildrenPicker.scss";

res/css/structures/_ContextualMenu.scss

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ limitations under the License.
3838
position: absolute;
3939
font-size: $font-14px;
4040
z-index: 5001;
41-
contain: content;
4241
}
4342

4443
.mx_ContextualMenu_right {

res/css/structures/_CustomRoomTagPanel.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
.mx_CustomRoomTagPanel .mx_AccessibleButton.CustomRoomTagPanel_tileSelected::before {
4545
content: '';
4646
height: 56px;
47-
background-color: $accent-color-alt;
47+
background-color: $accent-alt;
4848
width: 5px;
4949
position: absolute;
5050
left: -9px;

res/css/structures/_GroupFilterPanel.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ $groupFilterPanelWidth: 56px; // only applies in this file, used for calculation
152152
.mx_GroupFilterPanel .mx_TagTile.mx_TagTile_selected::before {
153153
content: '';
154154
height: 100%;
155-
background-color: $accent-color;
155+
background-color: $accent;
156156
width: 4px;
157157
position: absolute;
158158
left: -12px;
@@ -203,5 +203,5 @@ $groupFilterPanelWidth: 56px; // only applies in this file, used for calculation
203203
}
204204

205205
.mx_TagTile_badgeHighlight {
206-
background-color: $warning-color;
206+
background-color: $alert;
207207
}

res/css/structures/_GroupView.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ limitations under the License.
5656
position: absolute;
5757
height: 20px;
5858
width: 20px;
59-
background-color: $groupheader-button-color;
59+
background-color: $header-panel-text-primary-color;
6060
mask-repeat: no-repeat;
6161
mask-size: contain;
6262
}
@@ -81,13 +81,13 @@ limitations under the License.
8181
}
8282

8383
.mx_GroupView_editable:focus {
84-
border-bottom: 1px solid $accent-color !important;
84+
border-bottom: 1px solid $accent !important;
8585
outline: none;
8686
box-shadow: none;
8787
}
8888

8989
.mx_GroupView_header_isUserMember .mx_GroupView_header_name:hover div:not(.mx_GroupView_editable) {
90-
color: $accent-color;
90+
color: $accent;
9191
cursor: pointer;
9292
}
9393

@@ -229,7 +229,7 @@ limitations under the License.
229229
vertical-align: top;
230230
line-height: $font-24px;
231231
padding-left: 28px;
232-
color: $accent-color;
232+
color: $accent;
233233
}
234234

235235
.mx_GroupView_rooms .mx_RoomDetailList {
@@ -244,7 +244,7 @@ limitations under the License.
244244
}
245245

246246
.mx_GroupView_membershipSection {
247-
color: $greyed-fg-color;
247+
color: $info-plinth-fg-color;
248248
margin-top: 10px;
249249
}
250250

0 commit comments

Comments
 (0)