We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Feature Discovery animation no longer works in 2.1.0
The background of the component is white:
1.Open the link : Feature Discovery animation no longer works in 2.1.0 2.Click on "Open tap target"
The text was updated successfully, but these errors were encountered:
After analysis, it appears to be a simple CSS issue, specifically the component's background color and text color.
I think we could change https://github.com/materializecss/materialize/blob/main/sass/components/_tapTarget.scss#L39 Line 39 by: background-color: var(--md-sys-color-primary-container); color: var(--md-sys-color-primary);
to use the same color as the btn-floating at the bottom right of the tap component.
Sorry, something went wrong.
I can prepare a PR if the diagnosis and solution are correct
I prepared a PR : #490 Could you please review?
8685841
Merge pull request #490 from OlivierMadant/main
924db40
fix(tapTarget): restore Feature Discovery animation and fix #488
Successfully merging a pull request may close this issue.
Before submitting...
Context
The Feature Discovery animation no longer works in 2.1.0
Current Behavior
The background of the component is white:
Steps to reproduce
1.Open the link : Feature Discovery animation no longer works in 2.1.0
2.Click on "Open tap target"
Your Environment
The text was updated successfully, but these errors were encountered: