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 2020/10/20 11:07:41 UTC

[GitHub] [incubator-superset] kgabryje commented on a change in pull request #11337: fix(listview): hide actions column if no actions are allowed

kgabryje commented on a change in pull request #11337:
URL: https://github.com/apache/incubator-superset/pull/11337#discussion_r508411265



##########
File path: superset-frontend/src/components/dataViewCommon/TableCollection.tsx
##########
@@ -34,6 +34,7 @@ interface TableCollectionProps {
 }
 
 export const Table = styled.table`
+  background-color: ${({ theme }) => theme.colors.grayscale.light5};

Review comment:
       It changes the colour of Query Search table - originally it was transparent, not white. Maybe you could override the background colour just for Query Search?




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

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