Title: [172527] trunk/Source/WebInspectorUI
Revision
172527
Author
commit-qu...@webkit.org
Date
2014-08-13 12:00:53 -0700 (Wed, 13 Aug 2014)

Log Message

Web Inspector: Timeline Close buttons can use polish for new and legacy styles
https://bugs.webkit.org/show_bug.cgi?id=135870

Patch by Joseph Pecoraro <pecor...@apple.com> on 2014-08-13
Reviewed by Timothy Hatcher.

* UserInterface/Images/Legacy/Close.svg:
Ensure this has fill colors in tree selections.

* UserInterface/Views/TimelineSidebarPanel.css:
(.sidebar > .panel.navigation.timeline > .timelines-content .close-button):
(body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .timelines-content .close-button):
(body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .content .item > .status > .status-button):
Size the close-button for the top overviews differently in new styles (14x14) and legacy (12x12).

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (172526 => 172527)


--- trunk/Source/WebInspectorUI/ChangeLog	2014-08-13 18:58:23 UTC (rev 172526)
+++ trunk/Source/WebInspectorUI/ChangeLog	2014-08-13 19:00:53 UTC (rev 172527)
@@ -1,3 +1,19 @@
+2014-08-13  Joseph Pecoraro  <pecor...@apple.com>
+
+        Web Inspector: Timeline Close buttons can use polish for new and legacy styles
+        https://bugs.webkit.org/show_bug.cgi?id=135870
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Images/Legacy/Close.svg:
+        Ensure this has fill colors in tree selections.
+
+        * UserInterface/Views/TimelineSidebarPanel.css:
+        (.sidebar > .panel.navigation.timeline > .timelines-content .close-button):
+        (body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .timelines-content .close-button):
+        (body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .content .item > .status > .status-button):
+        Size the close-button for the top overviews differently in new styles (14x14) and legacy (12x12).
+
 2014-08-13  Timothy Hatcher  <timo...@apple.com>
 
         Web Inspector: Workaround a NSWindow change to the title bar.

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Close.svg (172526 => 172527)


--- trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Close.svg	2014-08-13 18:58:23 UTC (rev 172526)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/Legacy/Close.svg	2014-08-13 19:00:53 UTC (rev 172527)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- Copyright © 2013 Apple Inc. All rights reserved. -->
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 14">
-    <path class="stroked" d="M 12.949219 10.535156 L 11.535156 11.949219 L 8 8.414062 L 4.464844 11.949219 L 3.050781 10.535156 L 6.585938 7 L 3.050781 3.464844 L 4.464844 2.050781 L 8 5.585938 L 11.535156 2.050781 L 12.949219 3.464844 L 9.414062 7 Z"/>
+    <path class="filled" d="M 12.949219 10.535156 L 11.535156 11.949219 L 8 8.414062 L 4.464844 11.949219 L 3.050781 10.535156 L 6.585938 7 L 3.050781 3.464844 L 4.464844 2.050781 L 8 5.585938 L 11.535156 2.050781 L 12.949219 3.464844 L 9.414062 7 Z"/>
 </svg>

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.css (172526 => 172527)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.css	2014-08-13 18:58:23 UTC (rev 172526)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineSidebarPanel.css	2014-08-13 19:00:53 UTC (rev 172527)
@@ -173,16 +173,22 @@
     overflow: hidden;
 }
 
+.sidebar > .panel.navigation.timeline > .timelines-content .close-button {
+    margin-top: 1px;
+    width: 14px;
+    height: 14px;
+
+    visibility: hidden;
+}
+
 body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .timelines-content {
     top: 44px;
 }
 
-.sidebar > .panel.navigation.timeline > .timelines-content .close-button {
+body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .timelines-content .close-button {
     margin-top: 2px;
     width: 12px;
     height: 12px;
-
-    visibility: hidden;
 }
 
 .sidebar > .panel.navigation.timeline > .timelines-content li.item .icon {
@@ -240,6 +246,12 @@
     right: -16px;
 }
 
+body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .content .item > .status > .status-button {
+    width: 12px;
+    height: 12px;
+    margin-top: 2px;
+}
+
 .sidebar > .panel.navigation.timeline > .content > .stripe-background {
     position: absolute;
     top: 0;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to