rusackas commented on code in PR #22474:
URL: https://github.com/apache/superset/pull/22474#discussion_r1069657763
##########
superset-frontend/src/dashboard/components/dnd/DragDroppable.jsx:
##########
@@ -73,6 +74,64 @@ const defaultProps = {
dragPreviewRef() {},
};
+const DragDroppableStyles = styled.div`
+ ${({ theme }) => css`
+ position: relative;
+
+ &.dragdroppable--dragging {
+ opacity: 0.2;
Review Comment:
The theme contains opacity stops we should leverage wherever it makes sense.
It includes 10% and 35% stops at the moment, so maybe we should try one of
those here in a separate PR? There are probably random opacities all over we
could audit for.
--
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]