Make WordPress Core

Changeset 41830


Ignore:
Timestamp:
10/11/2017 06:24:10 PM (6 years ago)
Author:
melchoyce
Message:

Code Editors: Improve cursor interactions on warning notices.

Fixes an issue where hovering over the warning icon didn't work if there were multiple warnings on the same line of code. Also updates the cursor from "pointer" to "help" when hovering over warnings and errors.

Props joyously, obenland.
Fixes #42129.

File:
1 edited

Legend:

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

    r41376 r41830  
    33.wrap .CodeMirror-lint-marker-multiple {
    44    background-image: none;
     5    cursor: help;
     6}
     7
     8.wrap .CodeMirror-lint-marker-multiple {
     9    position: absolute;
     10    top: 0;
    511}
    612
Note: See TracChangeset for help on using the changeset viewer.