Unverified Commit 88968d75 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3211613 by Gauravmahlawat, Sakthivel M, chetanbharambe: Olivero:...

Issue #3211613 by Gauravmahlawat, Sakthivel M, chetanbharambe: Olivero: Inconsistent offset on close button within messages
parent b76f7021
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@

.messages__close:focus {
    outline: 2px solid #53b0eb;
    outline-offset: 1px;
    outline-offset: 2px;
  }

.messages__icon svg {
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@

  &:focus {
    outline: 2px solid var(--color--blue-70);
    outline-offset: 1px;
    outline-offset: 2px;
  }
}