-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MudDataGrid: Grouping Icon RTL Support #10743
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #10743 +/- ##
=======================================
Coverage 91.83% 91.83%
=======================================
Files 427 427
Lines 13425 13428 +3
Branches 2589 2591 +2
=======================================
+ Hits 12329 12332 +3
Misses 523 523
Partials 573 573 ☔ View full report in Codecov by Sentry. |
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.
Nice implementation.
I think @henon wanted to see this on nested context menus as well if you're willing to take a look. Though I'm not sure how the origin point is supposed to work in RTL
Yeah I'll take a look soon probably won't take long. As for the origin point I don't think it matters since they can change it on their own and any change we make could be a breaking change in some cases. |
They should both have the reduced margin of the original pic, not the increased margin, no? |
The previous style was I just matched left margin with right margin so the new style is margin: -12px -2px -12px -2px; I did look at the -12px style on both sides and it didn't look right to me, just too close but this matches what LTR is for RTL and they can adjust margins with their text as they see fit? |
|
Thanks |
Description
Resolves #10665 by conditionally showing an icon depending if RTL is true or false
How Has This Been Tested?
Visually
Type of Changes
Checklist
dev
).