Title: [170112] trunk/Source/WebInspectorUI
Revision
170112
Author
jonowe...@apple.com
Date
2014-06-18 12:19:52 -0700 (Wed, 18 Jun 2014)

Log Message

Web Inspector: REGRESSION: Style declaration editor: placeholder misaligned
https://bugs.webkit.org/show_bug.cgi?id=134012

Reviewed by Timothy Hatcher.

Removed a rule needed to align the placeholder for selectors in
the style declation text editors with no rules declared in
http://trac.webkit.org/changeset/170077. The necessary
rule has been added back to fix the issue.

* UserInterface/Views/CSSStyleDeclarationTextEditor.css:
(.css-style-text-editor > .CodeMirror .CodeMirror-placeholder):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (170111 => 170112)


--- trunk/Source/WebInspectorUI/ChangeLog	2014-06-18 19:19:51 UTC (rev 170111)
+++ trunk/Source/WebInspectorUI/ChangeLog	2014-06-18 19:19:52 UTC (rev 170112)
@@ -1,3 +1,18 @@
+2014-06-18  Jono Wells  <jonowe...@apple.com>
+
+        Web Inspector: REGRESSION: Style declaration editor: placeholder misaligned
+        https://bugs.webkit.org/show_bug.cgi?id=134012
+
+        Reviewed by Timothy Hatcher.
+
+        Removed a rule needed to align the placeholder for selectors in 
+        the style declation text editors with no rules declared in
+        http://trac.webkit.org/changeset/170077. The necessary
+        rule has been added back to fix the issue.
+
+        * UserInterface/Views/CSSStyleDeclarationTextEditor.css:
+        (.css-style-text-editor > .CodeMirror .CodeMirror-placeholder):
+
 2014-06-17  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: PrettyPrinting regression on "var a=1"

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.css (170111 => 170112)


--- trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.css	2014-06-18 19:19:51 UTC (rev 170111)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.css	2014-06-18 19:19:52 UTC (rev 170112)
@@ -40,6 +40,7 @@
     font-family: "Lucida Grande", sans-serif;
     color: rgb(128, 128, 128);
     padding: 0 5px 0 25px;
+    text-indent: 0;
 }
 
 .css-style-text-editor > .CodeMirror pre {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to