-
-
Notifications
You must be signed in to change notification settings - Fork 344
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 checkbox in dark mode #2051
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #2051 +/- ##
=================================================
+ Coverage 87.30% 87.86% +0.56%
- Complexity 1672 1934 +262
=================================================
Files 150 184 +34
Lines 3891 4426 +535
=================================================
+ Hits 3397 3889 +492
- Misses 494 537 +43 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
082beea
to
304bb0a
Compare
Will review tomorrow, as with the shifting of the order of the classes, I just need to double check that any existing classes haven't been replaced. |
I have used the order of classes recommended by Tailwind: I use the following plugin from Tailwindlabs local: https://github.com/tailwindlabs/prettier-plugin-tailwindcss I can change the order back to the original if you like. |
Some of the below are superfluous, but any removals will need to be validated. resources/views/components/table/td/bulk-actions.blade.phpRemoved From Current Added To Current resources/views/components/table/th/bulk-actions.blade.phpRemoved From Current Added To Current resources/views/components/tools/filters/multi-select.blade.phpRemoved From Current Added To Current Removed From Current resources/views/components/tools/toolbar/items/column-select.blade.phpRemoved From Current Added To Current Removed From Current Added To Current |
Yes, that is intentional. |
Not so much objection, more to remind myself when I review this further |
Having reviewed this, it removes an existing behaviour (hover/focus classes on checkboxes), which is what the ~2m projects using the package have come to expect. Therefore this PR is rejected. There is an upcoming update that will add more customisation in for users who wish to change the default attributes on filter inputs. |
All Submissions:
The checkboxes do not work properly in dark mode with Tailwind. Resolves #1199
Style testet with Chromium Version 129 and [email protected]: