@@ -83,7 +83,7 @@
-
+
{{range .Branches}}
diff --git a/templates/repo/commits_list.tmpl b/templates/repo/commits_list.tmpl
index 959f2a9398..1a236582a2 100644
--- a/templates/repo/commits_list.tmpl
+++ b/templates/repo/commits_list.tmpl
@@ -1,5 +1,5 @@
-
+
| {{ctx.Locale.Tr "repo.commits.author"}} |
diff --git a/templates/shared/actions/runner_edit.tmpl b/templates/shared/actions/runner_edit.tmpl
index 8c434971ad..8652d161bc 100644
--- a/templates/shared/actions/runner_edit.tmpl
+++ b/templates/shared/actions/runner_edit.tmpl
@@ -49,7 +49,7 @@
{{ctx.Locale.Tr "actions.runners.task_list"}}
-
+
| {{ctx.Locale.Tr "actions.runners.task_list.run"}} |
diff --git a/templates/shared/actions/runner_list.tmpl b/templates/shared/actions/runner_list.tmpl
index 4545d4f16d..9c541c95ee 100644
--- a/templates/shared/actions/runner_list.tmpl
+++ b/templates/shared/actions/runner_list.tmpl
@@ -41,7 +41,7 @@
-
+
|
diff --git a/web_src/css/modules/table.css b/web_src/css/modules/table.css
index 6298471d47..c7d6cb7a48 100644
--- a/web_src/css/modules/table.css
+++ b/web_src/css/modules/table.css
@@ -196,11 +196,6 @@
margin-bottom: 0;
}
-.ui.striped.table > tr:nth-child(2n),
-.ui.striped.table > tbody > tr:nth-child(2n) {
- background: var(--color-light);
-}
-
.ui.table[class*="single line"],
.ui.table [class*="single line"] {
white-space: nowrap;
@@ -291,37 +286,10 @@
.ui.basic.table > tr > td {
background: transparent;
}
-.ui.basic.striped.table > tbody > tr:nth-child(2n) {
- background: var(--color-light);
-}
-.ui.basic.striped.selectable.table > tbody > tr:nth-child(2n):hover {
- background: var(--color-hover);
-}
.ui[class*="very basic"].table {
border: none;
}
-.ui[class*="very basic"].table:not(.striped) > tr > th:first-child,
-.ui[class*="very basic"].table:not(.striped) > thead > tr > th:first-child,
-.ui[class*="very basic"].table:not(.striped) > tbody > tr > th:first-child,
-.ui[class*="very basic"].table:not(.striped) > tfoot > tr > th:first-child,
-.ui[class*="very basic"].table:not(.striped) > tr > td:first-child,
-.ui[class*="very basic"].table:not(.striped) > tbody > tr > td:first-child,
-.ui[class*="very basic"].table:not(.striped) > tfoot > tr > td:first-child {
- padding-left: 0;
-}
-.ui[class*="very basic"].table:not(.striped) > tr > th:last-child,
-.ui[class*="very basic"].table:not(.striped) > thead > tr > th:last-child,
-.ui[class*="very basic"].table:not(.striped) > tbody > tr > th:last-child,
-.ui[class*="very basic"].table:not(.striped) > tfoot > tr > th:last-child,
-.ui[class*="very basic"].table:not(.striped) > tr > td:last-child,
-.ui[class*="very basic"].table:not(.striped) > tbody > tr > td:last-child,
-.ui[class*="very basic"].table:not(.striped) > tfoot > tr > td:last-child {
- padding-right: 0;
-}
-.ui[class*="very basic"].table:not(.striped) > thead > tr:first-child > th {
- padding-top: 0;
-}
.ui.celled.table > tr > th,
.ui.celled.table > thead > tr > th,
diff --git a/web_src/css/repo.css b/web_src/css/repo.css
index 16fbfaec4a..83df3e5c29 100644
--- a/web_src/css/repo.css
+++ b/web_src/css/repo.css
@@ -774,10 +774,6 @@ td .commit-summary {
width: 200px;
}
-.repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n) {
- background-color: var(--color-light) !important;
-}
-
.repository .data-table {
width: 100%;
}
| |