-
Notifications
You must be signed in to change notification settings - Fork 63
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
Fix: Components styles and update data attributes #1287
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@apply bg-transparent text-gray-800; | ||
@apply hover:text-pink-600; | ||
[data-accordion-button] { | ||
color: #171a1c; |
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.
I do update this stylesheet. But this was not this task's purpose. So I decided to do it separately later.
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.
LGTM, Fanny! 🚀
I've just committed a minor fix on the Accordion documentation.
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 29de70e:
|
What's the purpose of this pull request?
I've noticed that some components' styles were broken in our documentation and found that we missed some updates after the changes made on this PR a while ago.
We changed multiple components' data attributes to enforce a new pattern, and we removed
store
from the inner components/elements' data attributes. Still, we forgot to update them in some places.Note: The
Card
component is also broken but addressed on another PRHow it works?
This PR should fix some styles and updates some docs.
Accordion
Banner
Slider
Table
How to test it?
You can compare the components listed above in the current documentation and the preview.