Focus group description input when editing it
This commit is contained in:
parent
c986a1c644
commit
66d9bb8418
4 changed files with 52 additions and 25 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue