Skip to content

Commit

Permalink
Merge pull request microsoft#195409 from RobbyCBennett/main
Browse files Browse the repository at this point in the history
make gotoErrorWidget styling of relatedInformation more consistent with that of markerHoverParticipant
  • Loading branch information
jrieken authored Dec 4, 2023
2 parents b04250d + 0feb1e2 commit 6ff9636
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,10 @@
/** Hack to force underline to show **/
border-bottom: 1px solid transparent;
text-underline-position: under;
color: var(--vscode-textLink-foreground);
}

.monaco-editor .marker-widget .descriptioncontainer .message a.code-link > span {
color: var(--vscode-textLink-activeForeground);
}

.monaco-editor .marker-widget .descriptioncontainer .filename {
cursor: pointer;
color: var(--vscode-textLink-activeForeground);
}

0 comments on commit 6ff9636

Please sign in to comment.