Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export const styles = theme => {
opacity: 0.38,
},
},
/* Styles applied to the root element if `expanded={true}`. */
// eslint-disable-next-line max-len
/* Styles applied to the root element, children wrapper element and `IconButton` component if `expanded={true}`. */
expanded: {},
/* Styles applied to the root and children wrapper elements when focused. */
focused: {},
Expand Down
2 changes: 1 addition & 1 deletion pages/api/expansion-panel-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This property accepts the following keys:
| Name | Description |
|:-----|:------------|
| <span class="prop-name">root</span> | Styles applied to the root element.
| <span class="prop-name">expanded</span> | Styles applied to the root element if `expanded={true}`.
| <span class="prop-name">expanded</span> | Styles applied to the root element, children wrapper element and `IconButton` component if `expanded={true}`.
| <span class="prop-name">focused</span> | Styles applied to the root and children wrapper elements when focused.
| <span class="prop-name">disabled</span> | Styles applied to the root element if `disabled={true}`.
| <span class="prop-name">content</span> | Styles applied to the children wrapper element.
Expand Down