-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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): top dropdown indicator in tab moved closer to the bottom edge #12658
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12658 +/- ##
==========================================
- Coverage 66.93% 63.83% -3.11%
==========================================
Files 1018 486 -532
Lines 49793 29985 -19808
Branches 4877 0 -4877
==========================================
- Hits 33330 19140 -14190
+ Misses 16340 10845 -5495
+ Partials 123 0 -123
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Looks good |
5985d4a
to
0c183c6
Compare
Thank you @ktmud for checking! I was pretty sure that I'm working on current master (without previous PR it my changes wouldn't help). Now, it's rebased and everything double checked. @adam-stasiak would you like to test? |
tested, LGTM! ✅ Thanks for the fix! |
SUMMARY
Really small fix in drag and drop indicator in tabs area: it is moved a few pixels down to be below the tab name area.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
![before](https://user-images.githubusercontent.com/2536609/105353826-06d78b80-5bf0-11eb-987f-e0594c955f80.png)
After:
![after](https://user-images.githubusercontent.com/2536609/105353835-0a6b1280-5bf0-11eb-873e-5b448546a57a.png)
TEST PLAN
Tabbed Dashboard
)I tested with native filters enabled and disabled.
ADDITIONAL INFORMATION
Connected to: #12486