Skip to content

Commit eafce5f

Browse files
committed
feat(repo-explorer): added github-like link hover effect for entries
1 parent 7ed7802 commit eafce5f

File tree

1 file changed

+4
-0
lines changed
  • src/features/repo-explorer/components/entries-view

1 file changed

+4
-0
lines changed

src/features/repo-explorer/components/entries-view/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
.origin-link {
7070
margin-left: 12px;
7171
color: var(--clr-text);
72+
&:hover {
73+
text-decoration: underline;
74+
color: #0366d6;
75+
}
7276
}
7377
}
7478
}

0 commit comments

Comments
 (0)