Title: [193036] branches/safari-601-branch/Source/WebInspectorUI
- Revision
- 193036
- Author
- [email protected]
- Date
- 2015-12-03 10:34:01 -0800 (Thu, 03 Dec 2015)
Log Message
Merge r187577. rdar://problem/23221163
Modified Paths
Diff
Modified: branches/safari-601-branch/Source/WebInspectorUI/ChangeLog (193035 => 193036)
--- branches/safari-601-branch/Source/WebInspectorUI/ChangeLog 2015-12-03 18:33:57 UTC (rev 193035)
+++ branches/safari-601-branch/Source/WebInspectorUI/ChangeLog 2015-12-03 18:34:01 UTC (rev 193036)
@@ -1,5 +1,20 @@
2015-12-01 Timothy Hatcher <[email protected]>
+ Merge r187577. rdar://problem/23221163
+
+ 2015-07-29 Nikita Vasilyev <[email protected]>
+
+ Web Inspector: Border line in the debug popover should be semi-transparent black, not dark yellow
+ https://bugs.webkit.org/show_bug.cgi?id=147435
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/SourceCodeTextEditor.css:
+ (.popover .debugger-popover-content > .body):
+ (@media (-webkit-min-device-pixel-ratio: 2)): Use hairline borders on retina.
+
+2015-12-01 Timothy Hatcher <[email protected]>
+
Merge r187576. rdar://problem/23221163
2015-07-29 Nikita Vasilyev <[email protected]>
Modified: branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.css (193035 => 193036)
--- branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.css 2015-12-03 18:33:57 UTC (rev 193035)
+++ branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.css 2015-12-03 18:34:01 UTC (rev 193036)
@@ -159,7 +159,7 @@
}
.popover .debugger-popover-content > .body {
- border-top: 1px solid hsl(60, 27%, 66%);
+ border-top: 1px solid hsla(0, 0%, 0%, 0.3);
overflow: auto;
margin-top: 5px;
padding-top: 5px;
@@ -183,3 +183,9 @@
-webkit-transform: translateY(1px);
}
+
+@media (-webkit-min-device-pixel-ratio: 2) {
+ .popover .debugger-popover-content > .body {
+ border-width: 0.5px;
+ }
+}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes