Filtered blur shouldn't apply to info message (#195848)

This commit is contained in:
Rob Lourens
2023-10-18 02:18:05 +02:00
committed by GitHub
parent e5b7340d18
commit 070fd9bbae
@@ -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));
}