You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using a kendo angular kendo-multiselect control in a kendo-dialog the hover state styles of the multi select items get overriden by ".k-window-content .k-button" selector that removes the background color with "background: none !important;". Then in a hover state, the item will have no background.
I've tested the hover state in a dialog with the default theme and there it works as expected.
Describe the bug
When using a kendo angular kendo-multiselect control in a kendo-dialog the hover state styles of the multi select items get overriden by ".k-window-content .k-button" selector that removes the background color with "background: none !important;". Then in a hover state, the item will have no background.
I've tested the hover state in a dialog with the default theme and there it works as expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Hovered items have proper background color.
Screenshots
The red circle is an item that I'm currently hovering over.
Browser
The text was updated successfully, but these errors were encountered: