mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix focus on cancel button
This commit is contained in:
parent
4ad825e4fe
commit
0a0293d8fb
@ -193,6 +193,10 @@ textarea {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mx_Dialog_cancelButton object {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.mx_Dialog_content {
|
||||
margin: 24px 58px 68px 0;
|
||||
font-size: 14px;
|
||||
|
Loading…
Reference in New Issue
Block a user