Skip to content

Commit 1088b76

Browse files
authored
Merge pull request microsoft#218226 from microsoft/ddossett/individual-ant
Opt in to link underlines in hover status bar actions
2 parents e076510 + 9b81d8a commit 1088b76

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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;

src/vs/workbench/contrib/languageStatus/browser/media/languageStatus.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
.monaco-workbench .hover-language-status > .element .right .monaco-link {
114114
margin: auto 0;
115115
white-space: nowrap;
116+
text-decoration: var(--text-link-decoration);
116117
}
117118

118119
.monaco-workbench .hover-language-status > .element .right .monaco-action-bar:not(:first-child) {

0 commit comments

Comments
 (0)