I'm using the Tern plugin for CodeMirror, which adds intellisense features to the editor (i.e. pops up inline hint-labels).
I want to change the hint-labels style, how to do so?
I'm using the Tern plugin for CodeMirror, which adds intellisense features to the editor (i.e. pops up inline hint-labels).
I want to change the hint-labels style, how to do so?
Tern attaches CSS classnames to the hint box, you can utilize them to style it, e.g.:
… which will result in this: