Merge pull request #766 from Bilb/fix-message-input-disabled-state

fix disabled state of message input on sent friendrequest
pull/763/head
Vince 5 years ago committed by GitHub
commit 7cc4c6b80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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