-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
feat(storiesNav): adding classNames to stories nav elements #6571
feat(storiesNav): adding classNames to stories nav elements #6571
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-feature-add-classnames-t.storybook.now.sh |
785a938
to
88735c3
Compare
- adding classNames to stories nav elements - updating LogoLink to support html elements This PR is a replacement for the deep theming PR: #6098
074bcb3
to
f46a455
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider my comment above, if you think it's worth it to encapsulate the adding of classnames.
Looks like the CI doesn't like the branchname, but all else looks ok: |
Codecov Report
@@ Coverage Diff @@
## next #6571 +/- ##
=========================================
+ Coverage 40.1% 40.11% +0.01%
=========================================
Files 633 633
Lines 8660 8662 +2
Branches 619 619
=========================================
+ Hits 3473 3475 +2
Misses 5098 5098
Partials 89 89
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## next #6571 +/- ##
=========================================
+ Coverage 40.1% 40.11% +0.01%
=========================================
Files 633 633
Lines 8660 8662 +2
Branches 619 619
=========================================
+ Hits 3473 3475 +2
Misses 5098 5098
Partials 89 89
Continue to review full report at Codecov.
|
Feature:
adding classNames to stories nav elements
What I did
This PR is a replacement for the deep theming PR:
#6098