We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bbbd7 commit 58eddccCopy full SHA for 58eddcc
1 file changed
styles/atom-ide-datatips.less
@@ -146,3 +146,14 @@
146
}
147
// user-select: text; // allow selecting text // TODO does not work
148
149
+
150
+// Highlight the hovered words
151
+atom-text-editor {
152
153
+ .datatip-highlight-region > .region {
154
+ // Use a faded version of the cursor color so as to have a distinction when
155
+ // overlapping with a selection (`@syntax-selection-color`). This element is
156
+ // on top of the selection element, so that will show through.
157
+ background: fade(@syntax-cursor-color, 10%);
158
+ }
159
+}
0 commit comments