fix: make daily task log header-only
This commit is contained in:
@@ -295,10 +295,6 @@ th { color: var(--muted); background: #fbfcfe; font-size: 10px; font-weight: 750
|
||||
td { font-size: 13px; }
|
||||
tbody tr:last-child td { border-bottom: 0; }
|
||||
tbody tr:hover td { background: #fafcff; }
|
||||
.job-row { cursor: pointer; }
|
||||
.job-row.is-selected td { background: #f1f6ff; }
|
||||
.job-row.is-selected td:first-child { box-shadow: inset 3px 0 var(--blue); }
|
||||
.job-row:focus-visible { outline: 3px solid rgba(37, 99, 235, .28); outline-offset: -3px; }
|
||||
.job-failure-code { max-width: 180px; margin-top: 4px; overflow: hidden; display: block; color: #b42318; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.filename { max-width: 260px; overflow: hidden; display: block; font-weight: 620; text-overflow: ellipsis; }
|
||||
.cell-subtle { color: var(--muted); }
|
||||
|
||||
Reference in New Issue
Block a user