Skip to content

Commit 2f6d162

Browse files
authored
Fix embedded link background in assistant error messages (#12917)
Fixes the issue where links in error messages (e.g., Bedrock authentication errors) in the Configure Language Model Providers dialog had a white background in some themes, making them unreadable. Adds `background-color: transparent` to the `EmbeddedLink` component's anchor styling.
1 parent 147c781 commit 2f6d162

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/base/browser/ui/positronComponents/embeddedLink/embeddedLink.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
.embedded-link a {
77
color: var(--vscode-textLink-foreground);
8+
background-color: transparent;
89
}

0 commit comments

Comments
 (0)