You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/04/01 15:31:22 UTC

[GitHub] [superset] geido commented on a change in pull request #19462: chore: Remove FilterBox.less

geido commented on a change in pull request #19462:
URL: https://github.com/apache/superset/pull/19462#discussion_r840700769



##########
File path: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx
##########
@@ -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">

Review comment:
       This className is used by other less files. We should probably remove it once all the less files have been removed from the codebase




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org