mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 15:55:15 +01:00
fix #128770.
This commit is contained in:
@@ -49,7 +49,7 @@ export class ReactionActionViewItem extends ActionViewItem {
|
||||
let reactionIcon = dom.append(this.label, dom.$('.reaction-icon'));
|
||||
reactionIcon.style.display = '';
|
||||
let uri = URI.revive(action.icon);
|
||||
reactionIcon.style.backgroundImage = `url('${uri}')`;
|
||||
reactionIcon.style.backgroundImage = dom.asCSSUrl(uri);
|
||||
reactionIcon.title = action.label;
|
||||
}
|
||||
if (action.count) {
|
||||
|
||||
Reference in New Issue
Block a user