Focus group description input when editing it

This commit is contained in:
Josh Perez 2021-06-02 20:07:37 -04:00 committed by GitHub
parent c986a1c644
commit 66d9bb8418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 52 additions and 25 deletions

View file

@ -2614,21 +2614,19 @@ button.module-conversation-details__action-button {
.module-conversation-details {
&-header {
&__root,
&__root--editable {
&__root {
align-items: center;
background: none;
border: none;
color: inherit;
display: flex;
flex-direction: column;
margin: 0;
outline: inherit;
padding: 0 0 24px 0;
margin: 0 0 24px 0;
text-align: center;
width: 100%;
}
&__root--editable {
@include button-reset();
}
&__root--editable {
cursor: pointer;
}