mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 08:28:42 +00:00
Don't highlight repogroup headings
Specify class='nohover' to avoid highlighting this row. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
5877c49f68
commit
2aef89e5da
@ -30,7 +30,7 @@ void cgit_print_repolist(struct cacheitem *item)
|
|||||||
(last_group != NULL && repo->group == NULL) ||
|
(last_group != NULL && repo->group == NULL) ||
|
||||||
(last_group != NULL && repo->group!= NULL &&
|
(last_group != NULL && repo->group!= NULL &&
|
||||||
strcmp(repo->group, last_group))) {
|
strcmp(repo->group, last_group))) {
|
||||||
html("<tr><td colspan='4' class='repogroup'>");
|
html("<tr class='nohover'><td colspan='4' class='repogroup'>");
|
||||||
html_txt(repo->group);
|
html_txt(repo->group);
|
||||||
html("</td></tr>");
|
html("</td></tr>");
|
||||||
last_group = repo->group;
|
last_group = repo->group;
|
||||||
|
Loading…
Reference in New Issue
Block a user