mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
chore(html report): title row UI fixes (#15632)
This commit is contained in:
parent
22ead7b5ab
commit
44e214a972
@ -17,7 +17,7 @@
|
|||||||
.test-file-test {
|
.test-file-test {
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 10px;
|
padding: 2px 10px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@ -28,12 +28,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.test-file-title {
|
.test-file-title {
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.test-file-details-row {
|
.test-file-details-row {
|
||||||
padding: 0 0 6px 8px;
|
padding: 0 0 6px 8px;
|
||||||
margin: -4px 0 0 15px;
|
margin: 0 0 0 15px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--color-fg-subtle);
|
color: var(--color-fg-subtle);
|
||||||
@ -44,6 +45,7 @@
|
|||||||
.test-file-path {
|
.test-file-path {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
color: var(--color-fg-subtle);
|
||||||
}
|
}
|
||||||
|
|
||||||
.test-file-path-link {
|
.test-file-path-link {
|
||||||
|
Loading…
Reference in New Issue
Block a user