This approach works on me:
css:
[contentEditable="true"]:focus { outline: 0px !important; }
js:
init={highlight_on_focus: false}