Skip to content
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 tooltip delay #215

Merged
merged 4 commits into from
Oct 11, 2023
Merged

Fix tooltip delay #215

merged 4 commits into from
Oct 11, 2023

Conversation

guillaume60240
Copy link
Collaborator

❓ Types of changes

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • πŸ“¦ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Delete default delay variable

πŸ“ Checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes
  • The component exists on old Prestashop UIKit and my pull request on migrating documentation is accepted.

@mattgoud mattgoud merged commit 46e250b into main Oct 11, 2023
2 checks passed
@mattgoud mattgoud deleted the fix-tooltip-delay branch October 11, 2023 13:17
@@ -7,7 +7,7 @@
}

&__tip {
@apply absolute bg-primary text-white px-3 py-2 font-primary transition-opacity duration-300;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On ne veut pas du tout d'animation ? Si c'est bien ca, autant retirer aussi la transition-opacity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants