-
Notifications
You must be signed in to change notification settings - Fork 14k
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 FilterBox.less #19462
chore: Remove FilterBox.less #19462
Conversation
@@ -409,37 +439,56 @@ class FilterBox extends React.PureComponent { | |||
return filtersFields.map(filterConfig => { | |||
const { label, key } = filterConfig; | |||
return ( | |||
<div key={key} className="m-b-5 filter-container"> | |||
<StyledFilterContainer key={key} className="filter-container"> |
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.
This className is used by other less files. We should probably remove it once all the less files have been removed from the codebase
Codecov Report
@@ Coverage Diff @@
## master #19462 +/- ##
==========================================
+ Coverage 66.57% 66.68% +0.10%
==========================================
Files 1675 1678 +3
Lines 64092 64231 +139
Branches 6519 6561 +42
==========================================
+ Hits 42672 42833 +161
+ Misses 19729 19705 -24
- Partials 1691 1693 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
superset-frontend/src/visualizations/FilterBox/FilterBox.test.jsx
Outdated
Show resolved
Hide resolved
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 FilterBox less * Fix test * Add theme top level * Use styledMount
SUMMARY
Removes the FilterBox.less file from the FilterBox component.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
No visual changes
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION