New right panel visual language (#11664)

* New right panel visual language

* Upgrade Compound

* Align old room header with right panel

* Rigth panel look and feel

* Fix linting and e2e tests

* Update snapshot

* Add test

* Lint

* Remove screenshot local script

* Update snapshots and UI based on feedback

* fix i18n key

* Update right panel visuals

* Fix tests

* lintfixes

* fix tests

* fix tests

* Add tests for search icon

* Fix invite dialog spec
This commit is contained in:
Germain 2023-10-20 14:30:37 +01:00 committed by GitHub
parent a63b99f687
commit f784a085fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 331 additions and 342 deletions

View file

@ -77,36 +77,6 @@ limitations under the License.
}
.mx_MemberList_invite {
flex: 0 0 auto;
position: relative;
background-color: $accent;
border-radius: 4px;
margin: 5px 9px 9px;
display: flex;
justify-content: center;
color: $button-fg-color;
font-weight: var(--cpd-font-weight-semibold);
}
.mx_MemberList_invite.mx_AccessibleButton_disabled {
background-color: $info-plinth-fg-color;
cursor: not-allowed;
}
.mx_MemberList_invite span {
padding: 8px 0;
display: inline-flex;
&::before {
content: "";
display: inline-block;
background-color: $button-fg-color;
mask-image: url("$(res)/img/element-icons/room/invite.svg");
mask-position: center;
mask-repeat: no-repeat;
mask-size: 20px;
width: 20px;
height: 20px;
margin-right: 5px;
}
margin: 0 var(--cpd-space-2x);
width: calc(100% - var(--cpd-space-2x));
}