You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theui-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, theui-state-focus
and such should be applied to thea
selector.The text was updated successfully, but these errors were encountered: