Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use underline for commit/issue/patch teaser links
Rūdolfs Ošiņš committed 3 years ago
commit 2b25533b582b8373138bae6cbd287f22424f5180
parent d54889cea1c478f0001c54c46fa933e3db27649f
3 files changed +3 -3
modified src/views/projects/Commit/CommitTeaser.svelte
@@ -43,7 +43,7 @@
    font-size: var(--font-size-small);
  }
  .summary:hover {
-
    color: var(--color-secondary);
+
    text-decoration: underline;
  }
  .browse {
    display: flex;
modified src/views/projects/Issue/IssueTeaser.svelte
@@ -54,7 +54,7 @@
    cursor: pointer;
  }
  .issue-title:hover {
-
    color: var(--color-secondary);
+
    text-decoration: underline;
  }
  .comment-count {
    display: flex;
modified src/views/projects/Patch/PatchTeaser.svelte
@@ -58,7 +58,7 @@
    white-space: nowrap;
  }
  .patch-title:hover {
-
    color: var(--color-secondary);
+
    text-decoration: underline;
  }
  .comment-count {
    align-items: center;