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

merge-requests/1205/head
Lauri Eskola 2021-09-17 09:37:18 +03:00
parent f06ad93f53
commit 8c2a1247d8
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 8 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {