Merge branch 'master' into feature/support-multiple-windows-win10

This commit is contained in:
Austin Warren
2019-07-17 17:30:11 -07:00
committed by GitHub
7 changed files with 17 additions and 11 deletions

View File

@@ -16,6 +16,12 @@ body {
display: none;
}
.btn {
& > svg {
pointer-events: none;
}
}
.form-line {
display: flex;
border-top: 1px solid rgba(0, 0, 0, 0.2);