rusackas commented on a change in pull request #8563: Moving static colors over
to Less vars
URL:
https://github.com/apache/incubator-superset/pull/8563#discussion_r348097698
##########
File path: superset/assets/stylesheets/superset.less
##########
@@ -195,25 +197,25 @@ div.widget .chart-header {
opacity: .2;
}
-div.widget {
- .slice_container {
- overflow: hidden;
- }
+// div.widget {
+// .slice_container {
+// overflow: hidden;
+// }
- .stack-trace-container.has-trace {
- .alert-warning:hover {
- cursor: pointer;
- }
- }
+// .stack-trace-container.has-trace {
+// .alert-warning:hover {
+// cursor: pointer;
+// }
+// }
- .is-loading {
- .stack-trace-container,
- .slice_container {
- opacity: 0.5;
- position: relative;
- }
- }
-}
+// .is-loading {
+// .stack-trace-container,
+// .slice_container {
+// opacity: 0.5;
+// position: relative;
+// }
+// }
+// }
Review comment:
Oops, thought I got that already. Just took it out.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]