WebKit Bugzilla
Attachment 348678 Details for
Bug 189139
: Web Inspector: Dark Mode - Sidebar Class Toggle Button Wrong Color
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-189139-20180831183127.patch (text/plain), 1.33 KB, created by
Jamal Nasser
on 2018-08-31 15:31:31 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jamal Nasser
Created:
2018-08-31 15:31:31 PDT
Size:
1.33 KB
patch
obsolete
>Index: Source/WebInspectorUI/ChangeLog >=================================================================== >--- Source/WebInspectorUI/ChangeLog (revision 235570) >+++ Source/WebInspectorUI/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2018-08-31 Jamal Nasser <xnasser@outlook.com> >+ >+ Added a CSS rule to DarkMode.css to fix color on sidebar toggle. >+ <https://webkit.org/b/189139> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/DarkMode.css: >+ (@media (prefers-dark-interface)): >+ (.sidebar > .panel.details.css-style > .content ~ .options-container > .toggle-class-toggle): >+ > 2018-08-29 David Kilzer <ddkilzer@apple.com> > > Remove empty directories from from svn.webkit.org repository >Index: Source/WebInspectorUI/UserInterface/Views/DarkMode.css >=================================================================== >--- Source/WebInspectorUI/UserInterface/Views/DarkMode.css (revision 235512) >+++ Source/WebInspectorUI/UserInterface/Views/DarkMode.css (working copy) >@@ -1160,6 +1160,9 @@ > .sidebar > .panel.details.css-style > .content ~ .options-container > .new-rule { > filter: var(--filter-invert); > } >+ .sidebar > .panel.details.css-style > .content ~ .options-container > .toggle-class-toggle{ >+ color: var(--text-color); >+ } > > > /* CanvasTabContentView.css */
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 189139
:
348465
|
348466
|
348468
|
348639
| 348678