mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Fixes for focus issues on /templates page(s)
Includes: - fixes for the cancel button, when selecting a template type (after clicking 'New template') - making the folder icon black, to match the text, on template list items
This commit is contained in:
@@ -147,6 +147,10 @@ $message-type-bottom-spacing: govuk-spacing(4);
|
|||||||
background-image: file-url('folder-blue-bold-hover.svg');
|
background-image: file-url('folder-blue-bold-hover.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
background-image: file-url('folder-black-bold.svg');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-template {
|
&-template {
|
||||||
|
|||||||
@@ -145,11 +145,9 @@ $sticky-padding: govuk-spacing(4);
|
|||||||
color: $link-hover-colour;
|
color: $link-hover-colour;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus,
|
&:focus {
|
||||||
&:active, {
|
/* override default box shadow to stop it looking so large vertically */
|
||||||
background: $yellow;
|
box-shadow: inset 0 -4px $govuk-focus-text-colour;
|
||||||
color: $govuk-blue;
|
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user