rusackas commented on code in PR #31602:
URL: https://github.com/apache/superset/pull/31602#discussion_r1902232693


##########
superset-frontend/src/components/Table/VirtualTable.tsx:
##########
@@ -53,7 +53,7 @@ const StyledTable = styled(AntTable)<{ height?: number }>(
     th.ant-table-cell {
       font-weight: ${theme.typography.weights.bold};
       color: ${theme.colors.grayscale.dark1};
-      user-select: none;

Review Comment:
   Is it possible to just _remove_ these three `user-select: none` statements 
rather than setting them to `text`? The less CSS, the merrier :D 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to