Sorry to, again, add another task to your list! The CSS class for hover and focus option items are not applied correctly for jQuery UI. Currently, they are applied to the LI elements and should be applied to the anchors. The problem is that, currently, anchors have a white text color for dark themes as their color is taken from the ui-widget-content class, Therefore the .ui-state-focus classes and such should be applied to the anchor to override the CSS rule .ui-widget-content a which sets a bright color for the dark background. Thus, the ui-state-focus and such should be applied to the a selector.
Sorry to, again, add another task to your list! The CSS class for hover and focus option items are not applied correctly for jQuery UI. Currently, they are applied to the
LIelements and should be applied to the anchors. The problem is that, currently, anchors have a white text color for dark themes as their color is taken from theui-widget-contentclass, Therefore the.ui-state-focusclasses and such should be applied to the anchor to override the CSS rule.ui-widget-content awhich sets a bright color for the dark background. Thus, theui-state-focusand such should be applied to theaselector.