We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee14071 commit 7121556Copy full SHA for 7121556
templates/repo/view_list.tmpl
@@ -5,7 +5,7 @@
5
<div>{{if and .LatestCommit .LatestCommit.Committer}}{{DateUtils.TimeSince .LatestCommit.Committer.When}}{{end}}</div>
6
</div>
7
{{if .HasParentPath}}
8
- <a class="repo-file-line parent-link muted" href="{{.BranchLink}}{{if .ParentPath}}{{PathEscapeSegments .ParentPath}}{{end}}">
+ <a class="repo-file-line parent-link silenced" href="{{.BranchLink}}{{if .ParentPath}}{{PathEscapeSegments .ParentPath}}{{end}}">
9
{{svg "octicon-file-directory-fill"}} ..
10
</a>
11
{{end}}
web_src/css/repo/home-file-list.css
@@ -105,5 +105,4 @@
105
106
#repo-files-table .parent-link {
107
width: 100%;
108
- text-decoration-line: none;
109
}
0 commit comments