RadzenDataGrid selection using arrow keys

I can't use the arrow keys for selection realtime, so I decide to use something similar changing the css styles of the default indicator with this color --rz-editor-button-selected-color, so I change the color but I dont want the hover of the selected-color :
.rz-selectable tbody tr.rz-data-row:not(.rz-state-highlight) > td:hover {

}

How can I delete the.rz-selectable tbody tr.rz-data-row:not(.rz-state-highlight) > td:hover ? :smiling_face_with_tear:

You can override the rule with desired different settings using for example !important.