Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

feat(list): Add disabled class name to constants #4558

Merged
merged 4 commits into from
Apr 2, 2019
Merged
Changes from 1 commit
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
1 change: 1 addition & 0 deletions packages/mdc-list/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
const cssClasses = {
LIST_ITEM_ACTIVATED_CLASS: 'mdc-list-item--activated',
LIST_ITEM_CLASS: 'mdc-list-item',
LIST_ITEM_DISABLED_CLASS: 'mdc-list-item--disabled',
LIST_ITEM_SELECTED_CLASS: 'mdc-list-item--selected',
ROOT: 'mdc-list',
};
Expand Down