Skip to content

Commit cfff211

Browse files
committed
Updates glicon character codes with custom properties
1 parent 604aa19 commit cfff211

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
@@ -637,22 +637,22 @@ button:not([disabled]),
637637
&::before {
638638
// glicon-provider-gitlab
639639
font-family: 'glicons';
640-
content: '\f123';
640+
content: var(--gl-glicon-provider-github-content);
641641
}
642642
}
643643
&--remote-bitbucket,
644644
&--remote-bitbucketServer {
645645
&::before {
646646
// glicon-provider-bitbucket
647647
font-family: 'glicons';
648-
content: '\f11f';
648+
content: var(--gl-glicon-provider-bitbucket-content);
649649
}
650650
}
651651
&--remote-azureDevops {
652652
&::before {
653653
// glicon-provider-azdo
654654
font-family: 'glicons';
655-
content: '\f11e';
655+
content: var(--gl-glicon-provider-azdo-content);
656656
}
657657
}
658658
&--tag {
@@ -775,7 +775,7 @@ button:not([disabled]),
775775
&::before {
776776
// glicon-graph
777777
font-family: glicons;
778-
content: '\f102';
778+
content: var(--gl-glicon-graph-content);
779779
}
780780
}
781781

@@ -801,7 +801,7 @@ button:not([disabled]),
801801
&::before {
802802
// glicon-clock
803803
font-family: glicons;
804-
content: '\f11d';
804+
content: var(--gl-glicon-clock-content);
805805
}
806806
}
807807

0 commit comments

Comments
 (0)