feat(FN-2497): merge fusion/fn-2497
This commit is contained in:
@@ -393,6 +393,20 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.list-title-content {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: var(--space-xs);
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.list-title-text {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.list-cell-date {
|
||||
font-size: 12px;
|
||||
color: var(--text-muted);
|
||||
@@ -476,6 +490,23 @@
|
||||
color: var(--triage);
|
||||
}
|
||||
|
||||
.list-execution-mode-badge {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding: 2px 8px;
|
||||
border-radius: var(--radius-pill);
|
||||
font-size: 10px;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.4px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.list-execution-mode-badge--fast {
|
||||
background: color-mix(in srgb, var(--color-warning) 20%, transparent);
|
||||
color: var(--color-warning);
|
||||
}
|
||||
|
||||
/* Progress bar */
|
||||
.list-cell-progress {
|
||||
min-width: 100px;
|
||||
|
||||
Reference in New Issue
Block a user