Skip to content

Commit 9394e57

Browse files
committed
1 parent 635fc32 commit 9394e57

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/vs/workbench/browser/media/part.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@
1010

1111
.monaco-workbench .part > .drop-block-overlay.visible {
1212
visibility: visible;
13-
opacity: 1;
1413
}
1514

1615
.monaco-workbench .part > .drop-block-overlay {
1716
position: absolute;
1817
top: 0;
1918
width: 100%;
2019
height: 100%;
21-
backdrop-filter: brightness(97%) blur(2px);
2220
visibility: hidden;
2321
opacity: 0;
24-
transition: opacity .5s, visibility .5s;
2522
z-index: 10;
2623
}
2724

0 commit comments

Comments
 (0)