Simplify button logic and enable button updates for custom dialogs (#1283)

This commit is contained in:
Matt Irvine
2018-04-27 16:29:18 -07:00
committed by GitHub
parent 886717d330
commit 24e8c20511
11 changed files with 119 additions and 72 deletions

View File

@@ -23,6 +23,6 @@
height: 100%;
}
.dialogModal-pane.dialogModal-hidden {
.dialogModal-hidden {
display: none;
}