File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/webviews/apps/plus/graph Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -847,14 +847,14 @@ button:not([disabled]),
847
847
& --issue-github {
848
848
& ::before {
849
849
font-family : codicon;
850
- @include iconUtils .codicon (' github-inverted ' );
850
+ @include iconUtils .codicon (' issues ' );
851
851
}
852
852
}
853
853
854
854
& --issue-gitlab {
855
855
& ::before {
856
- font-family : ' glicons ' ;
857
- @include iconUtils .glicon ( ' provider-gitlab ' );
856
+ font-family : codicon ;
857
+ @include iconUtils .codicon ( ' issues ' );
858
858
}
859
859
}
860
860
@@ -867,8 +867,8 @@ button:not([disabled]),
867
867
868
868
& --issue-azureDevops {
869
869
& ::before {
870
- font-family : ' glicons ' ;
871
- @include iconUtils .glicon ( ' provider-azdo ' );
870
+ font-family : codicon ;
871
+ @include iconUtils .codicon ( ' issues ' );
872
872
}
873
873
}
874
874
}
You can’t perform that action at this time.
0 commit comments