Skip to content

Commit

Permalink
[ci visual]
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Mar 30, 2021
1 parent e553e82 commit 71a2cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,8 @@ exports[`Storyshots Components/List/Standard Interactive 1`] = `


</ul>


</section>
`;

Expand Down
1 change: 1 addition & 0 deletions stories/list/standard/standard-list.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export const interactive = () => `<h4>Interactive Items</h4>
<li role="listitem" tabindex="0" class="fd-list__item fd-list__item--interractive is-selected">
<span class="fd-list__title">List item 5 - with .is-selected</span>
</li>
</ul>
`;

interactive.storyName = 'Interactive';
Expand Down

0 comments on commit 71a2cb8

Please sign in to comment.