-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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: Remove crud.less from Datasource #19438
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19438 +/- ##
========================================
Coverage 66.59% 66.59%
========================================
Files 1670 1678 +8
Lines 63888 64242 +354
Branches 6510 6539 +29
========================================
+ Hits 42544 42784 +240
- Misses 19654 19763 +109
- Partials 1690 1695 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
text-align: right; | ||
} | ||
.empty-collection { | ||
padding: ${({ theme }) => theme.gridUnit * 2 + 2}px; |
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.
text-align: right; | ||
} | ||
.empty-collection { | ||
padding: ${theme.gridUnit * 2 + 2}px; |
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.
I noticed that you removed the .control-label
and .frame
classes. It was intended?
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.
@michael-s-molina yes I checked and those two are unused. Did you find otherwise?
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.
No. I just wanted to confirm that it was removed intentionally.
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
* Remove crud less * Remove unused classname * Remove unused import * Add theme top level
SUMMARY
Removes the crud.less file from the Datasource component
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
No visual changes
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION