Skip to content

Commit 74ad6ec

Browse files
Updates graph issue icons for hosting providers
1 parent da3a3fa commit 74ad6ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/webviews/apps/plus/graph/graph.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -847,14 +847,14 @@ button:not([disabled]),
847847
&--issue-github {
848848
&::before {
849849
font-family: codicon;
850-
@include iconUtils.codicon('github-inverted');
850+
@include iconUtils.codicon('issues');
851851
}
852852
}
853853

854854
&--issue-gitlab {
855855
&::before {
856-
font-family: 'glicons';
857-
@include iconUtils.glicon('provider-gitlab');
856+
font-family: codicon;
857+
@include iconUtils.codicon('issues');
858858
}
859859
}
860860

@@ -867,8 +867,8 @@ button:not([disabled]),
867867

868868
&--issue-azureDevops {
869869
&::before {
870-
font-family: 'glicons';
871-
@include iconUtils.glicon('provider-azdo');
870+
font-family: codicon;
871+
@include iconUtils.codicon('issues');
872872
}
873873
}
874874
}

0 commit comments

Comments
 (0)