Unverified Commit f6d8825e authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3226010 by mariohernandez, kostyashupenko, Gauravmahlawat, mherchel:...

Issue #3226010 by mariohernandez, kostyashupenko, Gauravmahlawat, mherchel: Olivero: Skip link fails accessibility color test on hover

(cherry picked from commit 4313e7f4)
parent 6084fc5b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -40,6 +40,11 @@
  background-color: #0d1214
}

.skip-link:hover {
    text-decoration: underline;
    color: #fff;
  }

.skip-link:after {
    content: "\0020	➔";
  }
+5 −0
Original line number Diff line number Diff line
@@ -19,6 +19,11 @@
  outline: 0;
  background-color: var(--color--gray-0);

  &:hover {
    text-decoration: underline;
    color: var(--color--white);
  }

  &:after {
    content: "\0020	➔";
  }