cellView.unhighlight([el[, options]])
Removes a highlighter added to the cell view.
When the method is called, the cell:unhighlight
paper event is triggered.
It is
important to note that if you highlighted a cell using custom options, you must provide those exact same options when using the unhighlight method.
To avoid this and for greater flexibility use
highlighters API instead.