Title: [246518] trunk/Source/WebInspectorUI
Revision
246518
Author
[email protected]
Date
2019-06-17 15:24:41 -0700 (Mon, 17 Jun 2019)

Log Message

Web Inspector: Sources: remove extra space above Breakpoints section when breakpoints are disabled
https://bugs.webkit.org/show_bug.cgi?id=198933

Reviewed by Matt Baker.

* UserInterface/Views/DebuggerSidebarPanel.css:
(.sidebar > .panel.navigation.debugger .warning-banner):
* UserInterface/Views/SourcesNavigationSidebarPanel.css:
(.sidebar > .panel.navigation.sources > .content > .warning-banner):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (246517 => 246518)


--- trunk/Source/WebInspectorUI/ChangeLog	2019-06-17 22:18:10 UTC (rev 246517)
+++ trunk/Source/WebInspectorUI/ChangeLog	2019-06-17 22:24:41 UTC (rev 246518)
@@ -1,5 +1,17 @@
 2019-06-17  Devin Rousso  <[email protected]>
 
+        Web Inspector: Sources: remove extra space above Breakpoints section when breakpoints are disabled
+        https://bugs.webkit.org/show_bug.cgi?id=198933
+
+        Reviewed by Matt Baker.
+
+        * 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  <[email protected]>
+
         Web Inspector: Settings: split the General panel into sub panels so it's less crowded
         https://bugs.webkit.org/show_bug.cgi?id=198803
 

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css (246517 => 246518)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css	2019-06-17 22:18:10 UTC (rev 246517)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.css	2019-06-17 22:24:41 UTC (rev 246518)
@@ -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%);

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css (246517 => 246518)


--- trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css	2019-06-17 22:18:10 UTC (rev 246517)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css	2019-06-17 22:24:41 UTC (rev 246518)
@@ -54,7 +54,6 @@
 }
 
 .sidebar > .panel.navigation.sources > .content > .warning-banner {
-    margin-bottom: 6px;
     padding: 11px 6px;
     font-size: 11px;
     text-align: center;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to