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

Commit 3cc8590

Browse files
Web Inspector: Network: Timing: gaps around the "An error occurred trying to load this resource" message
https://bugs.webkit.org/show_bug.cgi?id=212384 Reviewed by Timothy Hatcher. * UserInterface/Views/NetworkTableContentView.css: (.content-view.network-table > .message-text-view): Added. (.content-view.network-table > .message-text-view > .message): Added. (.content-view.network .message-text-view): Deleted. (.content-view.network .message-text-view > .message): Deleted. Be more specific with the selector so it doesn't apply as broadly. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@262162 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 9c02581 commit 3cc8590

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Source/WebInspectorUI/ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2020-05-26 Devin Rousso <[email protected]>
2+
3+
Web Inspector: Network: Timing: gaps around the "An error occurred trying to load this resource" message
4+
https://bugs.webkit.org/show_bug.cgi?id=212384
5+
6+
Reviewed by Timothy Hatcher.
7+
8+
* UserInterface/Views/NetworkTableContentView.css:
9+
(.content-view.network-table > .message-text-view): Added.
10+
(.content-view.network-table > .message-text-view > .message): Added.
11+
(.content-view.network .message-text-view): Deleted.
12+
(.content-view.network .message-text-view > .message): Deleted.
13+
Be more specific with the selector so it doesn't apply as broadly.
14+
115
2020-05-22 Devin Rousso <[email protected]>
216

317
Web Inspector: Storage: don't request the list of IndexedDB database names multiple times for the same security origin

Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,12 @@ body[dir=rtl] .network-table > .table .cell.name > .status {
227227
top: calc(var(--navigation-bar-height) - var(--timeline-ruler-height));
228228
}
229229

230-
.content-view.network .message-text-view {
230+
.content-view.network-table > .message-text-view {
231231
top: var(--navigation-bar-height);
232232
bottom: var(--network-statistics-height);
233233
}
234234

235-
.content-view.network .message-text-view > .message {
235+
.content-view.network-table > .message-text-view > .message {
236236
font-size: var(--message-text-view-font-size);
237237
font-weight: normal;
238238
}

0 commit comments

Comments
 (0)