File tree 12 files changed +35
-37
lines changed 12 files changed +35
-37
lines changed Original file line number Diff line number Diff line change 11
11
<div class="ui top attached header comment-header df ac sb">
12
12
<div class="comment-header-left df ac">
13
13
{{if .OriginalAuthor}}
14
- <span class="text black mr-2">
14
+ <span class="text black bold mr-2">
15
15
{{svg (MigrationIcon $.root.Repository.GetOriginalURLHostname)}}
16
16
{{.OriginalAuthor}}
17
17
</span>
Original file line number Diff line number Diff line change 30
30
<div class="ui top attached header comment-header df ac sb">
31
31
<div class="comment-header-left df ac">
32
32
{{if .Issue.OriginalAuthor}}
33
- <span class="text black">
33
+ <span class="text black bold ">
34
34
{{svg (MigrationIcon .Repository.GetOriginalURLHostname)}}
35
35
{{.Issue.OriginalAuthor}}
36
36
</span>
45
45
{{avatar .Issue.Poster}}
46
46
</a>
47
47
<span class="text grey">
48
- <a class="author"{{if gt .Issue.Poster.ID 0}} href="{{.Issue.Poster.HomeLink}}"{{end}}>{{ .Issue.Poster.GetDisplayName}}</a>
48
+ {{template "shared/user/authorlink" .Issue.Poster}}
49
49
{{.locale.Tr "repo.issues.commented_at" (.Issue.HashTag|Escape) $createdStr | Safe}}
50
50
</span>
51
51
{{end}}
Original file line number Diff line number Diff line change 25
25
<div class="ui top attached header comment-header df ac sb">
26
26
<div class="comment-header-left df ac">
27
27
{{if .OriginalAuthor}}
28
- <span class="text black mr-2">
28
+ <span class="text black bold mr-2">
29
29
{{svg (MigrationIcon $.Repository.GetOriginalURLHostname)}}
30
30
{{.OriginalAuthor}}
31
31
</span>
42
42
</a>
43
43
{{end}}
44
44
<span class="text grey">
45
- <a class="author"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
46
- {{.Poster.GetDisplayName}}
47
- </a>
45
+ {{template "shared/user/authorlink" .Poster}}
48
46
{{$.locale.Tr "repo.issues.commented_at" (.HashTag|Escape) $createdStr | Safe}}
49
47
</span>
50
48
{{end}}
207
205
{{if .RemovedAssignee}}
208
206
{{template "shared/user/avatarlink" .Assignee}}
209
207
<span class="text grey">
210
- <a class="author" {{if gt .Assignee.ID 0}}href="{{.Assignee.HomeLink}}"{{end}}>{{ .Assignee.GetDisplayName}}</a>
208
+ {{template "shared/user/authorlink" .Assignee}}
211
209
{{if eq .Poster.ID .Assignee.ID}}
212
210
{{$.locale.Tr "repo.issues.remove_self_assignment" $createdStr | Safe}}
213
211
{{else}}
408
406
<div class="comment-header-left df ac">
409
407
<span class="text grey">
410
408
{{if .OriginalAuthor}}
411
- <span class="text black">
409
+ <span class="text black bold ">
412
410
{{svg (MigrationIcon $.Repository.GetOriginalURLHostname)}}
413
411
{{.OriginalAuthor}}
414
412
</span>
536
534
{{end}}
537
535
<span class="text grey">
538
536
{{if .OriginalAuthor}}
539
- <span class="text black">
537
+ <span class="text black bold ">
540
538
{{svg (MigrationIcon $.Repository.GetOriginalURLHostname)}}
541
539
{{.OriginalAuthor}}
542
540
</span>
Original file line number Diff line number Diff line change 389
389
{{avatar $user}}
390
390
</a>
391
391
<div class="content">
392
- <a class="author">{{ $user.DisplayName}}</a>
392
+ {{template "shared/user/authorlink" $user}}
393
393
<div class="text">
394
394
{{$trackedtime}}
395
395
</div>
Original file line number Diff line number Diff line change 160
160
</div>
161
161
<div class="issue-item-icon-right text grey">
162
162
{{if .NumComments}}
163
- <a class="tdn" href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
163
+ <a class="tdn muted " href="{{if .HTMLURL}}{{.HTMLURL}}{{else}}{{$.Link}}/{{.Index}}{{end}}">
164
164
{{svg "octicon-comment" 16 "mr-2"}}{{.NumComments}}
165
165
</a>
166
166
{{end}}
Original file line number Diff line number Diff line change 1
- <a class="author"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>
2
- {{.GetDisplayName}}
3
- </a>
1
+ <a class="author text black bold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>
Original file line number Diff line number Diff line change 1
- <a class="avatar"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>
2
- {{avatar .}}
3
- </a>
1
+ <a class="avatar"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{avatar .}}</a>
Original file line number Diff line number Diff line change 1
- <a{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>
2
- {{.GetDisplayName}}
3
- </a>
1
+ <a{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>
Original file line number Diff line number Diff line change 79
79
--color-pink : #e03997 ;
80
80
--color-brown : #a5673f ;
81
81
--color-grey : #888888 ;
82
+ --color-black : #1b1c1d ;
82
83
/* light variants - produced via Sass scale-color(color, $lightness: +25%) */
83
84
--color-red-light : #e45e5e ;
84
85
--color-orange-light : #f59555 ;
92
93
--color-pink-light : #e86bb1 ;
93
94
--color-brown-light : #c58b66 ;
94
95
--color-grey-light : #a6a6a6 ;
96
+ --color-black-light : #525558 ;
95
97
/* other colors */
96
98
--color-gold : #a1882b ;
97
- --color-black : #1b1c1d ;
98
99
--color-white : #ffffff ;
99
100
--color-diff-removed-word-bg : #fdb8c0 ;
100
101
--color-diff-added-word-bg : #acf2bd ;
Original file line number Diff line number Diff line change 829
829
830
830
.timeline-avatar {
831
831
position : absolute ;
832
- left : -72 px ;
832
+ left : -68 px ;
833
833
834
834
img {
835
835
width : 40px !important ;
846
846
.avatar img {
847
847
width : 20px ;
848
848
height : 20px ;
849
- margin : 0 .25rem ;
850
849
vertical-align : middle ;
851
850
}
852
851
981
980
margin-top : 4px ;
982
981
}
983
982
984
- .author {
985
- font-weight : 600 ;
986
- }
987
-
988
983
.comment-form-reply .footer {
989
984
padding-bottom : 1em ;
990
985
}
1165
1160
padding-left : 15px ;
1166
1161
1167
1162
.detail {
1168
- font-size : .9rem ;
1169
- margin-top : 5px ;
1170
- margin-left : 8px ;
1163
+ margin-top : 4px ;
1164
+ margin-left : 14px ;
1165
+
1166
+ .svg {
1167
+ margin-right : 2px ;
1168
+ }
1171
1169
}
1172
1170
1173
1171
.segments {
2723
2721
2724
2722
a {
2725
2723
color : var (--color-text );
2726
- text-decoration : none ;
2727
2724
}
2728
2725
2729
2726
a :hover {
2730
2727
color : var (--color-primary );
2731
- text-decoration : none ;
2732
2728
}
2733
2729
}
2734
2730
Original file line number Diff line number Diff line change 91
91
border-radius : 3px ;
92
92
vertical-align : 2px !important ;
93
93
}
94
+
95
+ progress ::-webkit-progress-value {
96
+ background-color : var (--color-secondary-dark-5 );
97
+ }
98
+
99
+ progress ::-moz-progress-bar {
100
+ background-color : var (--color-secondary-dark-5 );
101
+ }
94
102
}
95
103
96
104
.conflicting {
Original file line number Diff line number Diff line change 67
67
--color-purple : #b259d0 ;
68
68
--color-pink : #d22e8b ;
69
69
--color-brown : #a47252 ;
70
- --color-grey : #5e626a ;
71
- /* light variants */
70
+ --color-grey : #9ea2aa ;
71
+ --color-black : #1e222e ;
72
+ /* light variants - produced via Sass scale-color(color, $lightness: -10%) */
72
73
--color-red-light : #c23636 ;
73
74
--color-orange-light : #b84f0b ;
74
75
--color-yellow-light : #b88a03 ;
80
81
--color-purple-light : #a742c9 ;
81
82
--color-pink-light : #be297d ;
82
83
--color-brown-light : #94674a ;
83
- --color-grey-light : #55585f ;
84
+ --color-grey-light : #8d919b ;
85
+ --color-black-light : #1b1f29 ;
84
86
/* other colors */
85
- --color-black : #1e222e ;
86
87
--color-gold : #b1983b ;
87
88
--color-white : #ffffff ;
88
89
--color-diff-removed-word-bg : #6f3333 ;
You can’t perform that action at this time.
0 commit comments