Title: [193035] branches/safari-601-branch/Source/WebInspectorUI
- Revision
- 193035
- Author
- [email protected]
- Date
- 2015-12-03 10:33:57 -0800 (Thu, 03 Dec 2015)
Log Message
Merge r187576. rdar://problem/23221163
Modified Paths
Diff
Modified: branches/safari-601-branch/Source/WebInspectorUI/ChangeLog (193034 => 193035)
--- branches/safari-601-branch/Source/WebInspectorUI/ChangeLog 2015-12-03 18:33:52 UTC (rev 193034)
+++ branches/safari-601-branch/Source/WebInspectorUI/ChangeLog 2015-12-03 18:33:57 UTC (rev 193035)
@@ -1,5 +1,21 @@
2015-12-01 Timothy Hatcher <[email protected]>
+ Merge r187576. rdar://problem/23221163
+
+ 2015-07-29 Nikita Vasilyev <[email protected]>
+
+ Web Inspector: " = $0" text in the Elements panel should anti-aliased
+ https://bugs.webkit.org/show_bug.cgi?id=147432
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/DOMTreeOutline.css:
+ (.dom-tree-outline li.selected > span::after):
+ (.dom-tree-outline:focus li.selected > span::after):
+ Decrease the opacity just slightly to make " = $0" more distinct from DOM nodes.
+
+2015-12-01 Timothy Hatcher <[email protected]>
+
Merge r187570. rdar://problem/23221163
2015-07-29 Matt Baker <[email protected]>
Modified: branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css (193034 => 193035)
--- branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css 2015-12-03 18:33:52 UTC (rev 193034)
+++ branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css 2015-12-03 18:33:57 UTC (rev 193035)
@@ -74,13 +74,13 @@
.dom-tree-outline li.selected > span::after {
content: " = $0";
- opacity: 0.33;
+ color: hsla(0, 0%, 0%, 0.33);
position: absolute;
white-space: pre;
}
.dom-tree-outline:focus li.selected > span::after {
- opacity: 0.9;
+ color: hsla(0, 100%, 100%, 0.7);
}
.dom-tree-outline ol {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes