-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
chore: Button cruft cleanup #11342
chore: Button cruft cleanup #11342
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11342 +/- ##
==========================================
- Coverage 65.75% 56.01% -9.75%
==========================================
Files 838 406 -432
Lines 39714 13562 -26152
Branches 3613 3443 -170
==========================================
- Hits 26115 7597 -18518
+ Misses 13498 5796 -7702
- Partials 101 169 +68
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I think this PR made some Actually nevermind it's #11400 |
Ack, then it's still my fault! And I'm still confused! Investigating... |
* toggleSchedule * cleaning up run query button * removing unnecessary (subtle!) style overrides * bulk action classname to button style prop * nixing btn-primary * nixing cancelQuery class * togglesave * nixing autocomplete class * linting * nixing button classes of 'ok' and 'reset' * unoing diagnostic test * begrudgingly adding an m-r-3 class... for now * this is not a class to worry about * test fixes for limit control * updating TODO notes, calling it a day for now. * gah... copy paste error.
SUMMARY
Cleaning up various unnecessary classes and such around buttons.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Most should show no significant visible difference. Screenshots of what is visible here:
A little margin between buttons (will PR a better fix for this scenario soon)
before:
after:
TEST PLAN
Made sure case by case that I didn't break anything. If I did this right, you'll likely never notice.
ADDITIONAL INFORMATION