Skip to content

Commit

Permalink
Fix incorrect hover colouring for anchors in revisions tab
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Mar 18, 2024
1 parent 633adea commit 23ef6b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/repositories.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
border: 0;
}

a {
color: #fff;
.rev {
a {
color: #fff;
}
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
Expand Down
2 changes: 1 addition & 1 deletion app/views/repositories/show.haml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
%tr
%td
= @count += 1
%td
%td.rev
%a{href: "#{commit_url(r.sha)}", target: "_blank"}= r.sha_brief
%td
- user = user_by_github(r.author_name)
Expand Down

0 comments on commit 23ef6b3

Please sign in to comment.