Commit df8bada
Summary: Consistent coloring in Dark Mode
Changed the getDCLEventColor() and getLoadEventColor() methods
to have the colors of the "DOMContentLoaded" text and
"Load" text in the Log view of the network tab match the
colors of the vertical lines in the waterfall section when using
dark mode.
Bug: 378335071
Change-Id: Idfe9b2c1e959766493e6e49e7070fc12bc6dc07b
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6097042
Reviewed-by: Wolfgang Beyer <[email protected]>
Commit-Queue: Wolfgang Beyer <[email protected]>
Commit-Queue: Kim-Anh Tran <[email protected]>
Reviewed-by: Kim-Anh Tran <[email protected]>1 parent 5efa3fd commit df8bada
File tree
3 files changed
+5
-4
lines changed- front_end/panels/network
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2589 | 2589 | | |
2590 | 2590 | | |
2591 | 2591 | | |
2592 | | - | |
| 2592 | + | |
2593 | 2593 | | |
2594 | 2594 | | |
2595 | 2595 | | |
2596 | | - | |
| 2596 | + | |
2597 | 2597 | | |
2598 | 2598 | | |
2599 | 2599 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
847 | 847 | | |
848 | 848 | | |
849 | 849 | | |
850 | | - | |
| 850 | + | |
851 | 851 | | |
852 | 852 | | |
853 | | - | |
| 853 | + | |
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
| |||
0 commit comments