Skip to content

Commit

Permalink
Hide unnecessary "Readme" link from repositories
Browse files Browse the repository at this point in the history
Closes #3580
  • Loading branch information
fregante committed Sep 25, 2020
1 parent ee04d7f commit 47a2849
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/features/toggle-files-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@
.rgh-files-hidden .file-wrap {
border: none;
}

/* Hide "Readme" link made unnecessary by this feature #3580 */
h3.sr-only + .mt-3 .muted-link[href='#readme'] {
display: none;
}

0 comments on commit 47a2849

Please sign in to comment.