Declined
Last Updated: 22 Nov 2013 18:15 by ADMIN
Vadim
Created on: 25 Oct 2013 09:31
Category: Kendo UI for jQuery
Type: Feature Request
3
Make CSS classes of widgets more specific
Problem:
the same CSS classes are used for styling of different widgets, hence when they nest, styles interfere.

Example:
MultiSelect in a Grid column filter. The filter form is placed in the column menu and menu item styling (.k-filter-menu .k-button) is propagated to all k-buttons in it, including MultiSelect's selected item tags that are also k-buttons and have styling with lower specificity.

Solution:
Use additional CSS classes for specific styling. That is .k-button is Ok for generic styling (color, border, hovers), and another, say .k-item-tag and .k-menu-item, for widget specific (margin, width etc.)
1 comment
ADMIN
Telerik Admin
Posted on: 22 Nov 2013 18:15
This seems like an issue to me, since the styles for the widgets should no interfere when nested.

Can you please submit a formal support report on kendoui.com for this to investigate further and provide an appropriate answer/solution?