From 8c2a1247d8cbc56fae4aa2872a72179fb01068ab Mon Sep 17 00:00:00 2001
From: Lauri Eskola <lauri.eskola@acquia.com>
Date: Fri, 17 Sep 2021 09:37:18 +0300
Subject: [PATCH] Issue #3211395 by Gauravmahlawat, andy-blum, aaron.ferris,
 Sakthivel M, kiran.kadam911, mherchel, tushar_sachdeva, xjm: Comment form
 save button has incorrect background color and contrast ratio violation on
 hover

---
 core/themes/olivero/css/components/button.css      | 6 ++++--
 core/themes/olivero/css/components/button.pcss.css | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/core/themes/olivero/css/components/button.css b/core/themes/olivero/css/components/button.css
index 0b4c546adddf..b6b38eaf0cd4 100644
--- a/core/themes/olivero/css/components/button.css
+++ b/core/themes/olivero/css/components/button.css
@@ -54,8 +54,10 @@
 .button:hover,
   .button:focus {
     text-decoration: none;
-    color: #2494db;
-    border-color: #2494db;
+    color: #0f6292;
+    border: solid 2px #0f6292;
+    background: none;
+    font-weight: 700;
   }
 
 .button:focus {
diff --git a/core/themes/olivero/css/components/button.pcss.css b/core/themes/olivero/css/components/button.pcss.css
index ac14f6ed2967..1bb849c59272 100644
--- a/core/themes/olivero/css/components/button.pcss.css
+++ b/core/themes/olivero/css/components/button.pcss.css
@@ -29,8 +29,10 @@
   &:hover,
   &:focus {
     text-decoration: none;
-    color: var(--color--blue-50);
-    border-color: var(--color--blue-50);
+    color: var(--color--blue-10);
+    border: solid 2px var(--color--blue-10);
+    background: none;
+    font-weight: 700;
   }
 
   &:focus {
-- 
GitLab