Skip to content

Commit 1ab0dbf

Browse files
committed
Opt in to link underlines in hover status bar actions
1 parent 3d4f7d7 commit 1ab0dbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/base/browser/ui/hover/hoverWidget.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
padding-right: 4px;
135135
}
136136

137+
.monaco-hover .hover-row.status-bar .actions .action-container a {
138+
color: var(--vscode-textLink-foreground);
139+
text-decoration: var(--text-link-decoration);
140+
}
141+
137142
.monaco-hover .markdown-hover .hover-contents .codicon {
138143
color: inherit;
139144
font-size: inherit;

0 commit comments

Comments
 (0)