mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 18:28:25 -04:00
Make focus colour pass WCAG
The default combination of blue on orange is not easy to read.
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
border-left: 10px solid $yellow;
|
border-left: 10px solid $yellow;
|
||||||
border-right: 3px solid $yellow;
|
border-right: 3px solid $yellow;
|
||||||
right: -3px;
|
right: -3px;
|
||||||
|
color: $text-colour;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -53,6 +54,10 @@
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
color: $text-colour;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user