Issue #3211613 by Gauravmahlawat, Sakthivel M, chetanbharambe: Olivero: Inconsistent offset on close button within messages
(cherry picked from commit 88968d7580
)
merge-requests/577/head
parent
8e810eae97
commit
90a61c2e66
|
@ -221,7 +221,7 @@
|
|||
|
||||
.messages__close:focus {
|
||||
outline: 2px solid #53b0eb;
|
||||
outline-offset: 1px;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.messages__icon svg {
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
|
||||
&:focus {
|
||||
outline: 2px solid var(--color--blue-70);
|
||||
outline-offset: 1px;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue