Skip to content

Fix/redesign dialogs #629

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
More cleanup
  • Loading branch information
nol166 committed May 2, 2019
commit 01aa8a41583309384d768a2f9968c967a0cf0fc6
4 changes: 3 additions & 1 deletion packages/ide/src/fill/dialog.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.msgbox {
-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
box-shadow: 0 12px 16px 0 rgba(29, 64, 126, 0.07);
padding-top: 25px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 25px;
border-radius: 8px;
text-align: center;
background-color: var(--primary);
box-shadow: 0 12px 16px 0 rgba(29, 64, 126, 0.07);
}

.msgbox.input {
Expand Down
1 change: 0 additions & 1 deletion packages/vscode/src/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { FileKind } from "vs/platform/files/common/files";
import { IThemeService } from "vs/platform/theme/common/themeService";
import { workbench } from "./workbench";
import "./dialog.scss";
import { template } from 'vs/base/common/labels';

/**
* Describes the type of dialog to show.
Expand Down