-
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: disabled caret change from left to right #11459
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11459 +/- ##
==========================================
- Coverage 66.59% 62.26% -4.33%
==========================================
Files 863 863
Lines 40986 40978 -8
Branches 3694 3693 -1
==========================================
- Hits 27295 25516 -1779
- Misses 13594 15283 +1689
- Partials 97 179 +82
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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!
thank you! |
This works, but I thought the conversation was about fully removing the caret to align with our other label+popovers pattern. |
Sortby, Metrics and Filters popovers all have caret. We will likely to remove them
to get closer to SIP 34. will address them while we work on reorganizing
the control panel.
…On Wed, Oct 28, 2020 at 10:15 PM Maxime Beauchemin ***@***.***> wrote:
This works, but I thought the conversation was about fully removing the
caret to align with our other label+popovers pattern.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11459 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQFR5U3IF6GJHTFSAF4HZFLSND255ANCNFSM4TCSW5YA>
.
|
SUMMARY
When clicking on monitor or filter value, caret was changing from left to right while popup was showing up. Right now a caret has only right direction.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
&
After:
&
TEST PLAN
Percentage Metrics
andSort By
options and click on them to see popupADDITIONAL INFORMATION
Fixes #11434