WebKit Bugzilla
Attachment 346237 Details for
Bug 188120
: Web Inspector: Dark Mode: disabled breakpoints banner is too light
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch.txt (text/plain), 1.55 KB, created by
Nikita Vasilyev
on 2018-07-31 17:47:02 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Nikita Vasilyev
Created:
2018-07-31 17:47:02 PDT
Size:
1.55 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 62302334657..aa3c91490e6 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,15 @@ >+2018-07-31 Nikita Vasilyev <nvasilyev@apple.com> >+ >+ Web Inspector: Dark Mode: disabled breakpoints banner is too light >+ https://bugs.webkit.org/show_bug.cgi?id=188120 >+ <rdar://problem/42671348> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/DebuggerSidebarPanel.css: >+ (@media (prefers-dark-interface)): >+ (.sidebar > .panel.navigation.debugger .warning-banner): >+ > 2018-07-31 Joseph Pecoraro <pecoraro@apple.com> > > Web Inspector: Include a full URL tooltip when hovering the name in the Network Tab >diff --git a/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css b/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css >index a954cdfa52e..36cf3864847 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css >+++ b/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css >@@ -123,3 +123,10 @@ body[dir=rtl] .sidebar > .panel.navigation.debugger .tree-outline.single-thread > .sidebar > .panel.navigation.debugger .details-section.xhr-breakpoints .item.breakpoint .subtitle { > font-family: Menlo, monospace; > } >+ >+@media (prefers-dark-interface) { >+ .sidebar > .panel.navigation.debugger .warning-banner { >+ background-color: var(--yellow-highlight-background-color); >+ color: var(--yellow-highlight-text-color); >+ } >+}
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 188120
:
345941
| 346237 |
346238
|
346263