Title: [193946] trunk/Source/WebInspectorUI
Revision
193946
Author
nvasil...@apple.com
Date
2015-12-10 21:26:15 -0800 (Thu, 10 Dec 2015)

Log Message

Web Inspector: debugger dashboard's switching arrows are positioned too close to the dashboard border
https://bugs.webkit.org/show_bug.cgi?id=151867

Reviewed by Timothy Hatcher.

* UserInterface/Views/DashboardContainerView.css:
(.dashboard-container .advance-arrow):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (193945 => 193946)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-12-11 04:26:03 UTC (rev 193945)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-12-11 05:26:15 UTC (rev 193946)
@@ -1,3 +1,13 @@
+2015-12-10  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: debugger dashboard's switching arrows are positioned too close to the dashboard border
+        https://bugs.webkit.org/show_bug.cgi?id=151867
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/DashboardContainerView.css:
+        (.dashboard-container .advance-arrow):
+
 2015-12-10  Matt Baker  <mattba...@apple.com>
 
         Web Inspector: debugger popover should have source location link when showing function source

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DashboardContainerView.css (193945 => 193946)


--- trunk/Source/WebInspectorUI/UserInterface/Views/DashboardContainerView.css	2015-12-11 04:26:03 UTC (rev 193945)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DashboardContainerView.css	2015-12-11 05:26:15 UTC (rev 193946)
@@ -124,7 +124,7 @@
 .dashboard-container .advance-arrow {
     position: absolute;
     right: 0;
-    width: 12px;
+    width: 19px;
     top: 0;
     bottom: 0;
     padding: 4px 0;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to