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.
2 parents 8f00f67 + 9191f5d commit c8aed5eCopy full SHA for c8aed5e
src/vs/workbench/contrib/remote/browser/media/tunnelView.css
@@ -44,6 +44,11 @@
44
margin-top: -40px;
45
}
46
47
+.ports-view .monaco-list .monaco-list-row .ports-view-actionbar-cell .ports-view-actionbar-cell-localaddress {
48
+ color: var(--vscode-textLink-foreground);
49
+ text-decoration: var(--text-link-decoration);
50
+}
51
+
52
.ports-view .monaco-list .monaco-list-row .ports-view-actionbar-cell .ports-view-actionbar-cell-localaddress:hover {
53
text-decoration: underline;
54
0 commit comments