fix focus on cancel button

pull/3424/head
Matthew Hodgson 2017-03-12 20:13:53 +00:00
parent 4ad825e4fe
commit 0a0293d8fb
1 changed files with 4 additions and 0 deletions

View File

@ -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;