⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 185835 in webkit


Ignore:
Timestamp:
Jun 22, 2015, 10:47:33 AM (11 years ago)
Author:
Nikita Vasilyev
Message:

Web Inspector: Unable to select text of user input messages in the console
https://bugs.webkit.org/show_bug.cgi?id=145888

Reviewed by Timothy Hatcher.

  • UserInterface/Views/ConsoleMessageView.css:

(.console-user-command > .console-message-text):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r185800 r185835  
     12015-06-22  Nikita Vasilyev  <nvasilyev@apple.com>
     2
     3        Web Inspector: Unable to select text of user input messages in the console
     4        https://bugs.webkit.org/show_bug.cgi?id=145888
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * UserInterface/Views/ConsoleMessageView.css:
     9        (.console-user-command > .console-message-text):
     10
    1112015-06-20  Nikita Vasilyev  <nvasilyev@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css

    r184045 r185835  
    200200.console-user-command > .console-message-text {
    201201    color: rgb(0, 128, 255);
     202    -webkit-user-select: text;
    202203}
    203204
Note: See TracChangeset for help on using the changeset viewer.