You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/05/10 18:48:38 UTC

[GitHub] sodevious opened a new issue #4978: Bootstrap.less is included multiple times

sodevious opened a new issue #4978: Bootstrap.less is included multiple times
URL: https://github.com/apache/incubator-superset/issues/4978
 
 
   **Problem:** Superset is shipping with a `theme.css` file that includes a bootstrap manifest multiple times. This causes problems when trying to alter styles, because even more specificity is required to override them. And it's unnecessary code bloat. Here's an example with the same exact styles repeated about 7500 lines of code apart:
   
   <img width="326" alt="screenshot 2018-05-10 14 44 36" src="https://user-images.githubusercontent.com/915966/39887707-e7032dbc-5460-11e8-964b-8f7c026d0c7b.png">
   
   
   - [x] I have checked the superset logs for python stacktraces and included it here as text if any
   - [x] I have reproduced the issue with at least the latest released version of superset
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar
   
   
   ### Superset version
   Current/all :)
   
   ### Expected results
   One Bootstrap manifest .less file.
   
   ### Actual results
   Two Bootstrap manifest .less files
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org