Skip to content

Fixed markup #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions page/jquery-ui/theming/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ The following CSS classes are split between ui.core.css and ui.theme.css, depend
### Interaction Cues

* `.ui-state-highlight`: Class to be applied to highlighted or selected elements. Applies "highlight" container styles to an element and its child text, links, and icons.
* `.ui-state-error:</strong> Class to be applied to error messaging container elements. Applies "error" container styles to an element and its child text, links, and icons.
* `.ui-state-error-text:</strong> An additional class that applies just the error text color without background. Can be used on form labels for instance. Also applies error icon color to child icons.
* `.ui-state-disabled:</strong> Applies a dimmed opacity to disabled UI elements. Meant to be added in addition to an already-styled element.
* `.ui-priority-primary:</strong> Class to be applied to a priority-1 button in situations where button hierarchy is needed. Applies bold text.
* `.ui-priority-secondary:</strong> Class to be applied to a priority-2 button in situations where button hierarchy is needed. Applies normal weight text and slight transparency to element.
* `.ui-state-error:` Class to be applied to error messaging container elements. Applies "error" container styles to an element and its child text, links, and icons.
* `.ui-state-error-text:` An additional class that applies just the error text color without background. Can be used on form labels for instance. Also applies error icon color to child icons.
* `.ui-state-disabled:` Applies a dimmed opacity to disabled UI elements. Meant to be added in addition to an already-styled element.
* `.ui-priority-primary:` Class to be applied to a priority-1 button in situations where button hierarchy is needed. Applies bold text.
* `.ui-priority-secondary:` Class to be applied to a priority-2 button in situations where button hierarchy is needed. Applies normal weight text and slight transparency to element.

### Icons

Expand Down