Title: [200918] trunk/Source/WebInspectorUI
Revision
200918
Author
nvasil...@apple.com
Date
2016-05-14 07:59:55 -0700 (Sat, 14 May 2016)

Log Message

Web Inspector: Empty line shows arrow when hovering over Animation Frame Requested in timeline recording
https://bugs.webkit.org/show_bug.cgi?id=157707

Reviewed by Timothy Hatcher.

* UserInterface/Views/DataGrid.css:
(.data-grid:not(.variable-height-rows) > .data-container > table.data > tbody > tr > td > div):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (200917 => 200918)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-05-14 06:31:51 UTC (rev 200917)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-05-14 14:59:55 UTC (rev 200918)
@@ -1,3 +1,13 @@
+2016-05-14  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: Empty line shows arrow when hovering over Animation Frame Requested in timeline recording
+        https://bugs.webkit.org/show_bug.cgi?id=157707
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/DataGrid.css:
+        (.data-grid:not(.variable-height-rows) > .data-container > table.data > tbody > tr > td > div):
+
 2016-05-13  Simon Fraser  <simon.fra...@apple.com>
 
         Unprefix -webkit-cross-fade()

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.css (200917 => 200918)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.css	2016-05-14 06:31:51 UTC (rev 200917)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.css	2016-05-14 14:59:55 UTC (rev 200918)
@@ -122,6 +122,10 @@
     background-size: 100% 40px;
 }
 
+.data-grid:not(.variable-height-rows) > .data-container > table.data > tbody > tr > td > div {
+    height: 16px;
+}
+
 .data-grid:not(.variable-height-rows) table.data.odd-first-zebra-stripe {
     background-image: linear-gradient(to bottom, var(--odd-zebra-stripe-row-background-color), var(--odd-zebra-stripe-row-background-color) 50%, var(--even-zebra-stripe-row-background-color) 50%, var(--even-zebra-stripe-row-background-color));
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to