We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7af33 commit 706773bCopy full SHA for 706773b
src/vs/editor/contrib/referenceSearch/browser/referencesWidget.css
@@ -9,6 +9,10 @@
9
border-bottom-width: 1px;
10
}
11
12
+.monaco-editor .reference-zone-widget.zone-widget-arrow.below {
13
+ background: transparent;
14
+}
15
+
16
.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget.results-loaded {
17
-webkit-transition: height 100ms ease-in;
18
transition: height 100ms ease-in;
0 commit comments