File tree Expand file tree Collapse file tree 5 files changed +16
-38
lines changed Expand file tree Collapse file tree 5 files changed +16
-38
lines changed Original file line number Diff line number Diff line change 21
21
<div class="ui right actions">
22
22
{{if and .Review}}
23
23
{{if eq .Review.Type 0}}
24
- <div class="item tag review pending ">
24
+ <div class="ui label basic small yellow ">
25
25
{{$.root.i18n.Tr "repo.issues.review.pending"}}
26
26
</div>
27
27
{{else}}
28
- <div class="item tag review ">
28
+ <div class="ui label basic small ">
29
29
{{$.root.i18n.Tr "repo.issues.review.review"}}
30
30
</div>
31
31
{{end}}
Original file line number Diff line number Diff line change 41
41
{{if not $.Repository.IsArchived}}
42
42
<div class="ui right actions">
43
43
{{if gt .Issue.ShowTag 0}}
44
- <div class="item tag ">
44
+ <div class="ui basic label ">
45
45
{{if eq .Issue.ShowTag 2}}
46
46
{{$.i18n.Tr "repo.issues.collaborator"}}
47
47
{{else if eq .Issue.ShowTag 3}}
Original file line number Diff line number Diff line change 28
28
{{if not $.Repository.IsArchived}}
29
29
<div class="ui right actions">
30
30
{{if eq .PosterID .Issue.PosterID }}
31
- <div class="item tag ">
31
+ <div class="ui basic label ">
32
32
{{$.i18n.Tr "repo.issues.poster"}}
33
33
</div>
34
34
{{end}}
35
35
{{if gt .ShowTag 0}}
36
- <div class="item tag ">
36
+ <div class="ui basic label ">
37
37
{{if eq .ShowTag 2}}
38
38
{{$.i18n.Tr "repo.issues.collaborator"}}
39
39
{{else if eq .ShowTag 3}}
460
460
{{end}}
461
461
<a href="{{(index $comms 0).CodeCommentURL}}" class="file-comment">{{$filename}}</a>
462
462
{{if $invalid }}
463
- <span class="tag ">
463
+ <span class="ui label basic small yellow ">
464
464
{{$.i18n.Tr "repo.issues.review.outdated"}}
465
465
</span>
466
466
{{end}}
Original file line number Diff line number Diff line change 953
953
954
954
.comment {
955
955
956
- .tag {
957
- color : #767676 ;
958
- margin-top : 3px ;
959
- padding : 2px 5px ;
960
- font-size : 12px ;
961
- border : 1px solid rgba (0 , 0 , 0 , .1 );
962
- border-radius : 3px ;
963
- & .review {
964
- margin-left : 5px ;
965
- & .pending {
966
- color : black ;
967
- background-color : #fffbb2 ;
968
- }
969
- }
970
- }
971
-
972
956
.actions {
973
957
.item {
974
958
float : left ;
1005
989
> .header {
1006
990
#avatar-arrow ;
1007
991
font-weight : normal ;
1008
- padding : auto 15 px ;
992
+ padding : .5 rem 1 rem ;
1009
993
position : relative ;
1010
994
color : #767676 ;
1011
995
background-color : #f7f7f7 ;
1032
1016
display : flex ;
1033
1017
padding : 0 .5rem ;
1034
1018
1019
+ & .right {
1020
+ margin : 0 ;
1021
+ }
1022
+
1035
1023
a {
1036
1024
color : rgba (0 , 0 , 0 , .4 );
1037
1025
1226
1214
.hide-outdated {
1227
1215
display : block ;
1228
1216
}
1229
- }
1230
1217
1231
- .tag {
1232
- color : black ;
1233
- margin : 3px 0 0 5px ;
1234
- padding : 2px 5px ;
1235
- font-size : 12px ;
1236
- border : 1px solid rgba (0 , 0 , 0 , .1 );
1237
- border-radius : 3px ;
1238
- background-color : #fffbb2 ;
1218
+ .label {
1219
+ margin-left : 6px ;
1220
+ }
1239
1221
}
1240
1222
}
1241
1223
}
Original file line number Diff line number Diff line change @@ -618,7 +618,8 @@ footer {
618
618
.ui.label ,
619
619
.ui.label.basic {
620
620
color : #dbdbdb ;
621
- background-color : #2a2e39 ;
621
+ border-color : rgb (152 , 152 , 152 );
622
+ background-color : #2a2e39 !important ;
622
623
}
623
624
624
625
.issue.list > .item .title {
@@ -1121,11 +1122,6 @@ a.ui.basic.green.label:hover {
1121
1122
color : #9e9e9e ;
1122
1123
}
1123
1124
1124
- .repository.view.issue .comment-list .comment .tag {
1125
- color : #dbdbdb ;
1126
- border-color : rgb (152 , 152 , 152 );
1127
- }
1128
-
1129
1125
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
1130
1126
background : radial-gradient (#383c4a 40% , transparent 40% ) no-repeat ;
1131
1127
}
You can’t perform that action at this time.
0 commit comments