Skip to content

Commit 01aa8a4

Browse files
committed
More cleanup
1 parent 20202ed commit 01aa8a4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/ide/src/fill/dialog.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
.msgbox {
2+
-webkit-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
3+
-moz-box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.75);
4+
box-shadow: 0 12px 16px 0 rgba(29, 64, 126, 0.07);
25
padding-top: 25px;
36
padding-left: 40px;
47
padding-right: 40px;
58
padding-bottom: 25px;
69
border-radius: 8px;
710
text-align: center;
811
background-color: var(--primary);
9-
box-shadow: 0 12px 16px 0 rgba(29, 64, 126, 0.07);
1012
}
1113

1214
.msgbox.input {

packages/vscode/src/dialog.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { FileKind } from "vs/platform/files/common/files";
1515
import { IThemeService } from "vs/platform/theme/common/themeService";
1616
import { workbench } from "./workbench";
1717
import "./dialog.scss";
18-
import { template } from 'vs/base/common/labels';
1918

2019
/**
2120
* Describes the type of dialog to show.

0 commit comments

Comments
 (0)