Title: [196936] trunk/Source/WebInspectorUI
Revision
196936
Author
[email protected]
Date
2016-02-22 08:36:57 -0800 (Mon, 22 Feb 2016)

Log Message

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: trunk/Source/WebInspectorUI/ChangeLog (196935 => 196936)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-02-22 15:59:36 UTC (rev 196935)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-02-22 16:36:57 UTC (rev 196936)
@@ -1,3 +1,13 @@
+2016-02-22  Nikita Vasilyev  <[email protected]>
+
+        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  <[email protected]>
 
         Web Inspector: Opacity slider thumb sometimes goes past the bar in Visual Styles sidebar

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.css (196935 => 196936)


--- trunk/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.css	2016-02-22 15:59:36 UTC (rev 196935)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.css	2016-02-22 16:36:57 UTC (rev 196936)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to