Unverified Commit 4865ee82 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #1331 from hypothesis/unlink-edited-timestamp

Do not link last-edited timestamp to annotation single view
parents 53e55e99 ff707db3
......@@ -44,7 +44,6 @@ function AnnotationHeader({
(edited{' '}
<Timestamp
className="annotation-header__timestamp-edited-link"
href={annotationLink}
timestamp={annotation.updated}
/>
){' '}
......
......@@ -21,8 +21,7 @@
color: $grey-4;
}
&__timestamp-created-link,
&__timestamp-edited-link {
&__timestamp-created-link {
&:hover {
text-decoration: underline;
}
......@@ -32,10 +31,6 @@
color: $grey-5;
}
&__timestamp-edited-link {
color: $grey-4;
}
&__highlight {
margin-right: 5px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment