rusackas commented on a change in pull request #10936:
URL: 
https://github.com/apache/incubator-superset/pull/10936#discussion_r513101445



##########
File path: superset-frontend/src/dashboard/stylesheets/components/chart.less
##########
@@ -24,6 +24,10 @@
   position: relative;
   padding: 16px;
 
+  // transitionable traits for when a filter is being actively focused
+  transition: opacity 0.2s, border-color 0.2s, box-shadow 0.2s;
+  border: 2px solid transparent;

Review comment:
       ```suggestion
     border: ${({ theme }) => theme.gridUnit / 2}px solid transparent;
   ```




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