]> source.dussan.org Git - sonarqube.git/commitdiff
Fix projects page cards links while loading
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Tue, 23 May 2017 06:17:28 +0000 (08:17 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Tue, 23 May 2017 08:32:09 +0000 (10:32 +0200)
server/sonar-web/src/main/js/app/styles/boxed-group.css

index c1f569c1206e45394ba68608aeaac3391fcd968e..24c568506769e64e6e8728488d2e91b22b626b0a 100644 (file)
@@ -17,6 +17,8 @@
 }
 
 .boxed-group-header {
+  position: relative;
+  z-index: 10;
   padding: 15px 20px 0;
 }
 
@@ -64,6 +66,7 @@
 .boxed-group-loading:before,
 .boxed-group-loading:after {
   position: absolute;
+  z-index: 1;
   border: 2px solid transparent;
   box-sizing: border-box;
   content: '';
     height: 0;
   }
 
-  50% {
-    width: 100%;
-    height: 100%;
-  }
-
-  75% {
-    width: 100%;
-    height: 100%;
-  }
-
-  100% {
+  50%, 100% {
     width: 100%;
     height: 100%;
   }
 }
 
 @keyframes border-bottom-border {
-  0% {
-    width: 0;
-    height: 0;
-    border-width: 0;
-  }
-
-  25% {
-    width: 0;
-    height: 0;
-    border-width: 0;
-  }
-
-  50% {
+  0%, 50% {
     width: 0;
     height: 0;
     border-width: 0;