michael-s-molina commented on a change in pull request #13534:
URL: https://github.com/apache/superset/pull/13534#discussion_r591664813



##########
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:
       @rusackas asked me on a previous PR to avoid `!important`. Can you 
achieve the same result using other ways? Maybe with class specificity, &&& 
trick, etc..




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