Title: [188728] trunk/Source/WebInspectorUI
Revision
188728
Author
drou...@apple.com
Date
2015-08-20 18:35:32 -0700 (Thu, 20 Aug 2015)

Log Message

Web Inspector: Font size between computed and set value is off in visual styles popups
https://bugs.webkit.org/show_bug.cgi?id=148226

Reviewed by Timothy Hatcher.

* UserInterface/Views/VisualStylePropertyEditor.css:
(.visual-style-property-container > .visual-style-property-value-container > .visual-style-special-property-placeholder):
Increased font-size to match the font-size of the overlaid select element.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (188727 => 188728)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-08-21 01:33:58 UTC (rev 188727)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-08-21 01:35:32 UTC (rev 188728)
@@ -1,3 +1,14 @@
+2015-08-20  Devin Rousso  <drou...@apple.com>
+
+        Web Inspector: Font size between computed and set value is off in visual styles popups
+        https://bugs.webkit.org/show_bug.cgi?id=148226
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/VisualStylePropertyEditor.css:
+        (.visual-style-property-container > .visual-style-property-value-container > .visual-style-special-property-placeholder):
+        Increased font-size to match the font-size of the overlaid select element.
+
 2015-08-20  Matt Baker  <mattba...@apple.com>
 
         Web Inspector: Filtered frames shouldn't be selectable in the Rendering Frames overview graph

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditor.css (188727 => 188728)


--- trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditor.css	2015-08-21 01:33:58 UTC (rev 188727)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/VisualStylePropertyEditor.css	2015-08-21 01:35:32 UTC (rev 188728)
@@ -82,6 +82,7 @@
     border-radius: 4px;
     background-color: white;
     color: hsl(0, 0%, 50%);
+    font-size: 11px;
     pointer-events: none;
     overflow: hidden;
     white-space: nowrap;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to