-
Notifications
You must be signed in to change notification settings - Fork 299
Closed
Labels
Description
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.