From: Stas Vilchik Date: Thu, 15 Jan 2015 09:29:18 +0000 (+0100) Subject: fix SONAR-6041 remove logo animation X-Git-Tag: latest-silver-master-#65~208 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c44083b5afc223afdd4cf9beefc8ff8866a9a86;p=sonarqube.git fix SONAR-6041 remove logo animation --- diff --git a/server/sonar-web/src/main/less/style.less b/server/sonar-web/src/main/less/style.less index 8d2a145e9b3..327357f513a 100644 --- a/server/sonar-web/src/main/less/style.less +++ b/server/sonar-web/src/main/less/style.less @@ -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; } }