Make WordPress Core

Changeset 41897


Ignore:
Timestamp:
10/18/2017 01:10:16 PM (7 years ago)
Author:
melchoyce
Message:

Code Editors: Fix display of "help" cursor.

Props studionashvegas .
Fixes #42210.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/code-editor.css

    r41830 r41897  
    33.wrap .CodeMirror-lint-marker-multiple {
    44    background-image: none;
     5}
     6
     7.wp-core-ui .CodeMirror-lint-marker-error,
     8.wp-core-ui .CodeMirror-lint-marker-warning {
    59    cursor: help;
    610}
Note: See TracChangeset for help on using the changeset viewer.