]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-18143 An icon lacks 3 to 1 contrast ratio
authorstanislavh <stanislav.honcharov@sonarsource.com>
Fri, 13 Jan 2023 08:21:37 +0000 (09:21 +0100)
committersonartech <sonartech@sonarsource.com>
Mon, 16 Jan 2023 20:03:43 +0000 (20:03 +0000)
server/sonar-web/src/main/js/app/styles/components/spinner.css
server/sonar-web/src/main/js/components/ui/DeferredSpinner.css

index 582f3d5054cf7cd2d1c73970dab83b9ab2235117..26d1f42d2c4d26567d4b7b519a7ef1fba61e56f2 100644 (file)
@@ -22,7 +22,7 @@
   vertical-align: middle;
   width: 16px;
   height: 16px;
-  border: 2px solid var(--blue);
+  border: 2px solid var(--info500);
   border-radius: 50%;
   animation: spin 0.75s infinite linear;
 }
@@ -46,7 +46,7 @@
   display: inline-block;
   box-sizing: border-box;
   border-color: transparent;
-  border-top-color: var(--blue);
+  border-top-color: var(--info500);
   animation-duration: 1.2s;
 }
 
index 527f6e8d0d0c5ab2ddf241c3535fba0639675dde..dc25eecba4dcf6948219cd882a85a1cc35c73c4c 100644 (file)
@@ -46,7 +46,7 @@
   display: inline-block;
   box-sizing: border-box;
   border-color: transparent;
-  border-top-color: var(--blue);
+  border-top-color: var(--info500);
   animation-duration: 1.2s;
 }