Skip to content

Commit 0c23689

Browse files
KonishchevDmitryajpiano
authored andcommitted
Remove extraneous broken markup from jQuery UI Theming API article. Fixes jquery#254.
1 parent c950f60 commit 0c23689

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

page/jquery-ui/theming/api.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The following CSS classes are split between ui.core.css and ui.theme.css, depend
3737
### Interaction Cues
3838

3939
* `.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.
40-
* `.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.
41-
* `.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.
42-
* `.ui-state-disabled:</strong> Applies a dimmed opacity to disabled UI elements. Meant to be added in addition to an already-styled element.
43-
* `.ui-priority-primary:</strong> Class to be applied to a priority-1 button in situations where button hierarchy is needed. Applies bold text.
44-
* `.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.
40+
* `.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.
41+
* `.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.
42+
* `.ui-state-disabled:` Applies a dimmed opacity to disabled UI elements. Meant to be added in addition to an already-styled element.
43+
* `.ui-priority-primary:` Class to be applied to a priority-1 button in situations where button hierarchy is needed. Applies bold text.
44+
* `.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.
4545

4646
### Icons
4747

0 commit comments

Comments
 (0)