Title: [185139] trunk/Source/WebInspectorUI
Revision
185139
Author
nvasil...@apple.com
Date
2015-06-02 19:46:44 -0700 (Tue, 02 Jun 2015)

Log Message

Web Inspector: Use non-monospace font for the frame selector
https://bugs.webkit.org/show_bug.cgi?id=145586

Reviewed by Timothy Hatcher.

* UserInterface/Views/HierarchicalPathComponent.css:
(.hierarchical-path-component):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (185138 => 185139)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-06-03 02:33:16 UTC (rev 185138)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-06-03 02:46:44 UTC (rev 185139)
@@ -1,5 +1,15 @@
 2015-06-02  Nikita Vasilyev  <nvasil...@apple.com>
 
+        Web Inspector: Use non-monospace font for the frame selector
+        https://bugs.webkit.org/show_bug.cgi?id=145586
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/HierarchicalPathComponent.css:
+        (.hierarchical-path-component):
+
+2015-06-02  Nikita Vasilyev  <nvasil...@apple.com>
+
         Web Inspector: Dashboard arrow icon on the right is overlapped by a long function/file name
         https://bugs.webkit.org/show_bug.cgi?id=145540
 

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/HierarchicalPathComponent.css (185138 => 185139)


--- trunk/Source/WebInspectorUI/UserInterface/Views/HierarchicalPathComponent.css	2015-06-03 02:33:16 UTC (rev 185138)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/HierarchicalPathComponent.css	2015-06-03 02:46:44 UTC (rev 185139)
@@ -28,6 +28,9 @@
     position: relative;
     height: 20px;
     min-width: 32px;
+
+    font-family: -webkit-system-font, sans-serif;
+    font-size: 11px;
 }
 
 .hierarchical-path-component.show-selector-arrows {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to