mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Merge pull request #1550 from alphagov/focus-fix
Fix invisible focused item text
This commit is contained in:
@@ -80,7 +80,9 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:link:focus {
|
||||
color: $light-blue-25;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user