Skip to content

Commit d5197c0

Browse files
committed
Adds bitbucket issue icon to graph next
1 parent 8a6018a commit d5197c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,13 @@ button:not([disabled]),
878878
@include iconUtils.codicon('issues');
879879
}
880880
}
881+
882+
&--issue-bitbucket {
883+
&::before {
884+
font-family: codicon;
885+
@include iconUtils.codicon('issues');
886+
}
887+
}
881888
}
882889

883890
// header - move to graph.css.ts

0 commit comments

Comments
 (0)