Merge pull request #3616 from alphagov/give-cross-image-better-contrast

Change cross icon to one with better contrast
This commit is contained in:
Tom Byers
2020-09-10 15:40:40 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -17,8 +17,7 @@
&-cross {
@extend %tick-cross;
color: $secondary-text-colour;
background-image: file-url('cross-grey.png');
box-shadow: inset 20px 0 0 0 rgba(255, 255, 255, 0.6);
background-image: file-url('cross-grey.svg');
}
&-list {