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

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="19px" height="19px" viewBox="0 0 128 128"><polygon points="38,12 12,38 38,64 12,90 38,116 64,90 90,116 116,90 90,64 116,38 90,12 64,38" stroke="#6f777b" stroke-width="10px" fill="none"></polygon></svg>

After

Width:  |  Height:  |  Size: 249 B

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 {