Merge pull request #5870 from matrix-org/travis/voice/disable-composer

Properly disable composer access when recording a voice message
This commit is contained in:
Travis Ralston 2021-04-16 07:36:53 -06:00 committed by GitHub
commit 7878e1cd57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 112 additions and 23 deletions

View file

@ -68,8 +68,8 @@ limitations under the License.
}
&.mx_BasicMessageComposer_input_disabled {
// Ignore all user input to avoid accidentally triggering the composer
pointer-events: none;
cursor: not-allowed;
}
}