Skip to content
Snippets Groups Projects
Unverified Commit 4313e7f4 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
parent f4962936
Branches
Tags
Loading
......@@ -40,6 +40,11 @@
background-color: #0d1214
}
.skip-link:hover {
text-decoration: underline;
color: #fff;
}
.skip-link:after {
content: "\0020 ➔";
}
......
......@@ -19,6 +19,11 @@
outline: 0;
background-color: var(--color--gray-0);
&:hover {
text-decoration: underline;
color: var(--color--white);
}
&:after {
content: "\0020 ➔";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment