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]),
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}
You can’t perform that action at this time.
0 commit comments