-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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(CRUD): make to fix the dancing when crud view is on hover #20051
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20051 +/- ##
=======================================
Coverage 66.35% 66.35%
=======================================
Files 1712 1714 +2
Lines 64083 64112 +29
Branches 6744 6753 +9
=======================================
+ Hits 42523 42544 +21
- Misses 19847 19850 +3
- Partials 1713 1718 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@rusackas Ephemeral environment spinning up at http://35.89.181.55:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
…#20051) * fix(CRUD): make to fix the dancing when crud view is on hover * fix(CRUD): make to restore font size property
…#20051) * fix(CRUD): make to fix the dancing when crud view is on hover * fix(CRUD): make to restore font size property
SUMMARY
[CRUD view] Dancing tooltip under Actions items
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
BEFORE:
Screen.Recording.2022-05-12.at.12.21.53.AM.mov
AFTER:
crud-view-hover.mov
TESTING INSTRUCTIONS
Repro steps
1, Go to dashboard list/chart list/dataset list
2, move mouse under the edit or delete icon
ADDITIONAL INFORMATION