Add the ability to style combined state: e.g. selected:hover:active
Add the ability to style combined state: e.g. selected:hover:active.
Currently, you can style these states separately.
4 comments
ADMIN
Nick Iliev
Posted on:24 Dec 2024 08:08
+1 from t.1674243
The drawer item (Drawer component) in the UI for Blazor sets styles through the combination of selected and hover states (which is not happening in KendoReact), so we must explicitly set styles for that combination as well. Otherwise, the styles are not applied as expected.