File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 74
74
<button id="new-pull-request" class="ui compact basic button tooltip" data-content="{{if .PullRequestCtx.Allowed}}{{.locale.Tr "repo.pulls.compare_changes"}}{{else}}{{.locale.Tr "action.compare_branch"}}{{end}}"><span class="text">{{svg "octicon-git-pull-request"}}</span></button>
75
75
</a>
76
76
{{end}}
77
- <a href="{{.Repository.Link}}/find/{{.BranchNameSubURL}}" class="ui compact basic button tooltip" data-content=" {{.locale.Tr "repo.find_file.go_to_file"}}">{{svg "octicon-file-moved" 15 }}</a>
77
+ <a href="{{.Repository.Link}}/find/{{.BranchNameSubURL}}" class="ui compact basic button"> {{.locale.Tr "repo.find_file.go_to_file"}}</a>
78
78
{{end}}
79
79
{{if or .CanAddFile .CanUploadFile}}
80
80
<button class="ui basic small compact dropdown jump icon button mr-2"{{if not .Repository.CanEnableEditor}} disabled{{end}}>
Original file line number Diff line number Diff line change 2804
2804
margin-top : 10px ;
2805
2805
}
2806
2806
2807
+ .repo-button-row .dropdown > .dropdown.icon {
2808
+ margin-left : .25rem !important ;
2809
+ margin-right : 0 !important ;
2810
+ }
2811
+
2807
2812
.wiki .repo-button-row {
2808
2813
margin-bottom : 0 ;
2809
2814
}
You can’t perform that action at this time.
0 commit comments