WebKit Bugzilla
Attachment 362373 Details for
Bug 194809
: Web Inspector: Scripts timeline on-going-recording text looks poor in dark mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Proposed Fix
dark-1.patch (text/plain), 1.39 KB, created by
Joseph Pecoraro
on 2019-02-19 00:38:06 PST
(
hide
)
Description:
[PATCH] Proposed Fix
Filename:
MIME Type:
Creator:
Joseph Pecoraro
Created:
2019-02-19 00:38:06 PST
Size:
1.39 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 0f674693d8e..21d47828392 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,13 @@ >+2019-02-19 Joseph Pecoraro <pecoraro@apple.com> >+ >+ Web Inspector: Scripts timeline on-going-recording text looks poor in dark mode >+ https://bugs.webkit.org/show_bug.cgi?id=194809 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/TimelineRecordingContentView.css: >+ (.content-view.timeline-recording > .content-browser .recording-progress > .status): >+ > 2019-02-13 Nikita Vasilyev <nvasilyev@apple.com> > > Web Inspector: Styles: valid values in style attributes are reported as unsupported property values >diff --git a/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css b/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css >index b0c2da68fab..c2cb3acb716 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css >+++ b/Source/WebInspectorUI/UserInterface/Views/TimelineRecordingContentView.css >@@ -77,7 +77,7 @@ > margin-bottom: 10px; > text-align: center; > font-size: 12px; >- color: hsl(0, 0%, 12%); >+ color: var(--text-color-secondary) > } > > .content-view.timeline-recording > .content-browser .recording-progress > .status > .indeterminate-progress-spinner {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194809
:
362371
|
362372
| 362373