Skip to content

Commit

Permalink
Don't allow dragging or selecting avatar images (microsoft#177929)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz authored Mar 22, 2023
1 parent d3c2dca commit de70fd6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
height: 24px;
border-radius: 50%;
background: var(--vscode-badge-background);
pointer-events: none;
user-select: none;
}

.interactive-list .interactive-item-container .header .avatar .icon {
Expand Down

0 comments on commit de70fd6

Please sign in to comment.