WebKit Bugzilla
Attachment 372273 Details for
Bug 198933
: Web Inspector: Sources: remove extra space above Breakpoints section when breakpoints are disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198933-20190617142626.patch (text/plain), 2.08 KB, created by
Devin Rousso
on 2019-06-17 14:26:27 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Devin Rousso
Created:
2019-06-17 14:26:27 PDT
Size:
2.08 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 079cf01a7766fee345c357b9489642eb5f01ccba..46a435b9af7ce4873887a444dcbf81015e214733 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,15 @@ >+2019-06-17 Devin Rousso <drousso@apple.com> >+ >+ Web Inspector: Sources: remove extra space above Breakpoints section when breakpoints are disabled >+ https://bugs.webkit.org/show_bug.cgi?id=198933 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/DebuggerSidebarPanel.css: >+ (.sidebar > .panel.navigation.debugger .warning-banner): >+ * UserInterface/Views/SourcesNavigationSidebarPanel.css: >+ (.sidebar > .panel.navigation.sources > .content > .warning-banner): >+ > 2019-06-17 Devin Rousso <drousso@apple.com> > > Web Inspector: Settings: split the General panel into sub panels so it's less crowded >diff --git a/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css b/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css >index da4ee0c7ab40419e6101cf4578acaaaf1b12c2b6..e872ef693714a9058d95b39eef22afe3c765321f 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css >+++ b/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css >@@ -56,7 +56,6 @@ > font-size: 11px; > > padding: 11px 6px; >- margin-bottom: 6px; > > border-bottom: 1px solid var(--border-color); > background-color: hsl(50, 100%, 94%); >diff --git a/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css b/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css >index e6635794439170364d4aff12d62c3d8ab79ea9b5..af6faf9f7ae5de34f0f00cc7ad9aec0bc7623b7a 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css >+++ b/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css >@@ -54,7 +54,6 @@ > } > > .sidebar > .panel.navigation.sources > .content > .warning-banner { >- margin-bottom: 6px; > padding: 11px 6px; > font-size: 11px; > text-align: center;
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 198933
:
372270
| 372273