提交 558e3628 编写于 作者: B Benjamin Pasero

debt - do not reference workbench from base

cc @sbatten
上级 12b7c6ee
......@@ -135,7 +135,7 @@
transition-property: width;
}
#monaco-workbench-pane-drop-overlay {
#monaco-pane-drop-overlay {
position: absolute;
z-index: 10000;
width: 100%;
......@@ -144,7 +144,7 @@
box-sizing: border-box;
}
#monaco-workbench-pane-drop-overlay > .pane-overlay-indicator {
#monaco-pane-drop-overlay > .pane-overlay-indicator {
position: absolute;
width: 100%;
height: 100%;
......@@ -155,6 +155,6 @@
transition: opacity 150ms ease-out;
}
#monaco-workbench-pane-drop-overlay > .pane-overlay-indicator.overlay-move-transition {
#monaco-pane-drop-overlay > .pane-overlay-indicator.overlay-move-transition {
transition: top 70ms ease-out, left 70ms ease-out, width 70ms ease-out, height 70ms ease-out, opacity 150ms ease-out;
}
......@@ -640,7 +640,7 @@ type BoundingRect = { top: number, left: number, bottom: number, right: number }
class ViewPaneDropOverlay extends Themable {
private static readonly OVERLAY_ID = 'monaco-workbench-pane-drop-overlay';
private static readonly OVERLAY_ID = 'monaco-pane-drop-overlay';
private container!: HTMLElement;
private overlay!: HTMLElement;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册