Skip to content

jQuery UI and dark themes #148

@yanickrochon

Description

@yanickrochon

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions