WebKit Bugzilla
Attachment 343453 Details for
Bug 186975
: Web Inspector: Dark Mode: color outline is too dark
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch.txt (text/plain), 1.21 KB, created by
Nikita Vasilyev
on 2018-06-23 15:46:35 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Nikita Vasilyev
Created:
2018-06-23 15:46:35 PDT
Size:
1.21 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 3de404673d4..3186af24744 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,16 @@ >+2018-06-23 Nikita Vasilyev <nvasilyev@apple.com> >+ >+ Web Inspector: Dark Mode: color outline is too dark >+ https://bugs.webkit.org/show_bug.cgi?id=186975 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Make the outline lighter than the background. >+ >+ * UserInterface/Views/DarkMode.css: >+ (@media (prefers-dark-interface)): >+ (.hover-menu > svg > :matches(path, rect)): >+ > 2018-06-20 Daniel Bates <dabates@apple.com> > > Web Inspector: All non-Same-Site cookies are marked as Same-Site Strict in Storage tab >diff --git a/Source/WebInspectorUI/UserInterface/Views/DarkMode.css b/Source/WebInspectorUI/UserInterface/Views/DarkMode.css >index f38914357c0..9ab4cab36ed 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/DarkMode.css >+++ b/Source/WebInspectorUI/UserInterface/Views/DarkMode.css >@@ -1280,4 +1280,10 @@ > filter: invert(); > } > >+ >+ /* HoverMenu.css */ >+ .hover-menu > svg > :matches(path, rect) { >+ stroke: hsla(0, 0%, 100%, 0.3); >+ } >+ > }
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 186975
:
343452
| 343453 |
343454