fix disabled state of message input on sent friendrequest

pull/766/head
Audric Ackermann 5 years ago
parent 155765b831
commit cc98cec72f
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -457,10 +457,6 @@
resize: none;
font-size: 1em;
font-family: inherit;
&[disabled='disabled'] {
background: $color-light-35;
}
}
.capture-audio {
float: right;

@ -49,7 +49,7 @@ body.dark-theme {
outline: 0;
&[disabled='disabled'] {
background: $color-light-90;
cursor: not-allowed;
}
}
}

Loading…
Cancel
Save