Unverified Commit 8f711d9d authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3153265 by kiran.kadam911, hinal05, komalk, mherchel, kishor_kolekar,...

Issue #3153265 by kiran.kadam911, hinal05, komalk, mherchel, kishor_kolekar, ambuj_gupta, Abhijith S, chetanbharambe, andrewmacpherson: Olivero: Skip link focus should not create layout shift
parent abec240b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -43,3 +43,11 @@
.skip-link:after {
    content: "\0020	➔";
  }

.skip-link.focusable:focus {
  position: absolute !important; /* Override position from module file. */
  z-index: 503;
  width: 100%;
  height: 2.5rem;
  outline: none;
}
+8 −0
Original line number Diff line number Diff line
@@ -23,3 +23,11 @@
    content: "\0020	➔";
  }
}

.skip-link.focusable:focus {
  position: absolute !important; /* Override position from module file. */
  z-index: 503;
  width: 100%;
  height: 40px;
  outline: none;
}