Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
650
combobox dropdown selected value font weight
posted

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?