Title: [201934] trunk/Source/WebInspectorUI
Revision
201934
Author
[email protected]
Date
2016-06-10 12:41:46 -0700 (Fri, 10 Jun 2016)

Log Message

Web Inspector: REGRESSION (r201538): Web Inspector: Border under JS Call Trees content view is too thick
https://bugs.webkit.org/show_bug.cgi?id=158624
<rdar://problem/26743633>

Reviewed by Joseph Pecoraro.

Remove top border from <th> elements.

* UserInterface/Views/ProfileView.css:
(.profile > .data-grid th): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (201933 => 201934)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-06-10 18:49:57 UTC (rev 201933)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-06-10 19:41:46 UTC (rev 201934)
@@ -1,3 +1,16 @@
+2016-06-10  Matt Baker  <[email protected]>
+
+        Web Inspector: REGRESSION (r201538): Web Inspector: Border under JS Call Trees content view is too thick
+        https://bugs.webkit.org/show_bug.cgi?id=158624
+        <rdar://problem/26743633>
+
+        Reviewed by Joseph Pecoraro.
+
+        Remove top border from <th> elements.
+
+        * UserInterface/Views/ProfileView.css:
+        (.profile > .data-grid th): Deleted.
+
 2016-06-09  Joseph Pecoraro  <[email protected]>
 
         REGRESSION: Web Inspector: IndexedDB does not show ObjectStore data

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ProfileView.css (201933 => 201934)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ProfileView.css	2016-06-10 18:49:57 UTC (rev 201933)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ProfileView.css	2016-06-10 19:41:46 UTC (rev 201934)
@@ -31,10 +31,6 @@
     bottom: 0;
 }
 
-.profile > .data-grid th {
-    border-top: 1px solid var(--border-color);
-}
-
 .profile > .data-grid td .icon {
     position: relative;
     width: 16px;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to