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