Title: [175138] trunk/Source/WebInspectorUI
Revision
175138
Author
[email protected]
Date
2014-10-23 12:56:22 -0700 (Thu, 23 Oct 2014)

Log Message

Web Inspector: Double border appearing in node sidebar in expanded items in OS X Mavericks.
https://bugs.webkit.org/show_bug.cgi?id=138011

Reviewed by Timothy Hatcher.

Selector added for OS X Mavericks and earlier versions using .mac-platform.legacy.

* UserInterface/Views/DetailsSection.css:
(body.mac-platform.legacy .details-section .details-section:first-child):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (175137 => 175138)


--- trunk/Source/WebInspectorUI/ChangeLog	2014-10-23 19:51:09 UTC (rev 175137)
+++ trunk/Source/WebInspectorUI/ChangeLog	2014-10-23 19:56:22 UTC (rev 175138)
@@ -1,3 +1,15 @@
+2014-10-23  Jono Wells  <[email protected]>
+
+        Web Inspector: Double border appearing in node sidebar in expanded items in OS X Mavericks.
+        https://bugs.webkit.org/show_bug.cgi?id=138011
+
+        Reviewed by Timothy Hatcher.
+
+        Selector added for OS X Mavericks and earlier versions using .mac-platform.legacy.
+
+        * UserInterface/Views/DetailsSection.css:
+        (body.mac-platform.legacy .details-section .details-section:first-child):
+
 2014-10-21  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Test TestWebKitAPI/WebKit2Gtk/TestInspectorServer fails

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.css (175137 => 175138)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.css	2014-10-23 19:51:09 UTC (rev 175137)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DetailsSection.css	2014-10-23 19:56:22 UTC (rev 175138)
@@ -53,6 +53,10 @@
     border-top: 1px solid rgb(179, 179, 179);
 }
 
+body.mac-platform.legacy .details-section .details-section:first-child {
+    border-top: none;
+}
+
 .details-section > .header {
     position: -webkit-sticky;
     top: -1px;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to