Skip to content

Commit 5d93c30

Browse files
committed
feat(repo-explorer): fixed css lint error
1 parent 1b0c778 commit 5d93c30

File tree

1 file changed

+2
-1
lines changed
  • src/features/repo-explorer/components/entries-view

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@
6969
.origin-link {
7070
margin-left: 12px;
7171
color: var(--clr-text);
72+
7273
&:hover {
73-
text-decoration: underline;
7474
color: #0366d6;
75+
text-decoration: underline;
7576
}
7677
}
7778
}

0 commit comments

Comments
 (0)