File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1616 {{range .Pages}}
1717 <tr>
1818 <td>
19- {{if .IsDir}}{{svg "octicon-file-directory"}}{{else}}{{svg "octicon-file"}}{{end}}
19+ {{if .IsDir}}{{svg "octicon-file-directory-fill "}}{{else}}{{svg "octicon-file"}}{{end}}
2020 <a href="{{$.RepoLink}}/wiki/{{.SubURL}}{{if .IsDir}}?action=_pages{{end}}">{{.Name}}</a>
2121 <a class="wiki-git-entry" href="{{$.RepoLink}}/wiki/{{.SubURL}}{{if .IsDir}}?action=_pages{{end}}" data-tooltip-content="{{ctx.Locale.Tr "repo.wiki.original_git_entry_tooltip"}}">{{svg "octicon-chevron-right"}}</a>
2222 </td>
Original file line number Diff line number Diff line change 1111 display : inline-block;
1212}
1313
14+ .repository .wiki .wiki-pages-list .svg .octicon-file-directory-fill {
15+ color : var (--color-primary );
16+ }
17+
1418.repository .wiki .markup {
1519 overflow : visible;
1620}
You can’t perform that action at this time.
0 commit comments