Skip to content

Commit

Permalink
Narrow scope of cursor pointer to not apply to disabled toobar items …
Browse files Browse the repository at this point in the history
…in the comment title bar
  • Loading branch information
chrmarti committed Nov 26, 2024
1 parent 01d08ef commit 94fefa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/comments/browser/media/review.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
background-color: var(--vscode-statusBarItem-activeBackground);
border: 1px solid transparent;
}
.review-widget .body .review-comment .review-comment-contents a {
.review-widget .body .review-comment .review-comment-contents .comment-body a {
cursor: pointer;
}

Expand Down

0 comments on commit 94fefa2

Please sign in to comment.