File tree 3 files changed +9
-10
lines changed
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 99
99
</ul>
100
100
</div>
101
101
{{else if eq .GetOpType 6}}
102
- <span class="text truncate issue title issue-title ">{{index .GetIssueInfos 1 | RenderEmoji | RenderCodeBlock}}</span>
102
+ <span class="text truncate issue title">{{index .GetIssueInfos 1 | RenderEmoji | RenderCodeBlock}}</span>
103
103
{{else if eq .GetOpType 7}}
104
- <span class="text truncate issue title issue-title ">{{index .GetIssueInfos 1 | RenderEmoji | RenderCodeBlock}}</span>
104
+ <span class="text truncate issue title">{{index .GetIssueInfos 1 | RenderEmoji | RenderCodeBlock}}</span>
105
105
{{else if or (eq .GetOpType 10) (eq .GetOpType 21) (eq .GetOpType 22) (eq .GetOpType 23)}}
106
- <a href="{{.GetCommentLink}}" class="text truncate issue title issue-title ">{{.GetIssueTitle | RenderEmoji | RenderCodeBlock}}</a>
106
+ <a href="{{.GetCommentLink}}" class="text truncate issue title">{{.GetIssueTitle | RenderEmoji | RenderCodeBlock}}</a>
107
107
{{$comment := index .GetIssueInfos 1}}
108
108
{{if gt (len $comment) 0}}<p class="text light grey">{{$comment | RenderEmoji}}</p>{{end}}
109
109
{{else if eq .GetOpType 11}}
110
110
<p class="text light grey">{{index .GetIssueInfos 1}}</p>
111
111
{{else if or (eq .GetOpType 12) (eq .GetOpType 13) (eq .GetOpType 14) (eq .GetOpType 15)}}
112
- <span class="text truncate issue title issue-title ">{{.GetIssueTitle | RenderEmoji | RenderCodeBlock}}</span>
112
+ <span class="text truncate issue title">{{.GetIssueTitle | RenderEmoji | RenderCodeBlock}}</span>
113
113
{{else if eq .GetOpType 25}}
114
114
<p class="text light grey">{{$.locale.Tr "action.review_dismissed_reason"}}</p>
115
115
<p class="text light grey">{{index .GetIssueInfos 2 | RenderEmoji}}</p>
Original file line number Diff line number Diff line change @@ -333,9 +333,9 @@ a.commit-statuses-trigger {
333
333
}
334
334
335
335
.issue-title code {
336
- padding : 2px 4px !important ;
337
- border-radius : 6px !important ;
338
- background-color : var (--color-markup-code-block ) !important ;
336
+ padding : 2px 4px ;
337
+ border-radius : 6px ;
338
+ background-color : var (--color-markup-code-block );
339
339
}
340
340
/* try to match button with no icons in height */
341
341
.icon-button {
Original file line number Diff line number Diff line change 141
141
}
142
142
143
143
code {
144
- padding : 1px ;
145
- font-size : 85% ;
146
- background-color : rgba (0 , 0 , 0 , .04 );
144
+ padding : 2px 4px ;
147
145
border-radius : 3px ;
146
+ background-color : var (--color-markup-code-block );
148
147
word-break : break-all ;
149
148
}
150
149
You can’t perform that action at this time.
0 commit comments