Fix message box "Cancel" button not hidden

Fixes #559.
This commit is contained in:
Oliver Hamlet
2016-04-08 21:44:45 +01:00
parent a2f9be0aa9
commit c5b75df129
@@ -27,6 +27,9 @@ was pressed.
margin: 24px 40px;
max-width: 50%;
}
[hidden] {
display: none;
}
</style>
<paper-dialog id="dialog"
entry-animation="fade-in-animation"