Skip to content

Commit

Permalink
Reverted changes because of go-gitea#14339.
Browse files Browse the repository at this point in the history
  • Loading branch information
KN4CK3R committed Jan 17, 2021
1 parent 7e9beb1 commit 41e8279
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion templates/repo/issue/view_content/context_menu.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{else}}
<div class="item context clipboard" data-clipboard-text="{{Printf "%s%s/pulls/%d/files#%s" AppUrl .ctx.Repository.FullName .ctx.Issue.Index .item.HashTag}}">{{.ctx.i18n.Tr "repo.issues.context.copy_link"}}</div>
{{end}}
{{if not .DisableQuote}}<div class="item context quote-reply {{if .diff}}quote-reply-diff{{end}}" data-target="{{.item.ID}}">{{.ctx.i18n.Tr "repo.issues.context.quote_reply"}}</div>{{end}}
<div class="item context quote-reply {{if .diff}}quote-reply-diff{{end}}" data-target="{{.item.ID}}">{{.ctx.i18n.Tr "repo.issues.context.quote_reply"}}</div>
<div class="item context show-modal-button reference-issue" data-modal="#reference-issue-modal-{{.item.HashTag}}">{{.ctx.i18n.Tr "repo.issues.context.reference_issue"}}</div>
{{if or .ctx.Permission.IsAdmin .IsCommentPoster .ctx.HasIssuesOrPullsWritePermission}}
<div class="divider"></div>
Expand Down
1 change: 1 addition & 0 deletions web_src/fomantic/build/semantic.css
Original file line number Diff line number Diff line change
Expand Up @@ -7212,6 +7212,7 @@ a.inverted.ui.card:hover,

.ui.comments {
margin: 1.5em 0;
max-width: 650px;
}

.ui.comments:first-child {
Expand Down
13 changes: 0 additions & 13 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -2549,19 +2549,6 @@
margin-left: .25rem;
}

.comment-header-right {
float: right;
color: var(--color-text-light-2);

a {
color: var(--color-text);
}

a:hover {
color: var(--color-primary);
}
}

.comment-body {
background: var(--color-box-body);
border: none !important;
Expand Down

0 comments on commit 41e8279

Please sign in to comment.