mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 02:38:25 -04:00
Merge pull request #2816 from alphagov/hover-colour-task-list
Add link hover colour to task list items
This commit is contained in:
@@ -31,6 +31,10 @@ $indicator-colour: $black;
|
|||||||
padding-right: 20%;
|
padding-right: 20%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $link-hover-colour;
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|||||||
Reference in New Issue
Block a user