Title: [172571] branches/safari-600.1-branch/Source/WebInspectorUI
- Revision
- 172571
- Author
- [email protected]
- Date
- 2014-08-13 21:16:49 -0700 (Wed, 13 Aug 2014)
Log Message
Merged r172533. <rdar://problem/18009039>
Modified Paths
Diff
Modified: branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog (172570 => 172571)
--- branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog 2014-08-14 04:15:10 UTC (rev 172570)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog 2014-08-14 04:16:49 UTC (rev 172571)
@@ -1,5 +1,23 @@
2014-08-13 Lucas Forschler <[email protected]>
+ Merge r172533
+
+ 2014-08-13 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: Inline DataGrid inside details sidebar has double thick top border with legacy styles
+ https://bugs.webkit.org/show_bug.cgi?id=135894
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/DetailsSection.css:
+ (body.mac-platform.legacy .details-section:not(.collapsed) .data-grid.inline):
+ In legacy styles the details-section header always has a 1px bottom border.
+ In all styles, an inline data grid had a 1px border everywhere. So, handle
+ this specific case by removing the top border of an inline data grid
+ that is inside an expanded details section.
+
+2014-08-13 Lucas Forschler <[email protected]>
+
Merge r172531
2014-08-13 Joseph Pecoraro <[email protected]>
Modified: branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/DetailsSection.css (172570 => 172571)
--- branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/DetailsSection.css 2014-08-14 04:15:10 UTC (rev 172570)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/UserInterface/Views/DetailsSection.css 2014-08-14 04:16:49 UTC (rev 172571)
@@ -107,6 +107,10 @@
box-shadow: none;
}
+body.mac-platform.legacy .details-section:not(.collapsed) .data-grid.inline {
+ border-top: none;
+}
+
.details-section.computed-style-properties:not(.collapsed) > .header {
background-color: rgb(255, 255, 255);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes