File tree Expand file tree Collapse file tree 5 files changed +13
-29
lines changed Expand file tree Collapse file tree 5 files changed +13
-29
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}}
Original file line number Diff line number Diff line change 946
946
947
947
.comment {
948
948
949
- .tag {
950
- color : #767676 ;
951
- margin-top : 3px ;
952
- padding : 2px 5px ;
953
- font-size : 12px ;
954
- border : 1px solid rgba (0 , 0 , 0 , .1 );
955
- border-radius : 3px ;
956
- & .review {
957
- margin-left : 5px ;
958
- & .pending {
959
- color : black ;
960
- background-color : #fffbb2 ;
961
- }
962
- }
963
- }
964
-
965
949
.actions {
966
950
.item {
967
951
float : left ;
998
982
> .header {
999
983
#avatar-arrow ;
1000
984
font-weight : normal ;
1001
- padding : auto 15 px ;
985
+ padding : 0.5 rem 1 rem ;
1002
986
position : relative ;
1003
987
color : #767676 ;
1004
988
background-color : #f7f7f7 ;
1025
1009
display : flex ;
1026
1010
padding : 0 .5rem ;
1027
1011
1012
+ & .right {
1013
+ margin : 0 ;
1014
+ }
1015
+
1028
1016
a {
1029
1017
color : rgba (0 , 0 , 0 , .4 );
1030
1018
1221
1209
}
1222
1210
1223
1211
.label {
1224
- margin-left : 5 px ;
1212
+ margin-left : 6 px ;
1225
1213
}
1226
1214
}
1227
1215
}
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 : #404552 ;
621
+ border-color : rgb (152 , 152 , 152 );
622
+ background-color : #404552 !important ;
622
623
}
623
624
624
625
.issue.list > .item .title {
@@ -1033,11 +1034,6 @@ a.ui.basic.green.label:hover {
1033
1034
color : #9e9e9e ;
1034
1035
}
1035
1036
1036
- .repository.view.issue .comment-list .comment .tag {
1037
- color : #dbdbdb ;
1038
- border-color : rgb (152 , 152 , 152 );
1039
- }
1040
-
1041
1037
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
1042
1038
background : radial-gradient (#383c4a 40% , transparent 40% ) no-repeat ;
1043
1039
}
You can’t perform that action at this time.
0 commit comments