mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(trace-viewer): failed network requests style enhancements (#9393)
This commit is contained in:
parent
d278675a62
commit
d96c47477a
@ -43,12 +43,12 @@
|
||||
|
||||
.network-request-title-status,
|
||||
.network-request-title-method {
|
||||
padding-right: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.network-request-title-status.status-failure {
|
||||
background-color: var(--red);
|
||||
color: var(--white);
|
||||
color: var(--red);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.network-request-title-status.status-neutral {
|
||||
|
Loading…
x
Reference in New Issue
Block a user