Skip to content

Commit d590d98

Browse files
authored
Merge branch 'main' into deps-102
2 parents 467269d + afc25c5 commit d590d98

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

templates/repo/wiki/pages.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</span>
1212
</h2>
1313
{{if $.Permission.IsAdmin}}<div>{{ctx.Locale.Tr "repo.default_branch"}}: {{.Repository.DefaultWikiBranch}}</div>{{end}}
14-
<table class="ui table wiki-pages-list">
14+
<table class="ui table selectable wiki-pages-list">
1515
<tbody>
1616
{{range .Pages}}
1717
<tr>

web_src/css/repo/wiki.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
.repository.wiki .wiki-pages-list tr:hover {
2-
background-color: var(--color-hover);
3-
}
4-
51
.repository.wiki .wiki-pages-list .wiki-git-entry {
62
margin-left: 10px;
73
display: none;

0 commit comments

Comments
 (0)