-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(dropdown-item): remove unused css classes (#9349)
**Related Issue:** # N/A ## Summary Removes unused CSS classes. _Note_: Suggested to install after #9330
- Loading branch information
1 parent
d55ed0e
commit 23b892e
Showing
4 changed files
with
23 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletions
7
packages/calcite-components/src/components/dropdown-item/resources.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
export const CSS = { | ||
container: "container", | ||
containerNone: "container--none-selection", | ||
containerLink: "container--link", | ||
containerMulti: "container--multi-selection", | ||
containerSingle: "container--single-selection", | ||
icon: "dropdown-item-icon", | ||
iconEnd: "dropdown-item-icon-end", | ||
iconStart: "dropdown-item-icon-start", | ||
iconEnd: "dropdown-item-icon--end", | ||
iconStart: "dropdown-item-icon--start", | ||
itemContent: "dropdown-item-content", | ||
link: "dropdown-link", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters