Title: [201540] trunk/Source/WebInspectorUI
Revision
201540
Author
nvasil...@apple.com
Date
2016-05-31 17:31:13 -0700 (Tue, 31 May 2016)

Log Message

Web Inspector: Storage DataGrids have a half-pixel transparent/white border below the header
https://bugs.webkit.org/show_bug.cgi?id=156699
<rdar://problem/25778260>

Reviewed by Timothy Hatcher.

Increase the width of the border below the DataGrid's header to match the border in the left sidebar.

* UserInterface/Views/DataGrid.css:
(.data-grid > .header-wrapper):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (201539 => 201540)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-06-01 00:28:25 UTC (rev 201539)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-06-01 00:31:13 UTC (rev 201540)
@@ -1,5 +1,18 @@
 2016-05-31  Nikita Vasilyev  <nvasil...@apple.com>
 
+        Web Inspector: Storage DataGrids have a half-pixel transparent/white border below the header
+        https://bugs.webkit.org/show_bug.cgi?id=156699
+        <rdar://problem/25778260>
+
+        Reviewed by Timothy Hatcher.
+
+        Increase the width of the border below the DataGrid's header to match the border in the left sidebar.
+
+        * UserInterface/Views/DataGrid.css:
+        (.data-grid > .header-wrapper):
+
+2016-05-31  Nikita Vasilyev  <nvasil...@apple.com>
+
         Web Inspector: Snapshot List scroll bar occludes border of containing view in top-right
         https://bugs.webkit.org/show_bug.cgi?id=158219
         <rdar://problem/26545018>

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.css (201539 => 201540)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.css	2016-06-01 00:28:25 UTC (rev 201539)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.css	2016-06-01 00:31:13 UTC (rev 201540)
@@ -63,7 +63,7 @@
 }
 
 .data-grid > .header-wrapper {
-    border-bottom: 0.5px solid var(--border-color);
+    border-bottom: 1px solid var(--border-color);
 }
 
 .data-grid.no-header > .header-wrapper > table.header {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to