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 2019/11/14 20:06:16 UTC

[GitHub] [incubator-superset] rusackas commented on a change in pull request #8563: WiP: Moving static colors over to Less vars

rusackas commented on a change in pull request #8563: WiP: Moving static colors over to Less vars
URL: https://github.com/apache/incubator-superset/pull/8563#discussion_r346521019
 
 

 ##########
 File path: superset/assets/src/SqlLab/main.less
 ##########
 @@ -60,7 +61,7 @@ body {
 }
 
 .Workspace .btn-sm {
-    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
+    box-shadow: 1px 1px 2px fade(@darkest, 10%);
 
 Review comment:
   Definitely agree on standardizing transparency stops... but was thinking that might be a second set of variables, so you could do `fade(@darkest, @thin)` or `fade(@someColor, @thick), 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:
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