Merge pull request #1863 from matrix-org/dbkr/bug_report_dialog_basedialog

Fix UX issues with bug report dialog
This commit is contained in:
Luke Barnard
2018-04-30 17:56:19 +01:00
committed by GitHub
7 changed files with 116 additions and 76 deletions
+1
View File
@@ -250,6 +250,7 @@ textarea {
.mx_Dialog button.danger, .mx_Dialog input[type="submit"].danger {
background-color: $warning-color;
border: solid 1px $warning-color;
color: $accent-fg-color;
}
.mx_Dialog button:disabled, .mx_Dialog input[type="submit"]:disabled {