rtexelm commented on code in PR #29395:
URL: https://github.com/apache/superset/pull/29395#discussion_r1704539910
##########
superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:
##########
@@ -108,6 +110,38 @@ const StyledTabsContainer = styled.div`
}
`;
+const StyledCancelXIcon = styled(Icons.CancelX)`
+ color: ${({ theme }) => theme.colors.grayscale.base};
+`;
+
+const RightDropIndicator = styled.div`
+ border: 2px solid ${({ theme }) => theme.colors.primary.base};
+ width: 5px;
+ height: 100%;
+ position: absolute;
+ top: 0;
+ right: -4px;
+ border-radius: 2px;
+`;
+const LeftDropIndicator = styled.div`
Review Comment:
Much dryer, thank you for pointing that out and also supplying the emotion
conducive code. I only changed your suggestion because the file is not yet in
typescript.
--
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]