Code Editors: Fix display of "help" cursor.
Props studionashvegas . Fixes #42210. git-svn-id: https://develop.svn.wordpress.org/trunk@41897 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
65585359c3
commit
6f326e407d
@ -2,6 +2,10 @@
|
||||
.wp-core-ui [class*="CodeMirror-lint-message"],
|
||||
.wrap .CodeMirror-lint-marker-multiple {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.wp-core-ui .CodeMirror-lint-marker-error,
|
||||
.wp-core-ui .CodeMirror-lint-marker-warning {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user