Skip to content

Commit

Permalink
Make filtered responses even less visible (#198551)
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens authored Nov 17, 2023
1 parent a086a83 commit b277683
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/vs/workbench/contrib/chat/browser/media/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,8 @@

.interactive-item-container.filtered-response .value > .rendered-markdown {
pointer-events: none;
filter: blur(1.8px);
-webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.02));
mask-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.02));
-webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0.00) 80%);
mask-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0.00) 80%);
}

/* #region Quick Chat */
Expand Down

0 comments on commit b277683

Please sign in to comment.