Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 817c46e

Browse files
Web Inspector: Network: background color of rows from previous session is wrong
https://bugs.webkit.org/show_bug.cgi?id=218058 Patch by Federico Bucchi on 2020-10-28 Reviewed by Devin Rousso. * UserInterface/Views/NetworkTableContentView.css: (.network-table > .table li:not(.filler, .selected) .cell:not(.name, .current-session),): (.network-table > .table li:not(.filler, .selected) .cell:not(.current-session)): Deleted. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@269127 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent aedda6a commit 817c46e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Source/WebInspectorUI/ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2020-10-28 Federico Bucchi
2+
3+
Web Inspector: Network: background color of rows from previous session is wrong
4+
https://bugs.webkit.org/show_bug.cgi?id=218058
5+
6+
7+
Reviewed by Devin Rousso.
8+
9+
* UserInterface/Views/NetworkTableContentView.css:
10+
(.network-table > .table li:not(.filler, .selected) .cell:not(.name, .current-session),):
11+
(.network-table > .table li:not(.filler, .selected) .cell:not(.current-session)): Deleted.
12+
113
2020-10-27 Devin Rousso
214

315
Web Inspector: truncate data URLs in the Resources sidebar and Headers panel

Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
-webkit-margin-end: 4px;
5151
}
5252

53-
.network-table > .table li:not(.filler, .selected) .cell:not(.current-session) {
53+
.network-table > .table li:not(.filler, .selected) .cell:not(.name, .current-session),
54+
.network-table > .table li:not(.filler, .selected) .cell.name:not(.current-session) > * {
5455
opacity: 0.5;
5556
}
5657

0 commit comments

Comments
 (0)