mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Tidy up ace tooltip styling
This commit is contained in:
parent
b2516117f5
commit
9751089807
@ -2151,7 +2151,8 @@ RED.editor = (function() {
|
|||||||
} else {
|
} else {
|
||||||
editor.setOptions({
|
editor.setOptions({
|
||||||
enableBasicAutocompletion:true,
|
enableBasicAutocompletion:true,
|
||||||
enableSnippets:true
|
enableSnippets:true,
|
||||||
|
tooltipFollowsMouse: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (options.readOnly) {
|
if (options.readOnly) {
|
||||||
|
@ -19,3 +19,11 @@
|
|||||||
background: #999 !important;
|
background: #999 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ace_tooltip {
|
||||||
|
background-image: none;
|
||||||
|
background: #fcffdc;
|
||||||
|
border-radius: 4px;
|
||||||
|
@include component-shadow;
|
||||||
|
border-color: $primary-border-color;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user