Skip to content

Commit 7ec1c13

Browse files
authored
CSS table fixes (#13693)
Backport #13692 to 1.13.
1 parent 4c9d00c commit 7ec1c13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web_src/less/themes/theme-arc-green.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,11 @@ a.ui.basic.green.label:hover {
893893
color: #dbdbdb !important;
894894
}
895895

896+
.ui.ui.ui.ui.table tr.grey:not(.marked),
897+
.ui.ui.table td.grey:not(.marked) {
898+
background: none;
899+
}
900+
896901
.repository.file.list #repo-files-table tr {
897902
background: #2a2e3a;
898903
}

0 commit comments

Comments
 (0)