pankajkoti commented on code in PR #35564:
URL: https://github.com/apache/airflow/pull/35564#discussion_r1390993607


##########
airflow/www/static/css/main.css:
##########
@@ -105,7 +119,17 @@ div.container {
 @media (prefers-reduced-motion: no-preference) {
   .navbar-brand:hover .brand-logo-pinwheel {
     transform-origin: 17.66px 17.66px;
-    animation: pinSpin 1.5s linear;
+    animation: pinSpin 1.5s linear infinite;

Review Comment:
   ```suggestion
       animation: pinSpin 1.5s linear;
   ```
   We wish to not have an infinite spin. There was an issue 
https://github.com/apache/airflow/issues/34019 logged previously about this and 
hence we removed the infinite here https://github.com/apache/airflow/pull/34020



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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to