-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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(Dashboard): Fix blinking native filters on zoom #18717
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18717 +/- ##
==========================================
- Coverage 66.34% 66.33% -0.02%
==========================================
Files 1619 1619
Lines 62941 62959 +18
Branches 6343 6352 +9
==========================================
+ Hits 41756 41761 +5
- Misses 19533 19541 +8
- Partials 1652 1657 +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 |
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!
@geido Ephemeral environment spinning up at http://54.202.5.226:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
Thank you @geido for the quick reaction! Much appreciated. |
SUMMARY
Fixes #18213
This PR hides the more icon from the filter bar which is unnecessary and it is causing the filters to blink when the page is zoomed or on larger screens.
BEFORE
NEW.DASHBOARD.mp4
AFTER
NEW.DASHBOARD.1.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION