Remove obsolete style blocks from _MemberInfo.pcss (#10816)

* Remove obsolete style blocks from _MemberInfo.pcss

Deprecated by 2b432b0d82

* Remove obsolete style blocks from _MemberInfo.pcss

Deprecated by fce36ec826
This commit is contained in:
Suguru Hirahara 2023-05-09 08:22:40 +00:00 committed by GitHub
parent f4f2cb19b7
commit 556a36f7d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,42 +115,3 @@ limitations under the License.
margin-left: 8px;
line-height: $font-23px;
}
.mx_MemberInfo_createRoom {
cursor: pointer;
display: flex;
align-items: center;
padding: 0 8px;
}
.mx_MemberInfo_createRoom_label {
width: initial !important;
cursor: pointer;
}
.mx_MemberInfo label {
font-size: $font-13px;
}
.mx_MemberInfo label .mx_MemberInfo_label_text {
display: inline-block;
max-width: 180px;
vertical-align: text-top;
}
.mx_MemberInfo input[type="radio"] {
vertical-align: -2px;
margin-right: 5px;
margin-left: 8px;
}
.mx_MemberInfo_statusMessage {
font-size: $font-11px;
opacity: 0.5;
overflow: hidden;
white-space: nowrap;
text-overflow: clip;
}
.mx_MemberInfo .mx_MemberInfo_scrollContainer {
flex: 1;
}