File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,12 @@ footer {
341
341
342
342
/* DOCS */
343
343
344
+ table tr .cve-status-open , table tr .cve-status-unknown {
345
+ > td .cve-item-summary {
346
+ font-weight : bold ;
347
+ }
348
+ }
349
+
344
350
.launch-cards {
345
351
padding : 0 ;
346
352
display : grid ;
Original file line number Diff line number Diff line change 45
45
</ thead >
46
46
< tbody >
47
47
{{ range $feed.items }}
48
- < tr >
49
- < td > < a href ="{{ .url }} "> {{ .id | htmlEscape | safeHTML }}</ a > </ td >
50
- < td > {{ .summary | htmlEscape | safeHTML }}</ td >
48
+ < tr class =" cve-status-{{.status}} " >
49
+ < td class =" cve-item-id " > < a href ="{{ .url }} "> {{ .id | htmlEscape | safeHTML }}</ a > </ td >
50
+ < td class =" cve-item-summary " > {{ .summary | htmlEscape | safeHTML }}</ td >
51
51
< td > < a href ="{{ .url }} "> #{{ ._kubernetes_io.issue_number }}</ a > </ td >
52
52
</ tr >
53
53
{{ end }}
You can’t perform that action at this time.
0 commit comments