Skip to content

Commit da63f32

Browse files
authored
ADA-235: Improve skip link hover and focus color (#60)
1 parent edb411a commit da63f32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/assets/stylesheets/_customizations.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,10 @@ ul.facet-values {
4343
text-decoration: underline;
4444
}
4545
}
46+
}
47+
48+
.element-focusable:hover,
49+
.element-focusable:focus {
50+
color: #0051AD;
51+
text-decoration: underline;
4652
}

0 commit comments

Comments
 (0)