mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-26 11:26:56 +01:00
Filtered blur shouldn't apply to info message (#195848)
This commit is contained in:
@@ -362,7 +362,7 @@
|
||||
color: var(--vscode-icon-foreground) !important;
|
||||
}
|
||||
|
||||
.interactive-item-container.filtered-response .value .rendered-markdown {
|
||||
.interactive-item-container.filtered-response .value > .rendered-markdown {
|
||||
-webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.05));
|
||||
mask-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.05));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user