diff --git a/web_src/js/components/RepoActionView.vue b/web_src/js/components/RepoActionView.vue index 7e00ff63d57..740665e1747 100644 --- a/web_src/js/components/RepoActionView.vue +++ b/web_src/js/components/RepoActionView.vue @@ -216,10 +216,7 @@ onBeforeUnmount(() => {
{{ locale.allJobs }}
-
@@ -228,7 +225,9 @@ onBeforeUnmount(() => { - + {{ item.job.name }} {{ item.job.duration }} -
+
@@ -450,10 +455,11 @@ onBeforeUnmount(() => { } .caller-row-toggle { + width: 100%; border: none; - padding: 0; background: transparent; color: inherit; + line-height: inherit; /* buttons don't inherit line-height; match the rows' row height */ cursor: pointer; text-align: inherit; } @@ -483,13 +489,13 @@ onBeforeUnmount(() => { } .action-view-sidebar-list > .item:hover .job-rerun-button, -.action-view-sidebar-list > .item:has(a:focus) .job-rerun-button { +.action-view-sidebar-list > .item:focus .job-rerun-button { display: inline-flex; } /* only swap out the duration when a re-run button exists to take its place */ .action-view-sidebar-list > .item:hover .job-rerun-button ~ .job-duration, -.action-view-sidebar-list > .item:has(a:focus) .job-rerun-button ~ .job-duration { +.action-view-sidebar-list > .item:focus .job-rerun-button ~ .job-duration { display: none; }