mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(html-report): use muted colors for subtle items (#35966)
This commit is contained in:
parent
8eda25c928
commit
932b6e6a56
@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
.test-case-run-duration {
|
||||
color: var(--color-fg-subtle);
|
||||
color: var(--color-fg-muted);
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user