Remove workflow status and applied badges from prompt list rows
Hop-State: A_06FN8B5GK9Y3VWERRMHH2TG Hop-Proposal: R_06FN8B3NXSJ3E1VPF5D6HGR Hop-Task: T_06FN8AQZVAWJTS4TD5JA6M8 Hop-Attempt: AT_06FN8AQZVBA6RDJ1184ZC20
This commit is contained in:
@@ -114,50 +114,6 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.hop-prompt__status {
|
||||
align-items: center;
|
||||
color: var(--color-text-light-2);
|
||||
display: inline-flex;
|
||||
gap: 0.4rem;
|
||||
}
|
||||
|
||||
.hop-prompt__status-icon {
|
||||
align-items: center;
|
||||
background: var(--color-green);
|
||||
border-radius: 50%;
|
||||
color: var(--color-body);
|
||||
display: inline-flex;
|
||||
font-size: 0.65rem;
|
||||
font-weight: 700;
|
||||
height: 1rem;
|
||||
justify-content: center;
|
||||
line-height: 1;
|
||||
width: 1rem;
|
||||
}
|
||||
|
||||
.hop-prompt__status:not([data-status="completed"])::before {
|
||||
background: var(--color-text-light-3);
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
height: 0.45rem;
|
||||
width: 0.45rem;
|
||||
}
|
||||
|
||||
.hop-prompt__status[data-status="failed"]::before { background: var(--color-red); }
|
||||
.hop-prompt__status[data-status="cancelled"]::before { background: var(--color-orange); }
|
||||
.hop-prompt__status[data-status="running"]::before { background: var(--color-primary); }
|
||||
|
||||
.hop-prompt__applied {
|
||||
border: 1px solid var(--color-secondary-dark-2);
|
||||
border-radius: var(--border-radius);
|
||||
color: var(--color-text);
|
||||
font-size: 0.72rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
margin: 0 0.55rem;
|
||||
padding: 0.05rem 0.38rem;
|
||||
}
|
||||
|
||||
.hop-prompt__body {
|
||||
border-top: 1px solid var(--color-secondary);
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user