mirror of https://github.com/vector-im/riot-web
fix focus on cancel button
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