@@ -76,7 +76,7 @@ function CommitLink({inline, commitId, repository}: Props) {
{shortId}
</Button>
) : (
- <ExternalLink className="inline-commit" href={commitUrl}>
+ <ExternalLink href={commitUrl}>
{providerData.icon}
{' ' + shortId}
</ExternalLink>
@@ -87,21 +87,6 @@
}
-/**
-* Commit Activity
-* TODO(billy): Move this to relevant components
-* (This used to be nested under `.activity-item` which is now a styled component)
-* ============================================================================
-*/
-.inline-commit {
- color: @60;
- padding-left: 3px;
-
- &:hover {
- color: @80;
- }
-}
/**
* Event Details
* ============================================================================