Issue #3211613 by Gauravmahlawat, Sakthivel M, chetanbharambe: Olivero: Inconsistent offset on close button within messages

(cherry picked from commit 88968d7580)
merge-requests/577/head
Lauri Eskola 2021-06-30 14:45:57 +03:00
parent 8e810eae97
commit 90a61c2e66
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@
.messages__close:focus {
outline: 2px solid #53b0eb;
outline-offset: 1px;
outline-offset: 2px;
}
.messages__icon svg {

View File

@ -121,7 +121,7 @@
&:focus {
outline: 2px solid var(--color--blue-70);
outline-offset: 1px;
outline-offset: 2px;
}
}