chore(html-report): use muted colors for subtle items (#35966)

This commit is contained in:
Pavel Feldman 2025-05-15 14:53:44 -07:00 committed by GitHub
parent 8eda25c928
commit 932b6e6a56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@
}
.test-case-run-duration {
color: var(--color-fg-subtle);
color: var(--color-fg-muted);
padding-left: 8px;
}

View File

@ -36,7 +36,7 @@
margin: 0 0 0 15px;
line-height: 16px;
font-weight: 400;
color: var(--color-fg-subtle);
color: var(--color-fg-muted);
display: flex;
align-items: center;
}
@ -44,7 +44,7 @@
.test-file-path {
text-overflow: ellipsis;
overflow: hidden;
color: var(--color-fg-subtle);
color: var(--color-fg-muted);
}
.test-file-path-link {
@ -58,7 +58,7 @@
}
.test-file-badge span {
color: var(--color-fg-subtle);
color: var(--color-fg-muted);
}
.test-file-badge:hover {
@ -66,7 +66,7 @@
}
.test-file-badge svg {
fill: var(--color-fg-subtle);
fill: var(--color-fg-muted);
}
.test-file-badge:hover svg {