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/03/31 14:46:03 UTC

[GitHub] [superset] michael-s-molina commented on a change in pull request #19442: chore: Remove FilterbaleTableStyles.less

michael-s-molina commented on a change in pull request #19442:
URL: https://github.com/apache/superset/pull/19442#discussion_r839695861



##########
File path: superset-frontend/src/components/FilterableTable/FilterableTable.tsx
##########
@@ -91,6 +91,104 @@ const StyledFilterableTable = styled.div`
   overflow-x: auto;
   margin-top: ${({ theme }) => theme.gridUnit * 2}px;
   overflow-y: hidden;
+
+  .ReactVirtualized__Grid__innerScrollContainer {

Review comment:
       Can you add the `${({ theme })}` construct at the top level to avoid repeating it for every style?




-- 
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