Skip to content

Commit c8aed5e

Browse files
authored
Merge pull request microsoft#218218 from microsoft/ddossett/'
Use link decoration in ports view
2 parents 8f00f67 + 9191f5d commit c8aed5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/workbench/contrib/remote/browser/media/tunnelView.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
margin-top: -40px;
4545
}
4646

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+
4752
.ports-view .monaco-list .monaco-list-row .ports-view-actionbar-cell .ports-view-actionbar-cell-localaddress:hover {
4853
text-decoration: underline;
4954
}

0 commit comments

Comments
 (0)