kendo-ui-core
kendo-ui-core copied to clipboard
The background-color of a selected Grid row disappears in the LESS themes
Describe the bug
When using the LESS themes, the row selection feature doesn't behave as expected. The background-color of the selected row disappears as soon as the row stops being hovered.
To reproduce
The problem can be observed in the Grid's selection demo. Just choose any of the LESS themes(tested with bootstrap and default) and click on one of the rows to select it.
Move the cursor outside of the row and the background-color disappears. Move the cursor back to the row and the background-color reappears.
Expected behavior
The background-color should stay as long as the row is selected, not just when the row is hovered.
Screenshots
Select the row:

Move the cursor out:

Move the cursor in:

Affected suites (please remove the unneeded items)
- Kendo UI for jQuery (observed in jQuery)
Affected browsers (please remove the unneeded items)
- All
Build system information (please remove the unneeded items)
- Not Applicable
Also reported in ticket 1575837
https://github.com/telerik/kendo/pull/15967 PR with the fix