UNPKG

@applitools/eyes-playwright

Version:
117 lines (106 loc) 2.18 kB
.hidden { display: none; } .eyes-test-results>.chip-body { padding: 0; height: 850px; } .eyes-test-results>.chip-body.empty { height: auto; padding: 16px; } .eyes-test-results>.chip-body>iframe { width: 100%; height: 100%; border: none; } .eyes-filter .chip:not(:has(.eyes-test)):has(.test-file-test), .eyes-filter .test-file-test:not(.eyes-test), .eyes-filter .chip:not(:has(.test-file-test)), .unresolved-filter .chip:not(:has(.eyes-test[status="unresolved"])):has(.test-file-test), .unresolved-filter .test-file-test:not(.eyes-test[status="unresolved"]), .unresolved-filter .chip:not(:has(.test-file-test)) { display: none; } .eyes-filter .test-result .chip, .unresolved-filter .test-result .chip { display: block; } .eyes-batch-link { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; margin-top: 8px; } .eyes-batch-link > a { max-width: min(120ch, 90vw); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; } .eyes-info { display: flex; align-items: center; line-height: 16px } .eyes-info-link { text-decoration: none; color: inherit; } .test-header-info { font-weight: normal; display: inline-flex; flex-direction: row; align-items: center; gap: 5px; } .test-header-info>a { display: inline-flex; } .test-header-info>a>span { display: inline-flex; } .test-header-info>.eyes-info { margin-left: 5px; } .visual-test-icon { text-align: center; align-content: center; font-size: 24px; height: 26px; width: 26px; display: grid; } .eyes-info>.status-text { font-size: 14px; text-align: center; vertical-align: middle; margin: auto; text-transform: capitalize; padding: 0 5px; } .eyes-info>.status-bar { align-self: stretch; border-radius: 0.25rem; flex-shrink: 0; width: 5px; } .eyes-info>.status-bar.aborted { background: #e80600; } .eyes-info>.status-bar.unresolved { background: #ff8f00; } .eyes-info>.status-bar.failed { background: #e80600; } .eyes-info>.status-bar.passed { background: #24b24b; } .eyes-info>.status-bar.new { background: #24b24b; } .eyes-info>.status-bar.running { background: #0067c6; }