I am trying to keep a normal font weight for the items selected in a igcombo but cant seem to get the right css class to apply that effect. i have tried the following already but to no avail -
.ui-igcombo-listitem.ui-igcombo-listitem-hover.ui-state-hover,.ui-igcombo-listitem.ui-igcombo-listitem-selected.ui-state-highlight,.ui-igcombo-listitem.ui-igcombo-listitem-selected.ui-state-highlight.ui-igcombo-listitem-match,.ui-widget input
The hover has a normal font weight but the selected item is bold. Is there a class which i am missing?
Hello Robert,
The default css used to bold the selected item is located at line Line 173:.ui-igcombo-listitem-match{font-weight:bold}
A link to the CDN where this CSS is located, could be found at: http://cdn-na.infragistics.com/igniteui/2014.2/latest/css/structure/infragistics.css It is possible to either modify the default css used or override it with your own, using the same class and setting different values. Please let me know if you have more questions regarding this topic.