-
Notifications
You must be signed in to change notification settings - Fork 32
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: Update Spectrum Theme for Missing ContextualHelpTrigger Icon #2330
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2330 +/- ##
=======================================
Coverage 46.71% 46.71%
=======================================
Files 704 704
Lines 39031 39031
Branches 9752 9752
=======================================
Hits 18234 18234
Misses 20786 20786
Partials 11 11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -9,6 +9,12 @@ label[class*='spectrum-'] { | |||
margin-bottom: 0; | |||
} | |||
|
|||
[class*='spectrum-Menu-itemGrid'] svg, |
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.
you could consider linking this to PR that would allow this lines removal
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.
Added
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2330 +/- ##
==========================================
- Coverage 46.71% 46.70% -0.02%
==========================================
Files 704 704
Lines 39031 39044 +13
Branches 9752 9942 +190
==========================================
Hits 18234 18234
+ Misses 20786 20756 -30
- Partials 11 54 +43
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This is for
ui.menu
https://deephaven.atlassian.net/browse/DH-18089
The ContexualHelpTrigger icon does not display because incorrect box-sizing.