.analysis-list-body{position:relative;display:flex;overflow:hidden;min-height:0;flex:1;flex-direction:column}.analysis-list-body__skeleton-wrap{padding:16px}.analysis-list-body__skeleton{--ti-skeleton-width: 120px;display:flex;flex-direction:column;gap:8px}.analysis-list-body__skeleton-line{height:20px}.ti-list-row{display:flex;height:26px;align-items:center;padding:0 12px;cursor:pointer;gap:8px}.ti-list-row:hover{background-color:var(--background-lighter)}.ti-list-row.ti-list-row--highlighted{animation:ti-list-row-highlight 2s}@keyframes ti-list-row-highlight{5%,25%{background-color:var(--background-lighter)}}.ti-list-row__status{display:flex;width:14px;flex-shrink:0;align-items:center}.ti-list-row__name{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.ti-list-row__counter{flex-shrink:0}.ti-list-row__actions{display:none;flex-shrink:0;align-items:center;gap:8px}.ti-list-row:hover .ti-list-row__actions{display:inline-flex}
