Title: [197093] releases/WebKitGTK/webkit-2.12/Source/WebInspectorUI
Revision
197093
Author
carlo...@webkit.org
Date
2016-02-25 03:08:27 -0800 (Thu, 25 Feb 2016)

Log Message

Merge r196936 - REGRESSION (r196620): Web Inspector: Filter bar in the left sidebar is 1px shorter than the console prompt
https://bugs.webkit.org/show_bug.cgi?id=154529

Reviewed by Timothy Hatcher.

* UserInterface/Views/NavigationSidebarPanel.css:
(.sidebar > .panel.navigation > .overflow-shadow):

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.12/Source/WebInspectorUI/ChangeLog (197092 => 197093)


--- releases/WebKitGTK/webkit-2.12/Source/WebInspectorUI/ChangeLog	2016-02-25 11:05:58 UTC (rev 197092)
+++ releases/WebKitGTK/webkit-2.12/Source/WebInspectorUI/ChangeLog	2016-02-25 11:08:27 UTC (rev 197093)
@@ -1,3 +1,13 @@
+2016-02-22  Nikita Vasilyev  <nvasil...@apple.com>
+
+        REGRESSION (r196620): Web Inspector: Filter bar in the left sidebar is 1px shorter than the console prompt
+        https://bugs.webkit.org/show_bug.cgi?id=154529
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/NavigationSidebarPanel.css:
+        (.sidebar > .panel.navigation > .overflow-shadow):
+
 2016-02-20  Devin Rousso  <dcrousso+web...@gmail.com>
 
         Web Inspector: Opacity slider thumb sometimes goes past the bar in Visual Styles sidebar

Modified: releases/WebKitGTK/webkit-2.12/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.css (197092 => 197093)


--- releases/WebKitGTK/webkit-2.12/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.css	2016-02-25 11:05:58 UTC (rev 197092)
+++ releases/WebKitGTK/webkit-2.12/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.css	2016-02-25 11:08:27 UTC (rev 197093)
@@ -36,7 +36,7 @@
 
 .sidebar > .panel.navigation > .overflow-shadow {
     position: absolute;
-    bottom: 28px;
+    bottom: calc(var(--console-prompt-min-height) - 1px);
     left: 0;
     right: 0;
     height: 1px;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to