]> source.dussan.org Git - sonarqube.git/commitdiff
fix SONAR-6041 remove logo animation
authorStas Vilchik <vilchiks@gmail.com>
Thu, 15 Jan 2015 09:29:18 +0000 (10:29 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 15 Jan 2015 09:29:26 +0000 (10:29 +0100)
server/sonar-web/src/main/less/style.less

index 8d2a145e9b3444f0d5db9dc605a9734a55809dde..327357f513af604c240a051a9d035707cad3a626 100644 (file)
@@ -2721,59 +2721,4 @@ text.max-results-reached-message {
   .sq-logo-letter {
     fill: #fff;
   }
-
-  &:not(.sq-logo-small):hover {
-    .sq-logo-arc1 {
-      .animation(sq-logo-arc1-animation 0.75s infinite);
-    }
-    .sq-logo-arc2 {
-      .animation(sq-logo-arc2-animation 0.75s infinite);
-    }
-    .sq-logo-arc3 {
-      .animation(sq-logo-arc3-animation 0.75s infinite);
-    }
-  }
-}
-
-.sq-logo-small {
-  .sq-logo-arc {
-    fill: #fff;
-  }
-}
-
-@-webkit-keyframes sq-logo-arc1-animation {
-  0%   { fill: #4f9ed3; }
-  33%   { fill: #b5c8d3; }
-  67%   { fill: #4f9ed3; }
-  100%   { fill: #4f9ed3; }
-}
-@-webkit-keyframes sq-logo-arc2-animation {
-  0%   { fill: #4f9ed3; }
-  33%   { fill: #4f9ed3; }
-  67%   { fill: #b5c8d3; }
-  100%   { fill: #4f9ed3; }
-}
-@-webkit-keyframes sq-logo-arc3-animation {
-  0%   { fill: #4f9ed3; }
-  33%   { fill: #4f9ed3; }
-  67%   { fill: #4f9ed3; }
-  100%   { fill: #b5c8d3; }
-}
-@keyframes sq-logo-arc1-animation {
-  0%   { fill: #4f9ed3; }
-  33%   { fill: #b5c8d3; }
-  67%   { fill: #4f9ed3; }
-  100%   { fill: #4f9ed3; }
-}
-@keyframes sq-logo-arc2-animation {
-  0%   { fill: #4f9ed3; }
-  33%   { fill: #4f9ed3; }
-  67%   { fill: #b5c8d3; }
-  100%   { fill: #4f9ed3; }
-}
-@keyframes sq-logo-arc3-animation {
-  0%   { fill: #4f9ed3; }
-  33%   { fill: #4f9ed3; }
-  67%   { fill: #4f9ed3; }
-  100%   { fill: #b5c8d3; }
 }