Skip to content

Commit edc8ab8

Browse files
committed
Make edit button transparent
1 parent b3f8088 commit edc8ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/wiki/view.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<div class="column" style="padding-top: 0;">
6969
<div class="ui segment">
7070
{{if and .CanWriteWiki (not .Repository.IsMirror)}}
71-
<a class="ui label right floated" href="{{.RepoLink}}/wiki/_Sidebar/_edit" aria-label="{{.i18n.Tr "repo.wiki.edit_page_button"}}">{{svg "octicon-pencil"}}</a>
71+
<a class="ui right floated muted" href="{{.RepoLink}}/wiki/_Sidebar/_edit" aria-label="{{.i18n.Tr "repo.wiki.edit_page_button"}}">{{svg "octicon-pencil"}}</a>
7272
{{end}}
7373
{{.sidebarContent | Str2html}}
7474
</div>
@@ -78,7 +78,7 @@
7878
{{if .footerPresent}}
7979
<div class="ui segment">
8080
{{if and .CanWriteWiki (not .Repository.IsMirror)}}
81-
<a class="ui label right floated" href="{{.RepoLink}}/wiki/_Footer/_edit" aria-label="{{.i18n.Tr "repo.wiki.edit_page_button"}}">{{svg "octicon-pencil"}}</a>
81+
<a class="ui right floated muted" href="{{.RepoLink}}/wiki/_Footer/_edit" aria-label="{{.i18n.Tr "repo.wiki.edit_page_button"}}">{{svg "octicon-pencil"}}</a>
8282
{{end}}
8383
{{.footerContent | Str2html}}
8484
</div>

0 commit comments

Comments
 (0)