geido commented on a change in pull request #13534:
URL: https://github.com/apache/superset/pull/13534#discussion_r591668440



##########
File path: superset-frontend/src/components/ProgressBar/index.tsx
##########
@@ -46,8 +45,9 @@ const ProgressBar = styled(({ striped, ...props }: 
ProgressBarProps) => (
             transparent 25%, transparent 50%,
             rgba(255, 255, 255, 0.15) 50%,
             rgba(255, 255, 255, 0.15) 75%,
-            transparent 75%, transparent);
-        background-size: 1rem 1rem; `};
+            transparent 75%, transparent) !important;

Review comment:
       @michael-s-molina I tend to avoid it wherever is possible. 
Unfortunately, in some cases, Antdesign forces the style directly on the 
element making the `!important` a necessary evil. This is one of those.




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



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

Reply via email to