Skip to content

Commit fcacef1

Browse files
committed
[show-hint addon] Give active hint color more precedence
To make it easy for client code to color completions without clashing with the selected styling.
1 parent c2ee5a6 commit fcacef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/hint/show-hint.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
cursor: pointer;
3333
}
3434

35-
.CodeMirror-hint-active {
35+
li.CodeMirror-hint-active {
3636
background: #08f;
3737
color: white;
3838
}

0 commit comments

Comments
 (0)