Prevent thread creation on events with existing relation (#8037)

This commit is contained in:
Germain 2022-03-11 17:51:38 +00:00 committed by GitHub
parent 4b0df21b0a
commit 7508fd975f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 3 deletions

View file

@ -65,6 +65,12 @@ limitations under the License.
.mx_MessageActionBar_maskButton {
width: 28px;
height: 28px;
&:disabled,
&[disabled] {
cursor: not-allowed;
opacity: .75;
}
}
.mx_MessageActionBar_maskButton::after {