Skip to content

Commit

Permalink
remove one colon from double colon in the code
Browse files Browse the repository at this point in the history
Signed-off-by: kpge <[email protected]>
  • Loading branch information
kpge authored and akosyakov committed Jul 16, 2019
1 parent e830fbc commit da653c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-ext/src/main/browser/view/view-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class ViewRegistry {
}
const iconClass = 'plugin-view-container-icon-' + viewsContainer.id;
this.style.insertRule('.' + iconClass, () => `
mask: : url('${viewsContainer.iconUrl}') no-repeat 50% 50%;
mask: url('${viewsContainer.iconUrl}') no-repeat 50% 50%;
-webkit-mask: url('${viewsContainer.iconUrl}') no-repeat 50% 50%;
`);

Expand Down

0 comments on commit da653c2

Please sign in to comment.