How to remove gantt_selected highlight from task_class only

I’m trying to remove the highlight from the task bar only and but I want to leave the highlight on the left hand tree.

I tried editing the task_class with my own styles but gantt_selected still overrides my styles.

How can I remove the highlight on the bar and have it show green like the bar below it.

Image below.

It turns out my stile name started with a number so it wouldn’t override the styles.

Hello,
Usually, the style of the selected row and task doesn’t affect the task bar.
If you don’t want to see the selection in the timeline area, you can redefine the “selected row” style.
Here is an example:
http://snippet.dhtmlx.com/12f6b53e6
If that doesn’t help you, please reproduce the issue in the snippet, click on the “Share” button and copy the link.

Thanks for the help it worked out nicely.