Add live request pipeline recheck
Magent CI/CD / verify (push) Successful in 11m6s
Magent CI/CD / deploy-prod (push) Skipped
Magent CI/CD / deploy-beta (push) Successful in 1m56s

This commit is contained in:
2026-08-30 19:50:09 +12:00
parent 2cbd9fe73f
commit 02245d365e
5 changed files with 257 additions and 18 deletions
+10
View File
@@ -1993,6 +1993,16 @@ button:disabled,
font-size: 0.78rem;
font-weight: 750;
}
.request-action-row .request-recheck-button {
margin-left: auto;
border-color: var(--ops-line);
background: rgba(255, 255, 255, 0.035);
color: var(--ops-text);
}
.request-action-row .request-recheck-button:hover:not(:disabled) {
border-color: rgba(126, 215, 255, 0.48);
background: rgba(126, 215, 255, 0.09);
}
.request-action-feedback {
grid-column: 1 / -1;
padding: 13px 18px;