]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16899 [892238] Link or button text lacks 4.5:1 contrast ratio on hover or focus
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Thu, 1 Sep 2022 09:41:22 +0000 (11:41 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 2 Sep 2022 20:02:50 +0000 (20:02 +0000)
server/sonar-web/src/main/js/app/styles/components/page.css

index 289be23a0555160d96a0612239702631846d4439..648dedbac9b7f69090ae33cbd479443ee110cb9d 100644 (file)
   text-align: center;
 }
 
-.page-footer a {
-  border-bottom: 1px solid #d0d0d0;
-  color: var(--baseFontColor);
-}
-
-.page-footer a:hover,
-.page-footer a:active,
-.page-footer a:focus {
-  border-bottom-color: var(--lightBlue);
-  color: var(--alertIconInfo);
-}
-
 .sidebar-page #footer {
   padding-left: calc(50vw - 370px + 10px) !important;
 }