Skip to content

Does this fix some chromatic issues? #1997

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
May 27, 2025
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
Prev Previous commit
Next Next commit
is 2 stories the problem?
  • Loading branch information
Diaan committed Apr 29, 2025
commit 8093cc1bb65c91c28b3336fa5c8f30e96cf6992c
13 changes: 1 addition & 12 deletions chromatic/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,7 @@ const preview: Preview = {
? story()
: html`<h1>State: Default <small>(including "disabled")</small></h1>
${story()}
<h1>State: Hover</h1>
<div class="sb-fake-hover">
${story()}
</div>
<h1>State: Active</h1>
<div class="sb-fake-active">
${story()}
</div>
<h1>State: Focus</h1>
<div class="sb-fake-focus-visible">
${story()}
</div>
${story()}
`
}`
},
Expand Down