WebKit Bugzilla
Attachment 370242 Details for
Bug 198033
: ErrorObjectView display black link in dark mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198033-20190520010312.patch (text/plain), 1.29 KB, created by
Zhifei Fang
on 2019-05-20 01:03:12 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Zhifei Fang
Created:
2019-05-20 01:03:12 PDT
Size:
1.29 KB
patch
obsolete
>Index: Source/WebInspectorUI/ChangeLog >=================================================================== >--- Source/WebInspectorUI/ChangeLog (revision 245511) >+++ Source/WebInspectorUI/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-05-20 Zhifei Fang <zhifei_fang@apple.com> >+ >+ Correct the error object link color in dark mode. >+ https://bugs.webkit.org/show_bug.cgi?id=198033 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/ErrorObjectView.css: >+ (@media (prefers-dark-interface)): >+ (.error-object-link-container): >+ > 2019-05-19 Nikita Vasilyev <nvasilyev@apple.com> > > Web Inspector: Decrease spacing before and after tooltip paragraphs >Index: Source/WebInspectorUI/UserInterface/Views/ErrorObjectView.css >=================================================================== >--- Source/WebInspectorUI/UserInterface/Views/ErrorObjectView.css (revision 245511) >+++ Source/WebInspectorUI/UserInterface/Views/ErrorObjectView.css (working copy) >@@ -53,6 +53,12 @@ body[dir=rtl] .error-object > .formatted > color: hsla(0, 0%, 0%, 0.2); > } > >+@media (prefers-dark-interface) { >+ .error-object-link-container { >+ color: var(--text-color); >+ } >+} >+ > .error-object.expanded > .formatted-error > .error-object-link-container { > display: none; > }
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 198033
:
370241
|
370242
|
370243
|
370244
|
370245
|
370265
|
370428