Skip to content

Commit 4da4653

Browse files
authored
Use descriptive reaction hover on whole comment reaction, not just count (microsoft#203421)
Fixes microsoft/vscode-pull-request-github#978
1 parent a87e69f commit 4da4653

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/comments/browser/reactionsAction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export class ReactionActionViewItem extends ActionViewItem {
4848
const reactionIcon = dom.append(this.label, dom.$('.reaction-icon'));
4949
const uri = URI.revive(action.icon);
5050
reactionIcon.style.backgroundImage = dom.asCSSUrl(uri);
51-
reactionIcon.title = action.label;
5251
}
5352
if (action.count) {
5453
const reactionCount = dom.append(this.label, dom.$('span.reaction-count'));

0 commit comments

Comments
 (0)