Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
/WebKit-httpPublic archive

Commit817c46e

Browse files
author
commit-queue@webkit.org
committed
Web Inspector: Network: background color of rows from previous session is wrong
https://bugs.webkit.org/show_bug.cgi?id=218058<rdar://problem/70550459>Patch by Federico Bucchi <fbucchi@apple.com> on 2020-10-28Reviewed 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 parentaedda6a commit817c46e

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 <fbucchi@apple.com>
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+
<rdar://problem/70550459>
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 <drousso@apple.com>
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> .tableli:not(.filler, .selected) .cell:not(.current-session) {
53+
.network-table> .tableli:not(.filler, .selected) .cell:not(.name, .current-session),
54+
.network-table> .tableli:not(.filler, .selected) .cell.name:not(.current-session)>* {
5455
opacity:0.5;
5556
}
5657

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp