File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 110
110
{{$isExpandable := or (gt $file.Addition 0) (gt $file.Deletion 0) $file.IsBin}}
111
111
{{$isReviewFile := and $.IsSigned $.PageIsPullFiles (not $.IsArchived) $.IsShowingAllCommits}}
112
112
<div class="diff-file-box diff-box file-content {{TabSizeClass $.Editorconfig $file.Name}} gt-mt-0" id="diff-{{$file.NameHash}}" data-old-filename="{{$file.OldName}}" data-new-filename="{{$file.Name}}" {{if or ($file.ShouldBeHidden) (not $isExpandable)}}data-folded="true"{{end}}>
113
- <h4 class="diff-file-header sticky-2nd-row ui top attached normal header tw-flex tw-items-center tw-justify-between tw-flex-wrap">
113
+ <h4 class="diff-file-header sticky-2nd-row ui top attached header tw-font-normal tw-flex tw-items-center tw-justify-between tw-flex-wrap">
114
114
<div class="diff-file-name tw-flex tw-items-center gt-gap-2 tw-flex-wrap">
115
115
<button class="fold-file btn interact-bg gt-p-2{{if not $isExpandable}} tw-invisible{{end}}">
116
116
{{if $file.ShouldBeHidden}}
218
218
219
219
{{if .Diff.IsIncomplete}}
220
220
<div class="diff-file-box diff-box file-content gt-mt-3" id="diff-incomplete">
221
- <h4 class="ui top attached normal header tw-flex tw-items-center tw-justify-between">
221
+ <h4 class="ui top attached header tw-font-normal tw-flex tw-items-center tw-justify-between">
222
222
{{ctx.Locale.Tr "repo.diff.too_many_files"}}
223
223
<a class="ui basic tiny button" id="diff-show-more-files" data-href="?skip-to={{.Diff.End}}&file-only=true">{{ctx.Locale.Tr "repo.diff.show_more"}}</a>
224
224
</h4>
Original file line number Diff line number Diff line change 12
12
{{range $result := .SearchResults}}
13
13
{{$repo := or $.Repo (index $.RepoMaps .RepoID)}}
14
14
<div class="diff-file-box diff-box file-content non-diff-file-content repo-search-result">
15
- <h4 class="ui top attached normal header tw-flex tw-flex-wrap">
15
+ <h4 class="ui top attached header tw-font-normal tw-flex tw-flex-wrap">
16
16
{{if not $.Repo}}
17
17
<span class="file tw-flex-1">
18
18
<a rel="nofollow" href="{{$repo.Link}}">{{$repo.FullName}}</a>
Original file line number Diff line number Diff line change @@ -154,10 +154,6 @@ h4.ui.header .sub.header {
154
154
border-color : var (--color-warning-border ) !important ;
155
155
}
156
156
157
- .ui .normal .header {
158
- font-weight : var (--font-weight-normal );
159
- }
160
-
161
157
.attention-header {
162
158
padding : 0.5em 0.75em !important ;
163
159
color : var (--color-text ) !important ;
You can’t perform that action at this time.
0 commit comments