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; resize: none;
font-size: 1em; font-size: 1em;
font-family: inherit; font-family: inherit;
&[disabled='disabled'] {
background: $color-light-35;
}
} }
.capture-audio { .capture-audio {
float: right; float: right;

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

Loading…
Cancel
Save