From 783cf30f44627303c845dfbc42f040d39d153620 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Thu, 1 Sep 2022 11:41:22 +0200 Subject: [PATCH] SONAR-16899 [892238] Link or button text lacks 4.5:1 contrast ratio on hover or focus --- .../src/main/js/app/styles/components/page.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/server/sonar-web/src/main/js/app/styles/components/page.css b/server/sonar-web/src/main/js/app/styles/components/page.css index 289be23a055..648dedbac9b 100644 --- a/server/sonar-web/src/main/js/app/styles/components/page.css +++ b/server/sonar-web/src/main/js/app/styles/components/page.css @@ -140,18 +140,6 @@ 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; } -- 2.39.5