Skip to content

Commit

Permalink
fix(list): Removed unnecessary options list variant
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 468619932
  • Loading branch information
material-web-copybara authored and copybara-github committed Aug 19, 2022
1 parent 3e2b20a commit 6b6d651
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 134 deletions.
21 changes: 0 additions & 21 deletions list/lib/listitem/constants.ts

This file was deleted.

2 changes: 1 addition & 1 deletion list/lib/listitem/list-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {pointerPress, shouldShowStrongFocus} from '@material/web/focus/strong-fo
import {MdRipple} from '@material/web/ripple/ripple';
import {ARIARole} from '@material/web/types/aria';
import {html, TemplateResult} from 'lit';
import {property, query, state} from 'lit/decorators';
import {property, query} from 'lit/decorators';
import {ClassInfo, classMap} from 'lit/directives/class-map';
import {ifDefined} from 'lit/directives/if-defined';

Expand Down
14 changes: 0 additions & 14 deletions list/lib/listitem/option-list-item.ts

This file was deleted.

15 changes: 0 additions & 15 deletions list/lib/listitem/state.ts

This file was deleted.

31 changes: 0 additions & 31 deletions list/lib/option-list.ts

This file was deleted.

26 changes: 0 additions & 26 deletions list/option-list-item.ts

This file was deleted.

26 changes: 0 additions & 26 deletions list/option-list.ts

This file was deleted.

0 comments on commit 6b6d651

Please sign in to comment.