Title: [195730] trunk/Source/WebInspectorUI
Revision
195730
Author
[email protected]
Date
2016-01-27 22:00:37 -0800 (Wed, 27 Jan 2016)

Log Message

Web Inspector: Don't show hand cursor for edited attribute
https://bugs.webkit.org/show_bug.cgi?id=152211
<rdar://problem/23870523>

Reviewed by Joseph Pecoraro.

* UserInterface/Views/Editing.css:
(.editing, .editing *):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (195729 => 195730)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-01-28 05:33:22 UTC (rev 195729)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-01-28 06:00:37 UTC (rev 195730)
@@ -1,3 +1,14 @@
+2016-01-27  Nikita Vasilyev  <[email protected]>
+
+        Web Inspector: Don't show hand cursor for edited attribute
+        https://bugs.webkit.org/show_bug.cgi?id=152211
+        <rdar://problem/23870523>
+
+        Reviewed by Joseph Pecoraro.
+
+        * UserInterface/Views/Editing.css:
+        (.editing, .editing *):
+
 2016-01-27  Saam barati  <[email protected]>
 
         CodeMirror will strip out "\r" from files with "\r\n" as newlines causing our offsets into the file to be incorrect

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Editing.css (195729 => 195730)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Editing.css	2016-01-28 05:33:22 UTC (rev 195729)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Editing.css	2016-01-28 06:00:37 UTC (rev 195730)
@@ -46,6 +46,7 @@
 .editing, .editing * {
     color: black !important;
     text-decoration: none !important;
+    cursor: default !important;
 }
 
 .editing br {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to